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