51 references to VerifyTypeImportItemIsAbsentAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (51)
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (51)
133await VerifyTypeImportItemIsAbsentAsync(
198await VerifyTypeImportItemIsAbsentAsync(markup, "Faz", inlineDescription: "Foo");
199await VerifyTypeImportItemIsAbsentAsync(markup, "Faz", inlineDescription: "Foo.Bar");
228await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
278await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
279await VerifyTypeImportItemIsAbsentAsync(markup, "Bar2", inlineDescription: "Foo");
303await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
304await VerifyTypeImportItemIsAbsentAsync(markup, "Bar2", inlineDescription: "Foo");
328await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "", inlineDescription: "Foo");
354await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "", inlineDescription: "Foo");
355await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "<>", inlineDescription: "Foo");
409await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
410await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "<>", inlineDescription: "Foo");
465await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
466await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "<>", inlineDescription: "Foo");
567await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "na");
568await VerifyTypeImportItemIsAbsentAsync(markup, "Foo", inlineDescription: "na");
595await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Na");
596await VerifyTypeImportItemIsAbsentAsync(markup, "Foo", inlineDescription: "Na");
597await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "na");
598await VerifyTypeImportItemIsAbsentAsync(markup, "Foo", inlineDescription: "na");
618await VerifyTypeImportItemIsAbsentAsync(markup, "Barr", inlineDescription: "Foo.Bar");
639await VerifyTypeImportItemIsAbsentAsync(markup, "Barr", inlineDescription: "Foo.Bar");
721await VerifyTypeImportItemIsAbsentAsync(markup, "Foo4", "Foo1.Foo2.Foo3");
722await VerifyTypeImportItemIsAbsentAsync(markup, "Foo6", "Foo1.Foo2.Foo3");
723await VerifyTypeImportItemIsAbsentAsync(markup, "Foo5", "Foo1.Foo2.Foo3");
724await VerifyTypeImportItemIsAbsentAsync(markup, "Foo7", "Foo1.Foo2.Foo3");
755await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", "Foo");
756await VerifyTypeImportItemIsAbsentAsync(markup, "BarAttribute", "Foo");
757await VerifyTypeImportItemIsAbsentAsync(markup, "BarAttributeDifferentEnding", "Foo");
966await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
1008await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
1056await VerifyTypeImportItemIsAbsentAsync(markup, "MyAttributeWithoutSuffix", inlineDescription: "Foo"); // We intentionally ignore attribute types without proper suffix for perf reason
1057await VerifyTypeImportItemIsAbsentAsync(markup, "MyAttribute", inlineDescription: "Foo");
1058await VerifyTypeImportItemIsAbsentAsync(markup, "MyClass", inlineDescription: "Foo");
1117await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo");
1177await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo");
1178await VerifyTypeImportItemIsAbsentAsync(markup, "MyClass", inlineDescription: "Foo");
1237await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo");
1302await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo");
1303await VerifyTypeImportItemIsAbsentAsync(markup, "MyVBClass", inlineDescription: "Foo");
1419await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
1504await VerifyTypeImportItemIsAbsentAsync(
1554await VerifyTypeImportItemIsAbsentAsync(
1717await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks");
1718await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System");
1732await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System");
1733await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks");
1754await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks");
1755await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System");
1795await VerifyTypeImportItemIsAbsentAsync(