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)
40
Await 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)
42
Await 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)
59
Await 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)
1418
Await state.AssertSelectedCompletionItem("End", description:=String.Format(FeaturesResources.
_0_Keyword
, "End") + vbCrLf + VBFeaturesResources.Stops_execution_immediately)
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\RecommendedKeyword.cs (1)
29
textContentBuilder.AddText(string.Format(FeaturesResources.
_0_Keyword
, keyword));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Completion\CompletionProviders\AwaitCompletionProviderTests.vb (1)
28
Return $"{String.Format(FeaturesResources.
_0_Keyword
, keyword)}{vbCrLf}{tooltip}"
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
Completion\CSharpCompletionSnippetNoteTests.vb (3)
67
Await state.AssertSelectedCompletionItem(description:=$"{String.Format(FeaturesResources.
_0_Keyword
, "interface")}
90
Await state.AssertSelectedCompletionItem(description:=String.Format(FeaturesResources.
_0_Keyword
, "interface"))
127
description:=String.Format(FeaturesResources.
_0_Keyword
, "for") & vbCrLf &
Completion\VisualBasicCompletionSnippetNoteTests.vb (3)
36
Await state.AssertSelectedCompletionItem(description:=String.Format(FeaturesResources.
_0_Keyword
, "Interface") & vbCrLf &
47
Await state.AssertSelectedCompletionItem(description:=String.Format(FeaturesResources.
_0_Keyword
, "Interface") & vbCrLf &
57
Await state.AssertSelectedCompletionItem(description:=String.Format(FeaturesResources.
_0_Keyword
, "Interface") & vbCrLf &