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)
8757await VerifyItemInLinkedFilesAsync(markup, "x", $"({FeaturesResources.field}) int C.x"); 8794await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8835await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8878await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8926await VerifyItemInLinkedFilesAsync(markup, "DoGStuff", expectedDescription); 8953await VerifyItemInLinkedFilesAsync(markup, "xyz", expectedDescription); 8989await VerifyItemInLinkedFilesAsync(markup, "xyz", expectedDescription); 9016await VerifyItemInLinkedFilesAsync(markup, "LABEL", expectedDescription); 9043await VerifyItemInLinkedFilesAsync(markup, "y", expectedDescription); 9078await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9119await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9160await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9216await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 9249await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 9282await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription);