2 references to TryAnalyzeForEachStatement
Microsoft.CodeAnalysis.CSharp.Features (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseDeconstruction\CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
77
if (!
TryAnalyzeForEachStatement
(context.SemanticModel, forEachStatement, out _, out _, context.CancellationToken))
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
88
if (CSharpUseDeconstructionDiagnosticAnalyzer.
TryAnalyzeForEachStatement
(