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)
8755await VerifyItemInLinkedFilesAsync(markup, "x", $"({FeaturesResources.field}) int C.x"); 8792await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8833await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8876await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8924await VerifyItemInLinkedFilesAsync(markup, "DoGStuff", expectedDescription); 8951await VerifyItemInLinkedFilesAsync(markup, "xyz", expectedDescription); 8987await VerifyItemInLinkedFilesAsync(markup, "xyz", expectedDescription); 9014await VerifyItemInLinkedFilesAsync(markup, "LABEL", expectedDescription); 9041await VerifyItemInLinkedFilesAsync(markup, "y", expectedDescription); 9076await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9117await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9158await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9214await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9247await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 9280await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription);