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)
19ImmutableArray.Create(New RecommendedKeyword("Each", VBFeaturesResources.Introduces_a_loop_that_is_repeated_for_each_element_in_a_collection))
Completion\KeywordRecommenders\Statements\ForKeywordRecommender.vb (1)
21New RecommendedKeyword("For Each", VBFeaturesResources.Introduces_a_loop_that_is_repeated_for_each_element_in_a_collection))