13 references to _0_Keyword
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Completion\CompletionProviders\AwaitCompletionProviderTests.cs (1)
60=> $"{string.Format(FeaturesResources._0_Keyword, keyword)}\r\n{tooltip}";
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (4)
IntelliSense\VisualBasicCompletionCommandHandlerTests.vb (4)
40Await state.AssertSelectedCompletionItem("On Error GoTo", description:=String.Format(FeaturesResources._0_Keyword, "On Error GoTo") + vbCrLf + VBFeaturesResources.Enables_the_error_handling_routine_that_starts_at_the_line_specified_in_the_line_argument_The_specified_line_must_be_in_the_same_procedure_as_the_On_Error_statement_On_Error_GoTo_bracket_label_0_1_bracket) 42Await state.AssertSelectedCompletionItem("On Error GoTo", description:=String.Format(FeaturesResources._0_Keyword, "On Error GoTo") + vbCrLf + VBFeaturesResources.Enables_the_error_handling_routine_that_starts_at_the_line_specified_in_the_line_argument_The_specified_line_must_be_in_the_same_procedure_as_the_On_Error_statement_On_Error_GoTo_bracket_label_0_1_bracket) 59Await state.AssertSelectedCompletionItem("On Error Resume Next", description:=String.Format(FeaturesResources._0_Keyword, "On Error Resume Next") + vbCrLf + VBFeaturesResources.When_a_run_time_error_occurs_execution_transfers_to_the_statement_following_the_statement_or_procedure_call_that_resulted_in_the_error) 1418Await state.AssertSelectedCompletionItem("End", description:=String.Format(FeaturesResources._0_Keyword, "End") + vbCrLf + VBFeaturesResources.Stops_execution_immediately)
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\RecommendedKeyword.cs (1)
29textContentBuilder.AddText(string.Format(FeaturesResources._0_Keyword, keyword));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Completion\CompletionProviders\AwaitCompletionProviderTests.vb (1)
28Return $"{String.Format(FeaturesResources._0_Keyword, keyword)}{vbCrLf}{tooltip}"
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
Completion\CSharpCompletionSnippetNoteTests.vb (3)
67Await state.AssertSelectedCompletionItem(description:=$"{String.Format(FeaturesResources._0_Keyword, "interface")} 90Await state.AssertSelectedCompletionItem(description:=String.Format(FeaturesResources._0_Keyword, "interface")) 127description:=String.Format(FeaturesResources._0_Keyword, "for") & vbCrLf &
Completion\VisualBasicCompletionSnippetNoteTests.vb (3)
36Await state.AssertSelectedCompletionItem(description:=String.Format(FeaturesResources._0_Keyword, "Interface") & vbCrLf & 47Await state.AssertSelectedCompletionItem(description:=String.Format(FeaturesResources._0_Keyword, "Interface") & vbCrLf & 57Await state.AssertSelectedCompletionItem(description:=String.Format(FeaturesResources._0_Keyword, "Interface") & vbCrLf &