3 references to Deconstruct_variable_declaration
Microsoft.CodeAnalysis.CSharp.Features (3)
CSharpUseDeconstructionCodeFixProvider.cs (2)
38
RegisterCodeFix(context, CSharpAnalyzersResources.
Deconstruct_variable_declaration
, nameof(CSharpAnalyzersResources.
Deconstruct_variable_declaration
));
CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
28
new LocalizableResourceString(nameof(CSharpAnalyzersResources.
Deconstruct_variable_declaration
), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources)),