2 references to GetForEachStatementExpression
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AbstractSpeculationAnalyzer.cs (2)
773
var forEachExpression =
GetForEachStatementExpression
(forEachStatement);
796
var newForEachExpression =
GetForEachStatementExpression
(newForEachStatement);