25 references to VerifyItemInLinkedFilesAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (19)
Completion\CompletionProviders\KeywordCompletionProviderTests.cs (2)
253await VerifyItemInLinkedFilesAsync(markup, "public", null); 254await VerifyItemInLinkedFilesAsync(markup, "for", null);
Completion\CompletionProviders\SnippetCompletionProviderTests.cs (1)
106await VerifyItemInLinkedFilesAsync(markup, MockSnippetInfoService.SnippetShortcut, null);
Completion\CompletionProviders\SpeculativeTCompletionProviderTests.cs (1)
906await VerifyItemInLinkedFilesAsync(markup, "T", null);
Completion\CompletionProviders\SymbolCompletionProviderTests.cs (15)
7717await VerifyItemInLinkedFilesAsync(markup, "x", $"({FeaturesResources.field}) int C.x"); 7745await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 7776await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 7810await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 7848await VerifyItemInLinkedFilesAsync(markup, "DoGStuff", expectedDescription); 7873await VerifyItemInLinkedFilesAsync(markup, "xyz", expectedDescription); 7900await VerifyItemInLinkedFilesAsync(markup, "xyz", expectedDescription); 7925await VerifyItemInLinkedFilesAsync(markup, "LABEL", expectedDescription); 7950await VerifyItemInLinkedFilesAsync(markup, "y", expectedDescription); 7983await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 8022await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 8061await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 8115await VerifyItemInLinkedFilesAsync(markup, "Do", expectedDescription); 8146await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription); 8177await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (6)
Completion\CompletionProviders\KeywordCompletionProviderTests.vb (2)
145Await VerifyItemInLinkedFilesAsync(markup, "Public", Nothing) 146Await VerifyItemInLinkedFilesAsync(markup, "For", Nothing)
Completion\CompletionProviders\SymbolCompletionProviderTests.vb (4)
5620Await VerifyItemInLinkedFilesAsync(markup, "x", $"({FeaturesResources.field}) C.x As Integer") 5644Await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription) 7095Await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription) 7122Await VerifyItemInLinkedFilesAsync(markup, "x", expectedDescription)