57 references to VerifyTypeImportItemIsAbsentAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (57)
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (57)
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");
969await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
1011await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
1058await VerifyTypeImportItemIsAbsentAsync(markup, "MyAttributeWithoutSuffix", inlineDescription: "Foo"); // We intentionally ignore attribute types without proper suffix for perf reason
1059await VerifyTypeImportItemIsAbsentAsync(markup, "MyAttribute", inlineDescription: "Foo");
1060await VerifyTypeImportItemIsAbsentAsync(markup, "MyClass", inlineDescription: "Foo");
1118await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo");
1177await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo");
1178await VerifyTypeImportItemIsAbsentAsync(markup, "MyClass", inlineDescription: "Foo");
1236await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo");
1300await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo");
1301await VerifyTypeImportItemIsAbsentAsync(markup, "MyVBClass", inlineDescription: "Foo");
1417await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo");
1502await VerifyTypeImportItemIsAbsentAsync(
1552await VerifyTypeImportItemIsAbsentAsync(
1714await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks");
1715await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System");
1728await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System");
1729await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks");
1749await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks");
1750await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System");
1790await VerifyTypeImportItemIsAbsentAsync(
1813await VerifyTypeImportItemIsAbsentAsync(source, "Console", inlineDescription: "System");
1814await VerifyTypeImportItemIsAbsentAsync(source, "Action", inlineDescription: "System");
1815await VerifyTypeImportItemIsAbsentAsync(source, "DateTime", inlineDescription: "System");
1818await VerifyTypeImportItemIsAbsentAsync(source, "IEnumerable", inlineDescription: "System.Collections");
1819await VerifyTypeImportItemIsAbsentAsync(source, "Task", inlineDescription: "System.Threading.Tasks");
1820await VerifyTypeImportItemIsAbsentAsync(source, "AssemblyName", inlineDescription: "System.Reflection");