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