6 references to UseNotPatternDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
169IDEDiagnosticIds.UseNotPatternDiagnosticId,
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseNotPatternCodeFixProvider.cs (1)
31=> ImmutableArray.Create(IDEDiagnosticIds.UseNotPatternDiagnosticId);
CSharpUseNotPatternDiagnosticAnalyzer.cs (1)
29: base(IDEDiagnosticIds.UseNotPatternDiagnosticId,
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
307[FixId(IDEDiagnosticIds.UseNotPatternDiagnosticId)] 308[Name(IDEDiagnosticIds.UseNotPatternDiagnosticId)] 311[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.UseNotPatternDiagnosticId}")]