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