3 references to GetForEachStatementInfo
Microsoft.CodeAnalysis.VisualBasic (1)
VisualBasicExtensions.vb (1)
1243Return vbmodel.GetForEachStatementInfo(node)
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (2)
SemanticModelTestBase.vb (2)
111Return semanticModel.GetForEachStatementInfo(DirectCast(node, ForEachStatementSyntax)) 113Return semanticModel.GetForEachStatementInfo(DirectCast(node, ForEachBlockSyntax).ForEachStatement)