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