4 references to _0_function
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
Recommendations\Expressions\CastOperatorsKeywordRecommenderTests.vb (1)
51$"{String.Format(VBFeaturesResources._0_function, "CBool")}
Recommendations\Expressions\IfKeywordRecommenderTests.vb (1)
13$"{String.Format(VBFeaturesResources._0_function, "If")} (+1 {FeaturesResources.overload})
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\Expressions\CastOperatorsKeywordRecommender.vb (1)
41String.Format(VBFeaturesResources._0_function, SyntaxFacts.GetText(keyword)),
Completion\KeywordRecommenders\Expressions\IfKeywordRecommender.vb (1)
21$"{String.Format(VBFeaturesResources._0_function, "If")} (+1 {FeaturesResources.overload})",