57 references to VerifyTypeImportItemIsAbsentAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (57)
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (57)
116=> VerifyTypeImportItemIsAbsentAsync( 198await VerifyTypeImportItemIsAbsentAsync(markup, "Faz", inlineDescription: "Foo"); 199await VerifyTypeImportItemIsAbsentAsync(markup, "Faz", inlineDescription: "Foo.Bar"); 230await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 284await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 285await VerifyTypeImportItemIsAbsentAsync(markup, "Bar2", inlineDescription: "Foo"); 311await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 312await VerifyTypeImportItemIsAbsentAsync(markup, "Bar2", inlineDescription: "Foo"); 338await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "", inlineDescription: "Foo"); 366await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "", inlineDescription: "Foo"); 367await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "<>", inlineDescription: "Foo"); 425await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 426await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "<>", inlineDescription: "Foo"); 485await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 486await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", displayTextSuffix: "<>", inlineDescription: "Foo"); 594await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "na"); 595await VerifyTypeImportItemIsAbsentAsync(markup, "Foo", inlineDescription: "na"); 623await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Na"); 624await VerifyTypeImportItemIsAbsentAsync(markup, "Foo", inlineDescription: "Na"); 625await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "na"); 626await VerifyTypeImportItemIsAbsentAsync(markup, "Foo", inlineDescription: "na"); 648await VerifyTypeImportItemIsAbsentAsync(markup, "Barr", inlineDescription: "Foo.Bar"); 671await VerifyTypeImportItemIsAbsentAsync(markup, "Barr", inlineDescription: "Foo.Bar"); 757await VerifyTypeImportItemIsAbsentAsync(markup, "Foo4", "Foo1.Foo2.Foo3"); 758await VerifyTypeImportItemIsAbsentAsync(markup, "Foo6", "Foo1.Foo2.Foo3"); 759await VerifyTypeImportItemIsAbsentAsync(markup, "Foo5", "Foo1.Foo2.Foo3"); 760await VerifyTypeImportItemIsAbsentAsync(markup, "Foo7", "Foo1.Foo2.Foo3"); 793await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", "Foo"); 794await VerifyTypeImportItemIsAbsentAsync(markup, "BarAttribute", "Foo"); 795await VerifyTypeImportItemIsAbsentAsync(markup, "BarAttributeDifferentEnding", "Foo"); 1012await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 1058await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 1109await VerifyTypeImportItemIsAbsentAsync(markup, "MyAttributeWithoutSuffix", inlineDescription: "Foo"); // We intentionally ignore attribute types without proper suffix for perf reason 1110await VerifyTypeImportItemIsAbsentAsync(markup, "MyAttribute", inlineDescription: "Foo"); 1111await VerifyTypeImportItemIsAbsentAsync(markup, "MyClass", inlineDescription: "Foo"); 1171await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo"); 1233await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo"); 1234await VerifyTypeImportItemIsAbsentAsync(markup, "MyClass", inlineDescription: "Foo"); 1294await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo"); 1361await VerifyTypeImportItemIsAbsentAsync(markup, "My", inlineDescription: "Foo"); 1362await VerifyTypeImportItemIsAbsentAsync(markup, "MyVBClass", inlineDescription: "Foo"); 1483await VerifyTypeImportItemIsAbsentAsync(markup, "Bar", inlineDescription: "Foo"); 1572await VerifyTypeImportItemIsAbsentAsync( 1624await VerifyTypeImportItemIsAbsentAsync( 1777await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks"); 1778await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System"); 1792await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System"); 1793await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks"); 1814await VerifyTypeImportItemIsAbsentAsync(markup, "Task", inlineDescription: "System.Threading.Tasks"); 1815await VerifyTypeImportItemIsAbsentAsync(markup, "Console", inlineDescription: "System"); 1857await VerifyTypeImportItemIsAbsentAsync( 1880await VerifyTypeImportItemIsAbsentAsync(source, "Console", inlineDescription: "System"); 1881await VerifyTypeImportItemIsAbsentAsync(source, "Action", inlineDescription: "System"); 1882await VerifyTypeImportItemIsAbsentAsync(source, "DateTime", inlineDescription: "System"); 1885await VerifyTypeImportItemIsAbsentAsync(source, "IEnumerable", inlineDescription: "System.Collections"); 1886await VerifyTypeImportItemIsAbsentAsync(source, "Task", inlineDescription: "System.Threading.Tasks"); 1887await VerifyTypeImportItemIsAbsentAsync(source, "AssemblyName", inlineDescription: "System.Reflection");