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