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)
8756await VerifyItemInLinkedFilesAsync(markup, "x", $"({FeaturesResources.field}) int C.x"); 8793await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8834await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8877await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8925await VerifyItemInLinkedFilesAsync(markup, "DoGStuff", expectedDescription); 8952await VerifyItemInLinkedFilesAsync(markup, "xyz", expectedDescription); 8988await VerifyItemInLinkedFilesAsync(markup, "xyz", expectedDescription); 9015await VerifyItemInLinkedFilesAsync(markup, "LABEL", expectedDescription); 9042await VerifyItemInLinkedFilesAsync(markup, "y", expectedDescription); 9077await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9118await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9159await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9215await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9248await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 9281await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription);