7 references to RemoveRedundantNullableDirectiveDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
270IDEDiagnosticIds.RemoveRedundantNullableDirectiveDiagnosticId,
Microsoft.CodeAnalysis.CSharp.Features (3)
CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.cs (1)
24IDEDiagnosticIds.RemoveRedundantNullableDirectiveDiagnosticId,
CSharpRemoveUnnecessaryNullableDirectiveCodeFixProvider.cs (2)
32IDEDiagnosticIds.RemoveRedundantNullableDirectiveDiagnosticId, 39if (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}")]