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