2 references to Introduces_a_condition_in_an_If_statement_that_is_to_be_tested_if_the_previous_conditional_test_fails
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\Statements\ElseIfKeywordRecommender.vb (1)
18
ImmutableArray.Create(New RecommendedKeyword("ElseIf", VBFeaturesResources.
Introduces_a_condition_in_an_If_statement_that_is_to_be_tested_if_the_previous_conditional_test_fails
))
Completion\KeywordRecommenders\Statements\IfKeywordRecommender.vb (1)
32
Return ImmutableArray.Create(New RecommendedKeyword("If", VBFeaturesResources.
Introduces_a_condition_in_an_If_statement_that_is_to_be_tested_if_the_previous_conditional_test_fails
))