10 references to Warnings
Microsoft.CodeAnalysis (2)
Compilation\NullableContextOptions.cs (2)
34
Enable =
Warnings
| Annotations,
46
IsFlagSet(context, NullableContextOptions.
Warnings
);
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.cs (1)
322
case NullableContextOptions.
Warnings
:
CommandLine\CSharpCommandLineParser.cs (2)
450
Debug.Assert(loweredValue == nameof(NullableContextOptions.
Warnings
).ToLower());
451
nullableContextOptions = NullableContextOptions.
Warnings
;
Compilation\CSharpCompilation.cs (1)
290
(Options.NullableContextOptions & NullableContextOptions.
Warnings
) != 0;
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.cs (2)
134
flagToChange = NullableContextOptions.
Warnings
;
157
return NullableContextOptions.Annotations | NullableContextOptions.
Warnings
;
Microsoft.CodeAnalysis.CSharp.Features (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.cs (2)
134
flagToChange = NullableContextOptions.
Warnings
;
157
return NullableContextOptions.Annotations | NullableContextOptions.
Warnings
;