6 references to UseDeconstructionDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
138IDEDiagnosticIds.UseDeconstructionDiagnosticId,
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\UseDeconstruction\CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
25: base(IDEDiagnosticIds.UseDeconstructionDiagnosticId,
src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
29=> [IDEDiagnosticIds.UseDeconstructionDiagnosticId];
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
235[FixId(IDEDiagnosticIds.UseDeconstructionDiagnosticId)] 236[Name(IDEDiagnosticIds.UseDeconstructionDiagnosticId)] 239[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.UseDeconstructionDiagnosticId}")]