3 references to CSharpUseDeconstructionDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpUseDeconstructionCodeFixProvider.cs (2)
78
if (
CSharpUseDeconstructionDiagnosticAnalyzer
.TryAnalyzeVariableDeclaration(
94
if (
CSharpUseDeconstructionDiagnosticAnalyzer
.TryAnalyzeForEachStatement(
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (1)
UseDeconstructionTests.cs (1)
17
CSharpUseDeconstructionDiagnosticAnalyzer
,