2 overrides of GetForEachStatementExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SpeculationAnalyzer.cs (1)
635
protected override ExpressionSyntax
GetForEachStatementExpression
(CommonForEachStatementSyntax forEachStatement)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
SpeculationAnalyzer.vb (1)
527
Protected Overrides Function
GetForEachStatementExpression
(forEachStatement As ForEachStatementSyntax) As ExpressionSyntax
2 references to GetForEachStatementExpression
Microsoft.CodeAnalysis.Workspaces (2)
AbstractSpeculationAnalyzer.cs (2)
725
var forEachExpression =
GetForEachStatementExpression
(forEachStatement);
746
var newForEachExpression =
GetForEachStatementExpression
(newForEachStatement);