6 references to UseDefaultLiteralDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
135IDEDiagnosticIds.UseDefaultLiteralDiagnosticId),
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\UseDefaultLiteral\CSharpUseDefaultLiteralDiagnosticAnalyzer.cs (1)
18: base(IDEDiagnosticIds.UseDefaultLiteralDiagnosticId,
src\Analyzers\CSharp\CodeFixes\UseDefaultLiteral\CSharpUseDefaultLiteralCodeFixProvider.cs (1)
26= [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}")]