9 references to Annotations
Microsoft.CodeAnalysis (2)
Compilation\NullableContextOptions.cs (2)
34
Enable = Warnings |
Annotations
,
52
IsFlagSet(context, NullableContextOptions.
Annotations
);
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.cs (1)
318
case NullableContextOptions.
Annotations
:
CommandLine\CSharpCommandLineParser.cs (2)
454
Debug.Assert(loweredValue == nameof(NullableContextOptions.
Annotations
).ToLower());
455
nullableContextOptions = NullableContextOptions.
Annotations
;
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.cs (2)
130
flagToChange = NullableContextOptions.
Annotations
;
157
return NullableContextOptions.
Annotations
| NullableContextOptions.Warnings;
Microsoft.CodeAnalysis.CSharp.Features (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.cs (2)
130
flagToChange = NullableContextOptions.
Annotations
;
157
return NullableContextOptions.
Annotations
| NullableContextOptions.Warnings;