19 references to VerifyItemInLinkedFilesAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (19)
Completion\CompletionProviders\KeywordCompletionProviderTests.cs (2)
279await VerifyItemInLinkedFilesAsync(markup, "public", null); 280await VerifyItemInLinkedFilesAsync(markup, "for", null);
Completion\CompletionProviders\SnippetCompletionProviderTests.cs (1)
108await VerifyItemInLinkedFilesAsync(markup, MockSnippetInfoService.SnippetShortcut, null);
Completion\CompletionProviders\SpeculativeTCompletionProviderTests.cs (1)
964await VerifyItemInLinkedFilesAsync(markup, "T", null);
Completion\CompletionProviders\SymbolCompletionProviderTests.cs (15)
8289await VerifyItemInLinkedFilesAsync(markup, "x", $"({FeaturesResources.field}) int C.x"); 8317await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8348await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8382await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8420await VerifyItemInLinkedFilesAsync(markup, "DoGStuff", expectedDescription); 8445await VerifyItemInLinkedFilesAsync(markup, "xyz", expectedDescription); 8472await VerifyItemInLinkedFilesAsync(markup, "xyz", expectedDescription); 8497await VerifyItemInLinkedFilesAsync(markup, "LABEL", expectedDescription); 8522await VerifyItemInLinkedFilesAsync(markup, "y", expectedDescription); 8555await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 8594await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 8633await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 8687await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 8718await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8749await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription);