2 references to Introduces_a_loop_that_is_repeated_for_each_element_in_a_collection
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\Statements\EachKeywordRecommender.vb (1)
19
ImmutableArray.Create(New RecommendedKeyword("Each", VBFeaturesResources.
Introduces_a_loop_that_is_repeated_for_each_element_in_a_collection
))
Completion\KeywordRecommenders\Statements\ForKeywordRecommender.vb (1)
21
New RecommendedKeyword("For Each", VBFeaturesResources.
Introduces_a_loop_that_is_repeated_for_each_element_in_a_collection
))