2 references to UseDeconstructionDiagnosticId
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
25
: base(IDEDiagnosticIds.
UseDeconstructionDiagnosticId
,
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUseDeconstructionCodeFixProvider.cs (1)
34
=> ImmutableArray.Create(IDEDiagnosticIds.
UseDeconstructionDiagnosticId
);