7 references to RemoveRedundantNullableDirectiveDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
169
IDEDiagnosticIds.
RemoveRedundantNullableDirectiveDiagnosticId
,
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.cs (1)
20
IDEDiagnosticIds.
RemoveRedundantNullableDirectiveDiagnosticId
,
src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveCodeFixProvider.cs (2)
30
IDEDiagnosticIds.
RemoveRedundantNullableDirectiveDiagnosticId
,
38
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
}")]