11 references to ForEachStatementInfo
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\MemberSemanticModel.vb (2)
716
Friend 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)
2876
Public Shadows Function GetForEachStatementInfo(node As ForEachStatementSyntax) As
ForEachStatementInfo
2888
Public Shadows Function GetForEachStatementInfo(node As ForEachBlockSyntax) As
ForEachStatementInfo
2900
Friend MustOverride Function GetForEachStatementInfoWorker(node As ForEachBlockSyntax) As
ForEachStatementInfo
Compilation\SpeculativeSemanticModelWithMemberModel.vb (1)
213
Friend Overrides Function GetForEachStatementInfoWorker(node As ForEachBlockSyntax) As
ForEachStatementInfo
Compilation\SyntaxTreeSemanticModel.vb (1)
1862
Friend Overrides Function GetForEachStatementInfoWorker(node As ForEachBlockSyntax) As
ForEachStatementInfo
Operations\VisualBasicOperationFactory.vb (1)
1198
Dim statementInfo As
ForEachStatementInfo
= MemberSemanticModel.GetForEachStatementInfo(boundForEachStatement,
VisualBasicExtensions.vb (2)
1240
Public Function GetForEachStatementInfo(semanticModel As SemanticModel, node As ForEachStatementSyntax) As
ForEachStatementInfo
1253
Public Function GetForEachStatementInfo(semanticModel As SemanticModel, node As ForEachBlockSyntax) As
ForEachStatementInfo