9 references to Note_colon_Tab_twice_to_insert_the_0_snippet
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Completion\CompletionProviders\SnippetCompletionProviderTests.cs (1)
41=> await VerifyItemExistsAsync(@"$$", MockSnippetInfoService.SnippetShortcut, MockSnippetInfoService.SnippetTitle + Environment.NewLine + MockSnippetInfoService.SnippetDescription + Environment.NewLine + string.Format(FeaturesResources.Note_colon_Tab_twice_to_insert_the_0_snippet, MockSnippetInfoService.SnippetShortcut), SourceCodeKind.Regular);
Microsoft.CodeAnalysis.Features (1)
Completion\CommonCompletionProvider.cs (1)
88var note = string.Format(FeaturesResources.Note_colon_Tab_twice_to_insert_the_0_snippet, insertionText);
Microsoft.VisualStudio.LanguageServices.UnitTests (7)
Completion\CSharpCompletionSnippetNoteTests.vb (5)
35String.Format(FeaturesResources.Note_colon_Tab_twice_to_insert_the_0_snippet, "interface")) 68{String.Format(FeaturesResources.Note_colon_Tab_twice_to_insert_the_0_snippet, "interface")}") 80String.Format(FeaturesResources.Note_colon_Tab_twice_to_insert_the_0_snippet, "interfac")) 101Await state.AssertSelectedCompletionItem(description:=String.Format(FeaturesResources.Note_colon_Tab_twice_to_insert_the_0_snippet, "InsertionText")) 128String.Format(FeaturesResources.Note_colon_Tab_twice_to_insert_the_0_snippet, "for"))
Completion\VisualBasicCompletionSnippetNoteTests.vb (2)
38String.Format(FeaturesResources.Note_colon_Tab_twice_to_insert_the_0_snippet, "Interface")) 78Await state.AssertSelectedCompletionItem(description:=String.Format(FeaturesResources.Note_colon_Tab_twice_to_insert_the_0_snippet, "InsertionText"))