3 references to CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CSharpRemoveRedundantNullableDirectiveTests.cs (1)
17
CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer
,
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (2)
141
currentOptions =
CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer
.GetNullableContextOptions(compilationOptions, currentOptions, nullableDirectiveTrivia);
203
var newOptions =
CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer
.GetNullableContextOptions(compilationOptions, currentOptions, nullableDirectiveTrivia);