2 references to CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (2)
132
currentOptions =
CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer
.GetNullableContextOptions(compilationOptions, currentOptions, nullableDirectiveTrivia);
194
var newOptions =
CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer
.GetNullableContextOptions(compilationOptions, currentOptions, nullableDirectiveTrivia);