2 references to TryAnalyzeForEachStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
76if (!TryAnalyzeForEachStatement(context.SemanticModel, forEachStatement, out _, out _, context.CancellationToken))
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUseDeconstructionCodeFixProvider.cs (1)
94if (CSharpUseDeconstructionDiagnosticAnalyzer.TryAnalyzeForEachStatement(