7 references to RemoveRedundantNullableDirectiveDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
169IDEDiagnosticIds.RemoveRedundantNullableDirectiveDiagnosticId,
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.cs (1)
20IDEDiagnosticIds.RemoveRedundantNullableDirectiveDiagnosticId,
src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveCodeFixProvider.cs (2)
30IDEDiagnosticIds.RemoveRedundantNullableDirectiveDiagnosticId, 38if (diagnostic.Id == IDEDiagnosticIds.RemoveRedundantNullableDirectiveDiagnosticId)
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
370[FixId(IDEDiagnosticIds.RemoveRedundantNullableDirectiveDiagnosticId)] 371[Name(IDEDiagnosticIds.RemoveRedundantNullableDirectiveDiagnosticId)] 374[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.RemoveRedundantNullableDirectiveDiagnosticId}")]