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