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