6 references to UseDeconstructionDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
217
IDEDiagnosticIds.
UseDeconstructionDiagnosticId
,
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseDeconstructionCodeFixProvider.cs (1)
34
=> ImmutableArray.Create(IDEDiagnosticIds.
UseDeconstructionDiagnosticId
);
CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
25
: base(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
}")]