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