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