未验证 提交 f8ecb16d 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update src/Features/CSharp/Portable/MetadataAsSource/CSharpMetadataAsSourceService.cs

上级 5674b62a
......@@ -77,7 +77,7 @@ protected override ImmutableArray<AbstractReducer> GetReducers()
/// Adds <c>#nullable enable</c> and <c>#nullable disable</c> annotations to the file as necessary. Note that
/// this does not try to be 100% accurate, but rather it handles the most common cases out there. Specifically,
/// if a file contains any nullable annotated/not-annotated types, then we prefix the file with <c>#nullable
/// enable</c>. Then if we hit any members that explicitly have *oblivious* types, not no annotated or
/// enable</c>. Then if we hit any members that explicitly have *oblivious* types, but no annotated or
/// non-annotated types, then we switch to <c>#nullable disable</c> for those specific members.
/// <para/>
/// This is technically innacurate for possible, but very uncommon cases. For example, if the user's code
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册