11 references to ForEachStatementInfo
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\MemberSemanticModel.vb (2)
716Friend Overrides Function GetForEachStatementInfoWorker(node As ForEachBlockSyntax) As ForEachStatementInfo 741) As ForEachStatementInfo
Compilation\ForEachStatementInfo.vb (1)
57''' Initializes a new instance of the <see cref="ForEachStatementInfo" /> structure.
Compilation\SemanticModel.vb (3)
2876Public Shadows Function GetForEachStatementInfo(node As ForEachStatementSyntax) As ForEachStatementInfo 2888Public Shadows Function GetForEachStatementInfo(node As ForEachBlockSyntax) As ForEachStatementInfo 2900Friend MustOverride Function GetForEachStatementInfoWorker(node As ForEachBlockSyntax) As ForEachStatementInfo
Compilation\SpeculativeSemanticModelWithMemberModel.vb (1)
213Friend Overrides Function GetForEachStatementInfoWorker(node As ForEachBlockSyntax) As ForEachStatementInfo
Compilation\SyntaxTreeSemanticModel.vb (1)
1862Friend Overrides Function GetForEachStatementInfoWorker(node As ForEachBlockSyntax) As ForEachStatementInfo
Operations\VisualBasicOperationFactory.vb (1)
1198Dim statementInfo As ForEachStatementInfo = MemberSemanticModel.GetForEachStatementInfo(boundForEachStatement,
VisualBasicExtensions.vb (2)
1240Public Function GetForEachStatementInfo(semanticModel As SemanticModel, node As ForEachStatementSyntax) As ForEachStatementInfo 1253Public Function GetForEachStatementInfo(semanticModel As SemanticModel, node As ForEachBlockSyntax) As ForEachStatementInfo