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