57 references to VerifyTypeImportItemIsAbsentAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (57)
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (57)
114=> VerifyTypeImportItemIsAbsentAsync( 196await VerifyTypeImportItemIsAbsentAsync(markup, "Faz", inlineDescription: "Foo"); 197await VerifyTypeImportItemIsAbsentAsync(markup, "Faz", inlineDescription: "Foo.Bar"); 228await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 282await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 283await VerifyTypeImportItemIsAbsentAsync(markup, "Bar2", inlineDescription: "Foo"); 309await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 310await VerifyTypeImportItemIsAbsentAsync(markup, "Bar2", inlineDescription: "Foo"); 336await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "", inlineDescription: "Foo"); 364await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "", inlineDescription: "Foo"); 365await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "<>", inlineDescription: "Foo"); 423await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 424await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "<>", inlineDescription: "Foo"); 483await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 484await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "<>", inlineDescription: "Foo"); 592await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "na"); 593await VerifyTypeImportItemIsAbsentAsync(markup, "Foo", inlineDescription: "na"); 621await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Na"); 622await VerifyTypeImportItemIsAbsentAsync(markup, "Foo", inlineDescription: "Na"); 623await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "na"); 624await VerifyTypeImportItemIsAbsentAsync(markup, "Foo", inlineDescription: "na"); 646await VerifyTypeImportItemIsAbsentAsync(markup, "Barr", inlineDescription: "Foo.Bar"); 669await VerifyTypeImportItemIsAbsentAsync(markup, "Barr", inlineDescription: "Foo.Bar"); 755await VerifyTypeImportItemIsAbsentAsync(markup, "Foo4", "Foo1.Foo2.Foo3"); 756await VerifyTypeImportItemIsAbsentAsync(markup, "Foo6", "Foo1.Foo2.Foo3"); 757await VerifyTypeImportItemIsAbsentAsync(markup, "Foo5", "Foo1.Foo2.Foo3"); 758await VerifyTypeImportItemIsAbsentAsync(markup, "Foo7", "Foo1.Foo2.Foo3"); 791await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", "Foo"); 792await VerifyTypeImportItemIsAbsentAsync(markup, "BarAttribute", "Foo"); 793await VerifyTypeImportItemIsAbsentAsync(markup, "BarAttributeDifferentEnding", "Foo"); 1010await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 1056await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 1107await VerifyTypeImportItemIsAbsentAsync(markup, "MyAttributeWithoutSuffix", inlineDescription: "Foo"); // We intentionally ignore attribute types without proper suffix for perf reason 1108await VerifyTypeImportItemIsAbsentAsync(markup, "MyAttribute", inlineDescription: "Foo"); 1109await VerifyTypeImportItemIsAbsentAsync(markup, "MyClass", inlineDescription: "Foo"); 1169await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo"); 1231await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo"); 1232await VerifyTypeImportItemIsAbsentAsync(markup, "MyClass", inlineDescription: "Foo"); 1292await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo"); 1359await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo"); 1360await VerifyTypeImportItemIsAbsentAsync(markup, "MyVBClass", inlineDescription: "Foo"); 1481await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 1570await VerifyTypeImportItemIsAbsentAsync( 1622await VerifyTypeImportItemIsAbsentAsync( 1775await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks"); 1776await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System"); 1790await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System"); 1791await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks"); 1812await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks"); 1813await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System"); 1855await VerifyTypeImportItemIsAbsentAsync( 1878await VerifyTypeImportItemIsAbsentAsync(source, "Console", inlineDescription: "System"); 1879await VerifyTypeImportItemIsAbsentAsync(source, "Action", inlineDescription: "System"); 1880await VerifyTypeImportItemIsAbsentAsync(source, "DateTime", inlineDescription: "System"); 1883await VerifyTypeImportItemIsAbsentAsync(source, "IEnumerable", inlineDescription: "System.Collections"); 1884await VerifyTypeImportItemIsAbsentAsync(source, "Task", inlineDescription: "System.Threading.Tasks"); 1885await VerifyTypeImportItemIsAbsentAsync(source, "AssemblyName", inlineDescription: "System.Reflection");