6 references to UseDefaultLiteralDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
213IDEDiagnosticIds.UseDefaultLiteralDiagnosticId),
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseDefaultLiteralCodeFixProvider.cs (1)
31= ImmutableArray.Create(IDEDiagnosticIds.UseDefaultLiteralDiagnosticId);
CSharpUseDefaultLiteralDiagnosticAnalyzer.cs (1)
19: base(IDEDiagnosticIds.UseDefaultLiteralDiagnosticId,
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
244[FixId(IDEDiagnosticIds.UseDefaultLiteralDiagnosticId)] 245[Name(IDEDiagnosticIds.UseDefaultLiteralDiagnosticId)] 248[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.UseDefaultLiteralDiagnosticId}")]