389 references to VerifyItemIsAbsentAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (389)
Completion\CompletionProviders\AttributeNamedParameterCompletionProviderTests.cs (1)
124await VerifyItemIsAbsentAsync(markup, "Color", displayTextSuffix: " =");
Completion\CompletionProviders\AwaitCompletionProviderTests.cs (5)
32await VerifyItemIsAbsentAsync(code, CompletionDisplayTextAwait); 33await VerifyItemIsAbsentAsync(code, CompletionDisplayTextAwaitAndConfigureAwait); 39await VerifyItemIsAbsentAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwait); 40await VerifyItemIsAbsentAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait); 58await VerifyItemIsAbsentAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait);
Completion\CompletionProviders\ConversionCompletionProviderTests.cs (1)
143: (markup, expectedItem) => VerifyItemIsAbsentAsync(markup, expectedItem, displayTextPrefix: "(", displayTextSuffix: ")");
Completion\CompletionProviders\CrefCompletionProviderTests.cs (1)
104await VerifyItemIsAbsentAsync(text, "goo(int)");
Completion\CompletionProviders\DeclarationNameCompletionProviderTests.cs (34)
351=> VerifyItemIsAbsentAsync($$""" 403await VerifyItemIsAbsentAsync(markup, "C"); 404await VerifyItemIsAbsentAsync(markup, "c"); 674await VerifyItemIsAbsentAsync(markup, "CancellationToken"); 707await VerifyItemIsAbsentAsync(markup, "firstName"); 712=> VerifyItemIsAbsentAsync(""" 731await VerifyItemIsAbsentAsync(markup, "myTok"); 992await VerifyItemIsAbsentAsync(markup, "C"); 993await VerifyItemIsAbsentAsync(markup, "c"); 1007await VerifyItemIsAbsentAsync(markup, "Array"); 1091await VerifyItemIsAbsentAsync(markup, "MyClass"); 1092await VerifyItemIsAbsentAsync(markup, "GetMyClass"); 1194=> VerifyItemIsAbsentAsync(""" 1296=> VerifyItemIsAbsentAsync(""" 1682=> VerifyItemIsAbsentAsync(""" 2097await VerifyItemIsAbsentAsync(markup, "ConfigurationLocal"); 2098await VerifyItemIsAbsentAsync(markup, "ConfigurationLocalFunction"); 2126await VerifyItemIsAbsentAsync(markup, "ConfigurationField"); 2127await VerifyItemIsAbsentAsync(markup, "ConfigurationMethod"); 2128await VerifyItemIsAbsentAsync(markup, "ConfigurationProperty"); 2150await VerifyItemIsAbsentAsync(markup, "classB"); 2169await VerifyItemIsAbsentAsync(markup, "classB"); 2223await VerifyItemIsAbsentAsync(markup, "classB"); 2244await VerifyItemIsAbsentAsync(markup, "classB"); 2245await VerifyItemIsAbsentAsync(markup, "classB1"); 2268await VerifyItemIsAbsentAsync(markup, "classB"); 2333await VerifyItemIsAbsentAsync(markup, "classB"); 2359await VerifyItemIsAbsentAsync(markup, "classB"); 2364=> VerifyItemIsAbsentAsync(""" 2384=> VerifyItemIsAbsentAsync(""" 2482await VerifyItemIsAbsentAsync(markup, "async"); 2483await VerifyItemIsAbsentAsync(markup, "Async"); 2484await VerifyItemIsAbsentAsync(markup, "GetAsync"); 2512=> VerifyItemIsAbsentAsync("""
Completion\CompletionProviders\EnumAndCompletionListTagCompletionProviderTests.cs (39)
51await VerifyItemIsAbsentAsync(markup + colorsLike, "Colors"); 208await VerifyItemIsAbsentAsync(markup, typeName); 236await VerifyItemIsAbsentAsync(markup, typeName); 262await VerifyItemIsAbsentAsync(markup, typeName); 286await VerifyItemIsAbsentAsync(markup, typeName); 310await VerifyItemIsAbsentAsync(markup, typeName); 317=> VerifyItemIsAbsentAsync($$""" 333=> VerifyItemIsAbsentAsync($$""" 349=> VerifyItemIsAbsentAsync($$""" 365=> VerifyItemIsAbsentAsync($$""" 381=> VerifyItemIsAbsentAsync($$""" 397=> VerifyItemIsAbsentAsync($$""" 413=> VerifyItemIsAbsentAsync($$""" 447await VerifyItemIsAbsentAsync(markup, typeName); 472await VerifyItemIsAbsentAsync(markup, typeName); 651await VerifyItemIsAbsentAsync(markup, "D"); 677await VerifyItemIsAbsentAsync(markup, "D"); 707await VerifyItemIsAbsentAsync(markup, "D"); 735await VerifyItemIsAbsentAsync(enumE + markup, "E"); 737await VerifyItemIsAbsentAsync(enumLikeE + markup, "E"); 768await VerifyItemIsAbsentAsync(markup + colorsLike, "Colors"); 799await VerifyItemIsAbsentAsync(markup + colorsLike, "Colors"); 997=> VerifyItemIsAbsentAsync(""" 1025=> VerifyItemIsAbsentAsync(""" 1039=> VerifyItemIsAbsentAsync(""" 1053=> VerifyItemIsAbsentAsync(""" 1081=> VerifyItemIsAbsentAsync(""" 1095=> VerifyItemIsAbsentAsync(""" 1308await VerifyItemIsAbsentAsync(markup + gooLike, "Goo.AMember", usePreviousCharAsTrigger: true); 1344await VerifyItemIsAbsentAsync(markup + gooLike, "Goo.AMember", usePreviousCharAsTrigger: true); 1384await VerifyItemIsAbsentAsync(eLike + markup, "E.A", usePreviousCharAsTrigger: true); 1505await VerifyItemIsAbsentAsync(markup, $"{typeName}.A", usePreviousCharAsTrigger: true); 1514=> VerifyItemIsAbsentAsync($$""" 1584await VerifyItemIsAbsentAsync(markup, "e as E"); 1853await VerifyItemIsAbsentAsync(markup, "Color.Red"); 1886=> VerifyItemIsAbsentAsync($$""" 1968await VerifyItemIsAbsentAsync(markup, "Color.Green"); 1991await VerifyItemIsAbsentAsync(markup, "Color.Green"); 2029await VerifyItemIsAbsentAsync(markup, "Color.Red");
Completion\CompletionProviders\ExplicitInterfaceMemberCompletionProviderTests.cs (33)
189await VerifyItemIsAbsentAsync(markup, "Equals(object obj)"); 190await VerifyItemIsAbsentAsync(markup, "Goo()"); 191await VerifyItemIsAbsentAsync(markup, "GetHashCode()"); 192await VerifyItemIsAbsentAsync(markup, "GetType()"); 193await VerifyItemIsAbsentAsync(markup, "ToString()"); 216await VerifyItemIsAbsentAsync(markup, "Prop.get"); 217await VerifyItemIsAbsentAsync(markup, "TestEvent.add"); 218await VerifyItemIsAbsentAsync(markup, "TestEvent.remove"); 241await VerifyItemIsAbsentAsync(markup, "Goo()"); 242await VerifyItemIsAbsentAsync(markup, "Prop"); 261await VerifyItemIsAbsentAsync(markup, "Goo()"); 262await VerifyItemIsAbsentAsync(markup, "Prop"); 281await VerifyItemIsAbsentAsync(markup, "Goo()"); 282await VerifyItemIsAbsentAsync(markup, "Prop"); 301await VerifyItemIsAbsentAsync(markup, "Goo()"); 302await VerifyItemIsAbsentAsync(markup, "Prop"); 307=> VerifyItemIsAbsentAsync(""" 323=> VerifyItemIsAbsentAsync(""" 368await VerifyItemIsAbsentAsync(markup, "Goo1", displayTextSuffix: "()"); 369await VerifyItemIsAbsentAsync(markup, "Prop1"); 405await VerifyItemIsAbsentAsync(markup, "Goo1", displayTextSuffix: "()"); 406await VerifyItemIsAbsentAsync(markup, "Prop1"); 1097=> VerifyItemIsAbsentAsync(""" 1386await VerifyItemIsAbsentAsync(markup, "Method1", displayTextSuffix: "()"); 1387await VerifyItemIsAbsentAsync(markup, "Method2", displayTextSuffix: "()"); 1388await VerifyItemIsAbsentAsync(markup, "IInner"); 1451await VerifyItemIsAbsentAsync(markup, "Method", displayTextSuffix: "()"); 1454await VerifyItemIsAbsentAsync(markup, "IInner"); 1457await VerifyItemIsAbsentAsync(markup, "IInner.Method1", displayTextSuffix: "()"); 1501=> VerifyItemIsAbsentAsync(""" 1521=> VerifyItemIsAbsentAsync(""" 1535=> VerifyItemIsAbsentAsync(""" 1555=> VerifyItemIsAbsentAsync("""
Completion\CompletionProviders\ExtensionMethodImportCompletionProviderTests.cs (2)
103=> VerifyItemIsAbsentAsync(markup, expectedItem, displayTextSuffix: displayTextSuffix, inlineDescription: inlineDescription); 2056=> VerifyItemIsAbsentAsync(
Completion\CompletionProviders\KeywordCompletionProviderTests.cs (38)
333=> VerifyItemIsAbsentAsync(""" 342=> VerifyItemIsAbsentAsync(""" 382await VerifyItemIsAbsentAsync(markup, "readonly"); 408await VerifyItemIsAbsentAsync(markup, "readonly"); 434await VerifyItemIsAbsentAsync(markup, "readonly"); 460await VerifyItemIsAbsentAsync(markup, "readonly"); 478await VerifyItemIsAbsentAsync(markup, "void"); 519await VerifyItemIsAbsentAsync(markup, "new"); 520await VerifyItemIsAbsentAsync(markup, "this"); 521await VerifyItemIsAbsentAsync(markup, "null"); 522await VerifyItemIsAbsentAsync(markup, "base"); 523await VerifyItemIsAbsentAsync(markup, "true"); 524await VerifyItemIsAbsentAsync(markup, "false"); 525await VerifyItemIsAbsentAsync(markup, "typeof"); 526await VerifyItemIsAbsentAsync(markup, "sizeof"); 527await VerifyItemIsAbsentAsync(markup, "nameof"); 546await VerifyItemIsAbsentAsync(markup, "new"); 547await VerifyItemIsAbsentAsync(markup, "this"); 548await VerifyItemIsAbsentAsync(markup, "null"); 549await VerifyItemIsAbsentAsync(markup, "base"); 550await VerifyItemIsAbsentAsync(markup, "true"); 551await VerifyItemIsAbsentAsync(markup, "false"); 552await VerifyItemIsAbsentAsync(markup, "typeof"); 553await VerifyItemIsAbsentAsync(markup, "sizeof"); 554await VerifyItemIsAbsentAsync(markup, "nameof"); 584=> VerifyItemIsAbsentAsync($$""" 595=> VerifyItemIsAbsentAsync($$""" 606=> VerifyItemIsAbsentAsync($$""" 614=> VerifyItemIsAbsentAsync($$""" 628=> VerifyItemIsAbsentAsync($$""" 654=> VerifyItemIsAbsentAsync($$""" 663=> VerifyItemIsAbsentAsync($$""" 676=> VerifyItemIsAbsentAsync($$""" 686=> VerifyItemIsAbsentAsync($$""" 718=> VerifyItemIsAbsentAsync("using unsafe $$", keyword); 723=> VerifyItemIsAbsentAsync("using static unsafe $$", keyword); 728=> VerifyItemIsAbsentAsync("global using unsafe $$", keyword); 733=> VerifyItemIsAbsentAsync("global using static unsafe $$", keyword);
Completion\CompletionProviders\NamedParameterCompletionProviderTests.cs (6)
159await VerifyItemIsAbsentAsync(markup, "implementing", displayTextSuffix: ":"); 180await VerifyItemIsAbsentAsync(markup, "implementing", displayTextSuffix: ":"); 228await VerifyItemIsAbsentAsync(markup, "character", displayTextSuffix: ":"); 284await VerifyItemIsAbsentAsync(markup, "dbl", displayTextSuffix: ":"); 343await VerifyItemIsAbsentAsync(markup, "obj", displayTextSuffix: ":"); 344await VerifyItemIsAbsentAsync(markup, "str", displayTextSuffix: ":");
Completion\CompletionProviders\ObjectCreationCompletionProviderTests.cs (2)
36=> VerifyItemIsAbsentAsync(""" 48=> VerifyItemIsAbsentAsync("""
Completion\CompletionProviders\ObjectInitializerCompletionProviderTests.cs (15)
79await VerifyItemIsAbsentAsync(markup, "<value>k__BackingField"); 99await VerifyItemIsAbsentAsync(markup, "<value>k__BackingField"); 119await VerifyItemIsAbsentAsync(markup, "<value>k__BackingField"); 139await VerifyItemIsAbsentAsync(markup, "<value>k__BackingField"); 159await VerifyItemIsAbsentAsync(markup, "<value>k__BackingField"); 243await VerifyItemIsAbsentAsync(markup, "value"); 312await VerifyItemIsAbsentAsync(markup, "myValue"); 417await VerifyItemIsAbsentAsync(markup, "BasePrivate"); 468await VerifyItemIsAbsentAsync(markup, "Count"); 486await VerifyItemIsAbsentAsync(markup, "this[]"); 506await VerifyItemIsAbsentAsync(markup, "goo"); 512=> VerifyItemIsAbsentAsync(""" 963await VerifyItemIsAbsentAsync(markup, "Target"); 1069await VerifyItemIsAbsentAsync(markup, "new"); 1070await VerifyItemIsAbsentAsync(markup, "this");
Completion\CompletionProviders\OverrideCompletionProviderTests.cs (25)
99=> VerifyItemIsAbsentAsync(""" 127await VerifyItemIsAbsentAsync(markup, "bar()"); 154=> VerifyItemIsAbsentAsync(""" 172=> VerifyItemIsAbsentAsync(""" 271=> VerifyItemIsAbsentAsync(""" 313=> VerifyItemIsAbsentAsync(""" 405await VerifyItemIsAbsentAsync(markup, "goo()"); 406await VerifyItemIsAbsentAsync(markup, "bar()"); 407await VerifyItemIsAbsentAsync(markup, "bor()"); 443await VerifyItemIsAbsentAsync(protectedinternal, "bar()"); 459await VerifyItemIsAbsentAsync(internalprotected, "bar()"); 635=> VerifyItemIsAbsentAsync(""" 654=> VerifyItemIsAbsentAsync(""" 681await VerifyItemIsAbsentAsync(markup, "Goo(T t)"); 699await VerifyItemIsAbsentAsync(markup, "Goo(T t)"); 717await VerifyItemIsAbsentAsync(markup, "Goo(T t, S s)"); 735await VerifyItemIsAbsentAsync(markup, "Goo(T t)"); 753await VerifyItemIsAbsentAsync(markup, "Goo(T t)"); 773await VerifyItemIsAbsentAsync(markup, "Goo(T t, S s)"); 3625=> VerifyItemIsAbsentAsync(""" 3644await VerifyItemIsAbsentAsync(""" 3666await VerifyItemIsAbsentAsync(""" 3685await VerifyItemIsAbsentAsync(""" 3737=> VerifyItemIsAbsentAsync(""" 3752=> VerifyItemIsAbsentAsync("""
Completion\CompletionProviders\PartialTypeCompletionProviderTests.cs (1)
23=> VerifyItemIsAbsentAsync("""
Completion\CompletionProviders\PropertySubPatternCompletionProviderTests.cs (10)
307await VerifyItemIsAbsentAsync(markup, "P1"); 308await VerifyItemIsAbsentAsync(markup, "P2"); 334await VerifyItemIsAbsentAsync(markup, "P1"); 335await VerifyItemIsAbsentAsync(markup, "F2"); 361await VerifyItemIsAbsentAsync(markup, "P1"); 362await VerifyItemIsAbsentAsync(markup, "P2"); 435await VerifyItemIsAbsentAsync(markup, "P2"); 614=> VerifyItemIsAbsentAsync(""" 626=> VerifyItemIsAbsentAsync(""" 640=> VerifyItemIsAbsentAsync("""
Completion\CompletionProviders\SnippetCompletionProviderTests.cs (8)
57=> await VerifyItemIsAbsentAsync(@"namespace NS { class C { void M() { int $$ } } }", MockSnippetInfoService.SnippetShortcut, sourceCodeKind: SourceCodeKind.Regular); 61=> await VerifyItemIsAbsentAsync(@"namespace NS { enum E { $$ } }", MockSnippetInfoService.SnippetShortcut, sourceCodeKind: SourceCodeKind.Regular); 73=> await VerifyItemIsAbsentAsync(@"#$$", MockSnippetInfoService.SnippetShortcut, sourceCodeKind: SourceCodeKind.Regular); 77=> await VerifyItemIsAbsentAsync(@"#region $$", MockSnippetInfoService.PreProcessorSnippetShortcut, sourceCodeKind: SourceCodeKind.Regular); 85=> await VerifyItemIsAbsentAsync(@"#line (1, 2) - (3, 4) $$", MockSnippetInfoService.PreProcessorSnippetShortcut, sourceCodeKind: SourceCodeKind.Regular); 124await VerifyItemIsAbsentAsync(@"#r f$$", MockSnippetInfoService.SnippetShortcut, sourceCodeKind: SourceCodeKind.Script); 125await VerifyItemIsAbsentAsync(@"#load f$$", MockSnippetInfoService.SnippetShortcut, sourceCodeKind: SourceCodeKind.Script); 126await VerifyItemIsAbsentAsync(@"#!$$", MockSnippetInfoService.SnippetShortcut, sourceCodeKind: SourceCodeKind.Script);
Completion\CompletionProviders\SpeculativeTCompletionProviderTests.cs (14)
79=> VerifyItemIsAbsentAsync(""" 88=> VerifyItemIsAbsentAsync(""" 106=> VerifyItemIsAbsentAsync(""" 115=> VerifyItemIsAbsentAsync(""" 378=> VerifyItemIsAbsentAsync(""" 400=> VerifyItemIsAbsentAsync(""" 466=> VerifyItemIsAbsentAsync(""" 488=> VerifyItemIsAbsentAsync(""" 510=> VerifyItemIsAbsentAsync(""" 621=> VerifyItemIsAbsentAsync(@"void $$", "T", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script); 625=> VerifyItemIsAbsentAsync(@"int $$", "T", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script); 650=> VerifyItemIsAbsentAsync(""" 659=> VerifyItemIsAbsentAsync(""" 681=> VerifyItemIsAbsentAsync("""
Completion\CompletionProviders\SymbolCompletionProviderTests.cs (126)
33await VerifyItemIsAbsentAsync(@"$$", @"String", expectedDescriptionOrNull: null, sourceCodeKind: sourceCodeKind); 54=> await VerifyItemIsAbsentAsync(@"#r $$", "@System", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script); 58=> await VerifyItemIsAbsentAsync(@"#load $$", "@System", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script); 63await VerifyItemIsAbsentAsync(@"using $$", @"String"); 64await VerifyItemIsAbsentAsync(@"using $$ = System", @"System"); 72await VerifyItemIsAbsentAsync(""" 78await VerifyItemIsAbsentAsync(""" 89await VerifyItemIsAbsentAsync(""" 106await VerifyItemIsAbsentAsync(""" 114await VerifyItemIsAbsentAsync(""" 148await VerifyItemIsAbsentAsync(""" 154await VerifyItemIsAbsentAsync(""" 165await VerifyItemIsAbsentAsync(""" 171await VerifyItemIsAbsentAsync(""" 177await VerifyItemIsAbsentAsync(""" 188await VerifyItemIsAbsentAsync(""" 194await VerifyItemIsAbsentAsync(""" 200await VerifyItemIsAbsentAsync(""" 206await VerifyItemIsAbsentAsync(""" 235await VerifyItemIsAbsentAsync(""" 241await VerifyItemIsAbsentAsync(""" 252await VerifyItemIsAbsentAsync(""" 258await VerifyItemIsAbsentAsync(""" 264await VerifyItemIsAbsentAsync(""" 275await VerifyItemIsAbsentAsync(""" 281await VerifyItemIsAbsentAsync(""" 377=> VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", """ 525=> VerifyItemIsAbsentAsync(@"namespace N$$S", "NS", sourceCodeKind: SourceCodeKind.Regular); 1715=> VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"class CL<T> where T : $$"), @"Console"); 1731=> VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"class CL<T> where T : $$"), @"String"); 1762=> VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"class CL<T> where T : A, $$"), @"Console"); 1778=> VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"class CL<T> where T : A, $$"), @"String"); 1825await VerifyItemIsAbsentAsync(@"class CL<T> where $$", @"System"); 1826await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"class CL<T> where $$"), @"String"); 1832await VerifyItemIsAbsentAsync(@"class CL<T1> { void M<T2> where $$", @"T1"); 1912=> await VerifyItemIsAbsentAsync(AddInsideMethod(@"var x = 0; typeof($$"), @"x"); 1927=> await VerifyItemIsAbsentAsync(AddInsideMethod(@"var x = 0; sizeof($$"), @"x"); 1942=> await VerifyItemIsAbsentAsync(AddInsideMethod(@"var x = 0; default($$"), @"x"); 1974=> VerifyItemIsAbsentAsync(prefix + "$$", "args", sourceCodeKind: SourceCodeKind.Script); 2020=> await VerifyItemIsAbsentAsync(@"$$", "args", sourceCodeKind: SourceCodeKind.Regular); 2033=> await VerifyItemIsAbsentAsync( 2045=> await VerifyItemIsAbsentAsync(@"class C { void M() { System.Func<int, string, int> f = (int _, string _) => 1 + $$", "_"); 2049=> await VerifyItemIsAbsentAsync(@"class C { void M() { System.Func<int, string, int> f = delegate(int _, string _) { return 1 + $$ }; } }", "_"); 2057=> await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"class c { void M() { goo.$$"), "Equals"); 2061=> await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"class c { void M(int x) { typeof($$"), "x"); 2065=> await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"class c { void M(int x) { default($$"), "x"); 2069=> await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"public class C { void M(int x) { unsafe { sizeof($$"), "x"); 2073=> await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"public class Generic<T> { void M(int x) { Generic<$$"), "x"); 2077=> await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"public class C { void M() { null.$$"), "Equals"); 2105=> await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"public class C { void M() { (null).$$"), "Equals"); 2307=> VerifyItemIsAbsentAsync(""" 2317=> VerifyItemIsAbsentAsync(""" 2327=> VerifyItemIsAbsentAsync(""" 2338=> VerifyItemIsAbsentAsync(""" 2359=> VerifyItemIsAbsentAsync(""" 2380=> VerifyItemIsAbsentAsync(""" 2906await VerifyItemIsAbsentAsync(markup, "R", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Regular); 2922await VerifyItemIsAbsentAsync(markup, "R", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script); 3036=> VerifyItemIsAbsentAsync(""" 3063=> VerifyItemIsAbsentAsync(""" 3090=> VerifyItemIsAbsentAsync(""" 3104=> VerifyItemIsAbsentAsync(""" 3144=> VerifyItemIsAbsentAsync(""" 3238=> VerifyItemIsAbsentAsync(""" 3504=> VerifyItemIsAbsentAsync(""" 3777=> VerifyItemIsAbsentAsync(""" 3790=> VerifyItemIsAbsentAsync(""" 3823=> VerifyItemIsAbsentAsync(""" 3934=> VerifyItemIsAbsentAsync( 3941=> VerifyItemIsAbsentAsync( 3951=> VerifyItemIsAbsentAsync( 3961=> VerifyItemIsAbsentAsync( 3971=> VerifyItemIsAbsentAsync( 3977=> VerifyItemIsAbsentAsync(AddInsideMethod( 4016=> VerifyItemIsAbsentAsync( 4027=> VerifyItemIsAbsentAsync( 4038=> VerifyItemIsAbsentAsync( 4049=> VerifyItemIsAbsentAsync( 4060=> VerifyItemIsAbsentAsync( 4071=> VerifyItemIsAbsentAsync( 4084=> VerifyItemIsAbsentAsync( 4119=> VerifyItemIsAbsentAsync( 4130=> VerifyItemIsAbsentAsync( 4142=> VerifyItemIsAbsentAsync( 4188=> VerifyItemIsAbsentAsync( 4199=> VerifyItemIsAbsentAsync( 4210=> VerifyItemIsAbsentAsync(""" 4348=> VerifyItemIsAbsentAsync(""" 4361=> VerifyItemIsAbsentAsync(""" 7532=> VerifyItemIsAbsentAsync(""" 7713=> VerifyItemIsAbsentAsync(""" 7818=> await VerifyItemIsAbsentAsync(@"base.$$", @"ToString", sourceCodeKind: SourceCodeKind.Script); 7822=> VerifyItemIsAbsentAsync(""" 7887await VerifyItemIsAbsentAsync(markup, "C"); 7904await VerifyItemIsAbsentAsync(markup, "N"); 7909=> VerifyItemIsAbsentAsync(""" 7929=> VerifyItemIsAbsentAsync($$""" 8674=> VerifyItemIsAbsentAsync(""" 8722=> VerifyItemIsAbsentAsync(""" 8741=> VerifyItemIsAbsentAsync(""" 8761=> VerifyItemIsAbsentAsync(""" 9700=> VerifyItemIsAbsentAsync(""" 9718=> VerifyItemIsAbsentAsync(""" 10325await VerifyItemIsAbsentAsync(markup, "FirstOrDefault", displayTextSuffix: "<>"); 10350await VerifyItemIsAbsentAsync(markup, "Task"); 10465await VerifyItemIsAbsentAsync(markup, "Substring"); 10487await VerifyItemIsAbsentAsync(markup, "Substring"); 10603await VerifyItemIsAbsentAsync(markup, "MyProperty"); 11006=> VerifyItemIsAbsentAsync( 11323await VerifyItemIsAbsentAsync(markup, "Equals"); 11521=> VerifyItemIsAbsentAsync(""" 11736=> VerifyItemIsAbsentAsync(""" 11904await VerifyItemIsAbsentAsync(source, "goo"); 11905await VerifyItemIsAbsentAsync(source, "Bar"); 11935=> VerifyItemIsAbsentAsync(MakeMarkup(""" 12153=> VerifyItemIsAbsentAsync(MakeMarkup(""" 12190await VerifyItemIsAbsentAsync(source, "System", sourceCodeKind: SourceCodeKind.Regular); 12193await VerifyItemIsAbsentAsync(source, underlyingType); 12290=> VerifyItemIsAbsentAsync(""" 12332=> VerifyItemIsAbsentAsync($""" 12340=> VerifyItemIsAbsentAsync($""" 12348=> VerifyItemIsAbsentAsync($""" 12764await VerifyItemIsAbsentAsync(markup, "FirstOrDefaultOnHashSet", displayTextSuffix: "<>"); 12798await VerifyItemIsAbsentAsync(markup, "FirstOrDefaultOnHashSet", displayTextSuffix: "<>"); 12835await VerifyItemIsAbsentAsync(markup, "FirstOrDefaultOnHashSet", displayTextSuffix: "<>"); 12869await VerifyItemIsAbsentAsync(markup, "FirstOrDefaultOnHashSet", displayTextSuffix: "<>");
Completion\CompletionProviders\SymbolCompletionProviderTests_NoInteractive.cs (17)
81=> await VerifyItemIsAbsentAsync(@"using System.Console.$$", @"Beep"); 85=> VerifyItemIsAbsentAsync(""" 94=> VerifyItemIsAbsentAsync(""" 103=> VerifyItemIsAbsentAsync(""" 112=> VerifyItemIsAbsentAsync(""" 121=> VerifyItemIsAbsentAsync(""" 130=> VerifyItemIsAbsentAsync(""" 143=> VerifyItemIsAbsentAsync(""" 154=> await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", AddInsideMethod("string s = \"Console.$$")), @"Beep"); 158=> await VerifyItemIsAbsentAsync(@"[assembly: System.Console.$$]", @"Beep"); 162=> VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", """ 169=> await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"class CL<[Console.$$]T> {}"), @"Beep"); 173=> VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", """ 182=> await VerifyItemIsAbsentAsync(AddUsingDirectives("using System;", @"class CL<Console.$$"), @"Beep"); 186=> VerifyItemIsAbsentAsync(""" 199=> VerifyItemIsAbsentAsync(""" 213=> VerifyItemIsAbsentAsync("""
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (1)
1900=> VerifyItemIsAbsentAsync(markup, expectedItem, displayTextSuffix: displayTextSuffix, inlineDescription: inlineDescription);
Completion\CompletionProviders\XmlDocumentationCommentCompletionProviderTests.cs (10)
38await VerifyItemIsAbsentAsync(markup, item); 232=> VerifyItemIsAbsentAsync(""" 254=> VerifyItemIsAbsentAsync(""" 276=> VerifyItemIsAbsentAsync(""" 298=> VerifyItemIsAbsentAsync(""" 441=> VerifyItemIsAbsentAsync(""" 464=> VerifyItemIsAbsentAsync(""" 781await VerifyItemIsAbsentAsync(source, keywordText); 1068await VerifyItemIsAbsentAsync(""" 1082await VerifyItemIsAbsentAsync("""