861 references to VerifyItemIsAbsentAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (577)
Completion\CompletionProviders\AttributeNamedParameterCompletionProviderTests.cs (1)
131
await
VerifyItemIsAbsentAsync
(markup, "Color", displayTextSuffix: " =");
Completion\CompletionProviders\AwaitCompletionProviderTests.cs (5)
32
await
VerifyItemIsAbsentAsync
(code, CompletionDisplayTextAwait);
33
await
VerifyItemIsAbsentAsync
(code, CompletionDisplayTextAwaitAndConfigureAwait);
38
await
VerifyItemIsAbsentAsync
(GetMarkup(code, languageVersion), CompletionDisplayTextAwait);
39
await
VerifyItemIsAbsentAsync
(GetMarkup(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait);
56
await
VerifyItemIsAbsentAsync
(GetMarkup(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait);
Completion\CompletionProviders\ConversionCompletionProviderTests.cs (1)
150
: (markup, expectedItem) =>
VerifyItemIsAbsentAsync
(markup, expectedItem, displayTextPrefix: "(", displayTextSuffix: ")");
Completion\CompletionProviders\CrefCompletionProviderTests.cs (1)
107
await
VerifyItemIsAbsentAsync
(text, "goo(int)");
Completion\CompletionProviders\DeclarationNameCompletionProviderTests.cs (33)
359
await
VerifyItemIsAbsentAsync
(markup, "MyClass");
411
await
VerifyItemIsAbsentAsync
(markup, "C");
412
await
VerifyItemIsAbsentAsync
(markup, "c");
719
await
VerifyItemIsAbsentAsync
(markup, "CancellationToken", options: options);
752
await
VerifyItemIsAbsentAsync
(markup, "firstName");
764
await
VerifyItemIsAbsentAsync
(markup, "name");
779
await
VerifyItemIsAbsentAsync
(markup, "myTok");
1091
await
VerifyItemIsAbsentAsync
(markup, "C");
1092
await
VerifyItemIsAbsentAsync
(markup, "c");
1106
await
VerifyItemIsAbsentAsync
(markup, "Array");
1202
await
VerifyItemIsAbsentAsync
(markup, "MyClass");
1203
await
VerifyItemIsAbsentAsync
(markup, "GetMyClass");
1333
await
VerifyItemIsAbsentAsync
(markup, "action");
1466
await
VerifyItemIsAbsentAsync
(markup, "action");
2373
await
VerifyItemIsAbsentAsync
(markup, "ConfigurationLocal", options: options);
2374
await
VerifyItemIsAbsentAsync
(markup, "ConfigurationLocalFunction", options: options);
2402
await
VerifyItemIsAbsentAsync
(markup, "ConfigurationField", options: options);
2403
await
VerifyItemIsAbsentAsync
(markup, "ConfigurationMethod", options: options);
2404
await
VerifyItemIsAbsentAsync
(markup, "ConfigurationProperty", options: options);
2426
await
VerifyItemIsAbsentAsync
(markup, "classB");
2445
await
VerifyItemIsAbsentAsync
(markup, "classB");
2505
await
VerifyItemIsAbsentAsync
(markup, "classB");
2526
await
VerifyItemIsAbsentAsync
(markup, "classB");
2527
await
VerifyItemIsAbsentAsync
(markup, "classB1");
2550
await
VerifyItemIsAbsentAsync
(markup, "classB");
2621
await
VerifyItemIsAbsentAsync
(markup, "classB");
2647
await
VerifyItemIsAbsentAsync
(markup, "classB");
2670
await
VerifyItemIsAbsentAsync
(markup, "classB");
2692
await
VerifyItemIsAbsentAsync
(markup, "classB");
2788
await
VerifyItemIsAbsentAsync
(markup, "async");
2789
await
VerifyItemIsAbsentAsync
(markup, "Async");
2790
await
VerifyItemIsAbsentAsync
(markup, "GetAsync");
2828
await
VerifyItemIsAbsentAsync
(markup, "consoleColor");
Completion\CompletionProviders\EnumAndCompletionListTagCompletionProviderTests.cs (38)
50
await
VerifyItemIsAbsentAsync
(markup + colorsLike, "Colors");
201
await
VerifyItemIsAbsentAsync
(markup, typeName);
227
await
VerifyItemIsAbsentAsync
(markup, typeName);
251
await
VerifyItemIsAbsentAsync
(markup, typeName);
273
await
VerifyItemIsAbsentAsync
(markup, typeName);
295
await
VerifyItemIsAbsentAsync
(markup, typeName);
313
await
VerifyItemIsAbsentAsync
(markup, typeName);
331
await
VerifyItemIsAbsentAsync
(markup, typeName);
349
await
VerifyItemIsAbsentAsync
(markup, typeName);
367
await
VerifyItemIsAbsentAsync
(markup, typeName);
385
await
VerifyItemIsAbsentAsync
(markup, typeName);
403
await
VerifyItemIsAbsentAsync
(markup, typeName);
421
await
VerifyItemIsAbsentAsync
(markup, typeName);
444
await
VerifyItemIsAbsentAsync
(markup, typeName);
467
await
VerifyItemIsAbsentAsync
(markup, typeName);
656
await
VerifyItemIsAbsentAsync
(markup, "D");
682
await
VerifyItemIsAbsentAsync
(markup, "D");
712
await
VerifyItemIsAbsentAsync
(markup, "D");
740
await
VerifyItemIsAbsentAsync
(enumE + markup, "E");
742
await
VerifyItemIsAbsentAsync
(enumLikeE + markup, "E");
772
await
VerifyItemIsAbsentAsync
(markup + colorsLike, "Colors");
802
await
VerifyItemIsAbsentAsync
(markup + colorsLike, "Colors");
1028
await
VerifyItemIsAbsentAsync
(markup, "ConsoleColor");
1062
await
VerifyItemIsAbsentAsync
(markup, "ConsoleColor");
1079
await
VerifyItemIsAbsentAsync
(markup, "ConsoleColor");
1096
await
VerifyItemIsAbsentAsync
(markup, "ConsoleColor");
1130
await
VerifyItemIsAbsentAsync
(markup, "ConsoleColor");
1326
await
VerifyItemIsAbsentAsync
(markup + gooLike, "Goo.AMember", usePreviousCharAsTrigger: true);
1362
await
VerifyItemIsAbsentAsync
(markup + gooLike, "Goo.AMember", usePreviousCharAsTrigger: true);
1402
await
VerifyItemIsAbsentAsync
(eLike + markup, "E.A", usePreviousCharAsTrigger: true);
1539
await
VerifyItemIsAbsentAsync
(markup, $"{typeName}.A", usePreviousCharAsTrigger: true);
1571
await
VerifyItemIsAbsentAsync
(markup, $"{typeName}.A", usePreviousCharAsTrigger: true);
1622
await
VerifyItemIsAbsentAsync
(markup, "e as E");
1925
await
VerifyItemIsAbsentAsync
(markup, "Color.Red");
1979
await
VerifyItemIsAbsentAsync
(markup, "Color.Red");
2052
await
VerifyItemIsAbsentAsync
(markup, "Color.Green");
2075
await
VerifyItemIsAbsentAsync
(markup, "Color.Green");
2113
await
VerifyItemIsAbsentAsync
(markup, "Color.Red");
Completion\CompletionProviders\ExplicitInterfaceMemberCompletionProviderTests.cs (22)
186
await
VerifyItemIsAbsentAsync
(markup, "Equals(object obj)");
187
await
VerifyItemIsAbsentAsync
(markup, "Goo()");
188
await
VerifyItemIsAbsentAsync
(markup, "GetHashCode()");
189
await
VerifyItemIsAbsentAsync
(markup, "GetType()");
190
await
VerifyItemIsAbsentAsync
(markup, "ToString()");
213
await
VerifyItemIsAbsentAsync
(markup, "Prop.get");
214
await
VerifyItemIsAbsentAsync
(markup, "TestEvent.add");
215
await
VerifyItemIsAbsentAsync
(markup, "TestEvent.remove");
237
await
VerifyItemIsAbsentAsync
(markup, "Goo()");
238
await
VerifyItemIsAbsentAsync
(markup, "Prop");
256
await
VerifyItemIsAbsentAsync
(markup, "Goo()");
257
await
VerifyItemIsAbsentAsync
(markup, "Prop");
275
await
VerifyItemIsAbsentAsync
(markup, "Goo()");
276
await
VerifyItemIsAbsentAsync
(markup, "Prop");
294
await
VerifyItemIsAbsentAsync
(markup, "Goo()");
295
await
VerifyItemIsAbsentAsync
(markup, "Prop");
314
await
VerifyItemIsAbsentAsync
(markup, "Goo");
333
await
VerifyItemIsAbsentAsync
(markup, "Goo");
365
await
VerifyItemIsAbsentAsync
(markup, "Goo1", displayTextSuffix: "()");
366
await
VerifyItemIsAbsentAsync
(markup, "Prop1");
400
await
VerifyItemIsAbsentAsync
(markup, "Goo1", displayTextSuffix: "()");
401
await
VerifyItemIsAbsentAsync
(markup, "Prop1");
Completion\CompletionProviders\ExtensionMethodImportCompletionProviderTests.cs (1)
1985
=>
VerifyItemIsAbsentAsync
(markup, expectedItem, displayTextSuffix: displayTextSuffix, inlineDescription: inlineDescription);
Completion\CompletionProviders\KeywordCompletionProviderTests.cs (34)
383
await
VerifyItemIsAbsentAsync
(markup, "event");
395
await
VerifyItemIsAbsentAsync
(markup, "event");
434
await
VerifyItemIsAbsentAsync
(markup, "readonly");
459
await
VerifyItemIsAbsentAsync
(markup, "readonly");
484
await
VerifyItemIsAbsentAsync
(markup, "readonly");
509
await
VerifyItemIsAbsentAsync
(markup, "readonly");
526
await
VerifyItemIsAbsentAsync
(markup, "void");
570
await
VerifyItemIsAbsentAsync
(markup, "new");
571
await
VerifyItemIsAbsentAsync
(markup, "this");
572
await
VerifyItemIsAbsentAsync
(markup, "null");
573
await
VerifyItemIsAbsentAsync
(markup, "base");
574
await
VerifyItemIsAbsentAsync
(markup, "true");
575
await
VerifyItemIsAbsentAsync
(markup, "false");
576
await
VerifyItemIsAbsentAsync
(markup, "typeof");
577
await
VerifyItemIsAbsentAsync
(markup, "sizeof");
578
await
VerifyItemIsAbsentAsync
(markup, "nameof");
595
await
VerifyItemIsAbsentAsync
(markup, "new");
596
await
VerifyItemIsAbsentAsync
(markup, "this");
597
await
VerifyItemIsAbsentAsync
(markup, "null");
598
await
VerifyItemIsAbsentAsync
(markup, "base");
599
await
VerifyItemIsAbsentAsync
(markup, "true");
600
await
VerifyItemIsAbsentAsync
(markup, "false");
601
await
VerifyItemIsAbsentAsync
(markup, "typeof");
602
await
VerifyItemIsAbsentAsync
(markup, "sizeof");
603
await
VerifyItemIsAbsentAsync
(markup, "nameof");
644
await
VerifyItemIsAbsentAsync
(markup, "required");
659
await
VerifyItemIsAbsentAsync
(markup, "required");
674
await
VerifyItemIsAbsentAsync
(markup, keyword);
686
await
VerifyItemIsAbsentAsync
(markup, "required");
706
await
VerifyItemIsAbsentAsync
(markup, "file");
754
await
VerifyItemIsAbsentAsync
(markup, "file");
767
await
VerifyItemIsAbsentAsync
(markup, "file");
781
await
VerifyItemIsAbsentAsync
(markup, "file");
795
await
VerifyItemIsAbsentAsync
(markup, keyword);
Completion\CompletionProviders\NamedParameterCompletionProviderTests.cs (6)
180
await
VerifyItemIsAbsentAsync
(markup, "implementing", displayTextSuffix: ":");
201
await
VerifyItemIsAbsentAsync
(markup, "implementing", displayTextSuffix: ":");
257
await
VerifyItemIsAbsentAsync
(markup, "character", displayTextSuffix: ":");
313
await
VerifyItemIsAbsentAsync
(markup, "dbl", displayTextSuffix: ":");
372
await
VerifyItemIsAbsentAsync
(markup, "obj", displayTextSuffix: ":");
373
await
VerifyItemIsAbsentAsync
(markup, "str", displayTextSuffix: ":");
Completion\CompletionProviders\ObjectCreationCompletionProviderTests.cs (2)
49
await
VerifyItemIsAbsentAsync
(markup, "<anonymous type: string Goo, int Bar>");
64
await
VerifyItemIsAbsentAsync
(markup, "void");
Completion\CompletionProviders\ObjectInitializerCompletionProviderTests.cs (14)
77
await
VerifyItemIsAbsentAsync
(markup, "<value>k__BackingField");
96
await
VerifyItemIsAbsentAsync
(markup, "<value>k__BackingField");
115
await
VerifyItemIsAbsentAsync
(markup, "<value>k__BackingField");
134
await
VerifyItemIsAbsentAsync
(markup, "<value>k__BackingField");
153
await
VerifyItemIsAbsentAsync
(markup, "<value>k__BackingField");
198
await
VerifyItemIsAbsentAsync
(markup, "value");
268
await
VerifyItemIsAbsentAsync
(markup, "myValue");
378
await
VerifyItemIsAbsentAsync
(markup, "BasePrivate");
432
await
VerifyItemIsAbsentAsync
(markup, "Count");
449
await
VerifyItemIsAbsentAsync
(markup, "this[]");
468
await
VerifyItemIsAbsentAsync
(markup, "goo");
489
await
VerifyItemIsAbsentAsync
(markup, "Gibberish");
969
await
VerifyItemIsAbsentAsync
(markup, "new");
970
await
VerifyItemIsAbsentAsync
(markup, "this");
Completion\CompletionProviders\OverrideCompletionProviderTests.cs (25)
105
await
VerifyItemIsAbsentAsync
(@"
132
await
VerifyItemIsAbsentAsync
(markup, "bar()");
159
await
VerifyItemIsAbsentAsync
(@"
178
await
VerifyItemIsAbsentAsync
(@"
284
await
VerifyItemIsAbsentAsync
(@"
329
await
VerifyItemIsAbsentAsync
(@"
422
await
VerifyItemIsAbsentAsync
(markup, "goo()");
423
await
VerifyItemIsAbsentAsync
(markup, "bar()");
424
await
VerifyItemIsAbsentAsync
(markup, "bor()");
458
await
VerifyItemIsAbsentAsync
(protectedinternal, "bar()");
473
await
VerifyItemIsAbsentAsync
(internalprotected, "bar()");
674
await
VerifyItemIsAbsentAsync
(markup, "Goo()", "void Base.Goo()");
690
await
VerifyItemIsAbsentAsync
(markup, "Goo()", "void Base.Goo()");
706
await
VerifyItemIsAbsentAsync
(markup, "Goo(T t)");
722
await
VerifyItemIsAbsentAsync
(markup, "Goo(T t)");
738
await
VerifyItemIsAbsentAsync
(markup, "Goo(T t, S s)");
754
await
VerifyItemIsAbsentAsync
(markup, "Goo(T t)");
770
await
VerifyItemIsAbsentAsync
(markup, "Goo(T t)");
788
await
VerifyItemIsAbsentAsync
(markup, "Goo(T t, S s)");
3367
await
VerifyItemIsAbsentAsync
(@"record Program
3385
await
VerifyItemIsAbsentAsync
(@"
3407
await
VerifyItemIsAbsentAsync
(@"
3424
await
VerifyItemIsAbsentAsync
(@"
3479
await
VerifyItemIsAbsentAsync
("""
3496
await
VerifyItemIsAbsentAsync
("""
Completion\CompletionProviders\PartialTypeCompletionProviderTests.cs (1)
29
await
VerifyItemIsAbsentAsync
(text, "C");
Completion\CompletionProviders\PropertySubPatternCompletionProviderTests.cs (10)
319
await
VerifyItemIsAbsentAsync
(markup, "P1");
320
await
VerifyItemIsAbsentAsync
(markup, "P2");
346
await
VerifyItemIsAbsentAsync
(markup, "P1");
347
await
VerifyItemIsAbsentAsync
(markup, "F2");
373
await
VerifyItemIsAbsentAsync
(markup, "P1");
374
await
VerifyItemIsAbsentAsync
(markup, "P2");
459
await
VerifyItemIsAbsentAsync
(markup, "P2");
685
await
VerifyItemIsAbsentAsync
(markup, "Empty");
703
await
VerifyItemIsAbsentAsync
(markup, "x");
719
await
VerifyItemIsAbsentAsync
(markup, "MaxValue");
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);
125
await
VerifyItemIsAbsentAsync
(@"#r f$$", MockSnippetInfoService.SnippetShortcut, sourceCodeKind: SourceCodeKind.Script);
126
await
VerifyItemIsAbsentAsync
(@"#load f$$", MockSnippetInfoService.SnippetShortcut, sourceCodeKind: SourceCodeKind.Script);
127
await
VerifyItemIsAbsentAsync
(@"#!$$", MockSnippetInfoService.SnippetShortcut, sourceCodeKind: SourceCodeKind.Script);
Completion\CompletionProviders\Snippets\AbstractCSharpAutoPropertyCompletionProviderTests.cs (1)
155
private Task VerifyPropertyAbsenceAsync(string markup) =>
VerifyItemIsAbsentAsync
(markup, ItemToCommit);
Completion\CompletionProviders\Snippets\AbstractCSharpConditionalBlockSnippetCompletionProviderTests.cs (9)
77
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
94
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
245
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
261
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
277
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
303
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
318
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
333
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
349
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
Completion\CompletionProviders\Snippets\CSharpClassSnippetCompletionProviderTests.cs (3)
203
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
217
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
231
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
Completion\CompletionProviders\Snippets\CSharpConsoleSnippetCompletionProviderTests.cs (9)
109
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
126
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
261
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
275
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
290
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
315
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
329
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
343
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
358
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
Completion\CompletionProviders\Snippets\CSharpConstructorSnippetCompletionProviderTests.cs (4)
30
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
41
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
51
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
143
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
Completion\CompletionProviders\Snippets\CSharpElseSnippetCompletionProviderTests.cs (3)
64
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
117
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
137
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
Completion\CompletionProviders\Snippets\CSharpEnumSnippetCompletionProviderTests.cs (3)
182
await
VerifyItemIsAbsentAsync
("""
193
await
VerifyItemIsAbsentAsync
("""
207
await
VerifyItemIsAbsentAsync
("""
Completion\CompletionProviders\Snippets\CSharpInterfaceSnippetCompletionProviderTests.cs (3)
203
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
217
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
231
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
Completion\CompletionProviders\Snippets\CSharpStructSnippetCompletionProviderTests.cs (3)
212
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
227
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
242
await
VerifyItemIsAbsentAsync
(markupBeforeCommit, ItemToCommit);
Completion\CompletionProviders\SpeculativeTCompletionProviderTests.cs (14)
98
await
VerifyItemIsAbsentAsync
(markup, "T");
110
await
VerifyItemIsAbsentAsync
(markup, "T");
134
await
VerifyItemIsAbsentAsync
(markup, "T");
146
await
VerifyItemIsAbsentAsync
(markup, "T");
475
await
VerifyItemIsAbsentAsync
(markup, "T");
503
await
VerifyItemIsAbsentAsync
(markup, "T");
587
await
VerifyItemIsAbsentAsync
(markup, "T");
615
await
VerifyItemIsAbsentAsync
(markup, "T");
643
await
VerifyItemIsAbsentAsync
(markup, "T");
783
await
VerifyItemIsAbsentAsync
(markup, "T", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script);
791
await
VerifyItemIsAbsentAsync
(markup, "T", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script);
836
await
VerifyItemIsAbsentAsync
(markup, "T");
851
await
VerifyItemIsAbsentAsync
(markup, "T");
877
await
VerifyItemIsAbsentAsync
(markup, "T");
Completion\CompletionProviders\SymbolCompletionProviderTests.cs (298)
34
await
VerifyItemIsAbsentAsync
(@"$$", @"String", expectedDescriptionOrNull: null, sourceCodeKind: sourceCodeKind);
51
=> await
VerifyItemIsAbsentAsync
(@"#r $$", "@System", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script);
55
=> await
VerifyItemIsAbsentAsync
(@"#load $$", "@System", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script);
60
await
VerifyItemIsAbsentAsync
(@"using $$", @"String");
61
await
VerifyItemIsAbsentAsync
(@"using $$ = System", @"System");
69
await
VerifyItemIsAbsentAsync
(@"class C {
73
await
VerifyItemIsAbsentAsync
(@"class C {
82
await
VerifyItemIsAbsentAsync
(@"class C {
95
await
VerifyItemIsAbsentAsync
(@"using System;
101
await
VerifyItemIsAbsentAsync
(@"using System;
129
await
VerifyItemIsAbsentAsync
(@"using System;
133
await
VerifyItemIsAbsentAsync
(@"using System;
142
await
VerifyItemIsAbsentAsync
(@"using System;
147
await
VerifyItemIsAbsentAsync
(@"using System;
152
await
VerifyItemIsAbsentAsync
(@"using System;
162
await
VerifyItemIsAbsentAsync
(@"using System;
166
await
VerifyItemIsAbsentAsync
(@"using System;
170
await
VerifyItemIsAbsentAsync
(@"using System;
174
await
VerifyItemIsAbsentAsync
(@"using System;
197
await
VerifyItemIsAbsentAsync
(@"using System;
201
await
VerifyItemIsAbsentAsync
(@"using System;
210
await
VerifyItemIsAbsentAsync
(@"using System;
215
await
VerifyItemIsAbsentAsync
(@"using System;
220
await
VerifyItemIsAbsentAsync
(@"using System;
230
await
VerifyItemIsAbsentAsync
(@"using System;
234
await
VerifyItemIsAbsentAsync
(@"using System;
257
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", AddInsideMethod("string s = \"$$")), @"String");
258
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", AddInsideMethod("string s = \"$$")), @"System");
264
await
VerifyItemIsAbsentAsync
("#r \"$$", "String", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script);
265
await
VerifyItemIsAbsentAsync
("#r \"$$", "System", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script);
271
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", AddInsideMethod("string s = \"$$\";")), @"System");
272
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", AddInsideMethod("string s = \"$$\";")), @"String");
278
await
VerifyItemIsAbsentAsync
("#r \"$$\"", "String", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script);
279
await
VerifyItemIsAbsentAsync
("#r \"$$\"", "System", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script);
285
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", AddInsideMethod("char c = '$$")), @"System");
286
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", AddInsideMethod("char c = '$$")), @"String");
293
await
VerifyItemIsAbsentAsync
(@"[assembly: $$]", @"String");
309
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", content), @"Attribute");
388
await
VerifyItemIsAbsentAsync
(source, "String", sourceCodeKind: SourceCodeKind.Regular);
399
await
VerifyItemIsAbsentAsync
(source, "String", sourceCodeKind: SourceCodeKind.Regular);
436
await
VerifyItemIsAbsentAsync
(source, "A", sourceCodeKind: SourceCodeKind.Regular);
445
await
VerifyItemIsAbsentAsync
(source, "NS", sourceCodeKind: SourceCodeKind.Regular);
460
await
VerifyItemIsAbsentAsync
(source, "A", sourceCodeKind: SourceCodeKind.Regular);
461
await
VerifyItemIsAbsentAsync
(source, "B", sourceCodeKind: SourceCodeKind.Regular);
478
await
VerifyItemIsAbsentAsync
(source, "A", sourceCodeKind: SourceCodeKind.Regular);
488
await
VerifyItemIsAbsentAsync
(source, "Runtime", sourceCodeKind: SourceCodeKind.Regular);
517
await
VerifyItemIsAbsentAsync
(source, "C1", sourceCodeKind: SourceCodeKind.Regular);
518
await
VerifyItemIsAbsentAsync
(source, "C2", sourceCodeKind: SourceCodeKind.Regular);
519
await
VerifyItemIsAbsentAsync
(source, "C3", sourceCodeKind: SourceCodeKind.Regular);
521
await
VerifyItemIsAbsentAsync
(source, "A", sourceCodeKind: SourceCodeKind.Regular);
569
await
VerifyItemIsAbsentAsync
(source, "A", sourceCodeKind: SourceCodeKind.Regular);
570
await
VerifyItemIsAbsentAsync
(source, "B", sourceCodeKind: SourceCodeKind.Regular);
584
await
VerifyItemIsAbsentAsync
(source, "A", sourceCodeKind: SourceCodeKind.Regular);
585
await
VerifyItemIsAbsentAsync
(source, "B", sourceCodeKind: SourceCodeKind.Regular);
600
await
VerifyItemIsAbsentAsync
(source, "A", sourceCodeKind: SourceCodeKind.Regular);
610
await
VerifyItemIsAbsentAsync
(source, "Runtime", sourceCodeKind: SourceCodeKind.Regular);
630
await
VerifyItemIsAbsentAsync
(source, "System", sourceCodeKind: SourceCodeKind.Regular);
631
await
VerifyItemIsAbsentAsync
(source, "Runtime", sourceCodeKind: SourceCodeKind.Regular);
652
await
VerifyItemIsAbsentAsync
(source, "A", sourceCodeKind: SourceCodeKind.Regular);
653
await
VerifyItemIsAbsentAsync
(source, "B", sourceCodeKind: SourceCodeKind.Regular);
654
await
VerifyItemIsAbsentAsync
(source, "C", sourceCodeKind: SourceCodeKind.Regular);
664
await
VerifyItemIsAbsentAsync
(source, "D1", sourceCodeKind: SourceCodeKind.Regular);
665
await
VerifyItemIsAbsentAsync
(source, "D2", sourceCodeKind: SourceCodeKind.Regular);
666
await
VerifyItemIsAbsentAsync
(source, "D3", sourceCodeKind: SourceCodeKind.Regular);
672
await
VerifyItemIsAbsentAsync
(@"namespace NS { $$", @"String");
673
await
VerifyItemIsAbsentAsync
(@"namespace NS { $$", @"System");
679
await
VerifyItemIsAbsentAsync
(@"namespace NS {
682
await
VerifyItemIsAbsentAsync
(@"namespace NS {
693
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", content), @"String");
694
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", content), @"System");
715
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"[assembly: A.$$"), @"String");
716
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"[assembly: A.$$"), @"System");
722
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"using MyType = $$"), @"String");
756
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<$$"), @"String");
757
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<$$"), @"System");
763
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T, $$"), @"String");
764
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T, $$"), @"System");
833
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", AddInsideMethod(@"foreach $$")), @"String");
834
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", AddInsideMethod(@"foreach $$")), @"System");
876
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", content), @"String");
877
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", content), @"System");
1330
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T> where T : $$"), @"Console");
1348
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T> where T : $$"), @"String");
1379
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T> where T : A, $$"), @"Console");
1397
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T> where T : A, $$"), @"String");
1422
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T> where T : A where$$"), @"System");
1423
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T> where T : A where$$"), @"String");
1437
await
VerifyItemIsAbsentAsync
(@"class CL<T> where $$", @"System");
1438
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T> where $$"), @"String");
1444
await
VerifyItemIsAbsentAsync
(@"class CL<T1> { void M<T2> where $$", @"T1");
1465
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T> : B where$$"), @"String");
1466
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<T> : B where$$"), @"System");
1472
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", AddInsideMethod(@"global::$$")), @"String");
1487
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class C { C() : $$"), @"String");
1488
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class C { C() : $$"), @"System");
1500
=> await
VerifyItemIsAbsentAsync
(AddInsideMethod(@"var x = 0; typeof($$"), @"x");
1511
=> await
VerifyItemIsAbsentAsync
(AddInsideMethod(@"var x = 0; sizeof($$"), @"x");
1522
=> await
VerifyItemIsAbsentAsync
(AddInsideMethod(@"var x = 0; default($$"), @"x");
1557
await
VerifyItemIsAbsentAsync
(prefix + "$$", "args", sourceCodeKind: SourceCodeKind.Script);
1611
=> await
VerifyItemIsAbsentAsync
(@"$$", "args", sourceCodeKind: SourceCodeKind.Regular);
1624
=> await
VerifyItemIsAbsentAsync
(
1634
=> await
VerifyItemIsAbsentAsync
(@"class C { void M() { System.Func<int, string, int> f = (int _, string _) => 1 + $$", "_");
1638
=> await
VerifyItemIsAbsentAsync
(@"class C { void M() { System.Func<int, string, int> f = delegate(int _, string _) { return 1 + $$ }; } }", "_");
1646
=> await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class c { void M() { goo.$$"), "Equals");
1650
=> await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class c { void M(int x) { typeof($$"), "x");
1654
=> await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class c { void M(int x) { default($$"), "x");
1658
=> await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"public class C { void M(int x) { unsafe { sizeof($$"), "x");
1662
=> await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"public class Generic<T> { void M(int x) { Generic<$$"), "x");
1666
=> await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"public class C { void M() { null.$$"), "Equals");
1698
=> await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"public class C { void M() { (null).$$"), "Equals");
1749
await
VerifyItemIsAbsentAsync
(markup, "Hidden");
1770
await
VerifyItemIsAbsentAsync
(markup, "Hidden");
1791
await
VerifyItemIsAbsentAsync
(markup, "Hidden");
1793
await
VerifyItemIsAbsentAsync
(markup, "Bar");
1813
await
VerifyItemIsAbsentAsync
(markup, "Hidden");
1834
await
VerifyItemIsAbsentAsync
(markup, "Hidden");
1855
await
VerifyItemIsAbsentAsync
(markup, "Hidden");
1879
await
VerifyItemIsAbsentAsync
(markup, "HiddenStatic");
1881
await
VerifyItemIsAbsentAsync
(markup, "HiddenInstance");
1922
await
VerifyItemIsAbsentAsync
(markup, "Dispose");
1935
await
VerifyItemIsAbsentAsync
(markup, "Dispose");
1950
await
VerifyItemIsAbsentAsync
(markup, "Dispose");
1965
await
VerifyItemIsAbsentAsync
(markup, "Dispose");
1992
await
VerifyItemIsAbsentAsync
(markup, "ReferenceEquals");
2022
await
VerifyItemIsAbsentAsync
(markup, "ReferenceEquals");
2051
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2068
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2085
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2102
await
VerifyItemIsAbsentAsync
(markup, "field");
2119
await
VerifyItemIsAbsentAsync
(markup, "field");
2136
await
VerifyItemIsAbsentAsync
(markup, "field");
2221
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2238
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2255
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2272
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2289
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2306
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2344
await
VerifyItemIsAbsentAsync
(markup, "GetType");
2345
await
VerifyItemIsAbsentAsync
(markup, "Equals");
2346
await
VerifyItemIsAbsentAsync
(markup, "GetHashCode");
2383
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2409
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2432
await
VerifyItemIsAbsentAsync
(markup, "String");
2433
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2449
await
VerifyItemIsAbsentAsync
(markup, "String");
2450
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2473
await
VerifyItemIsAbsentAsync
(markup, "String");
2474
await
VerifyItemIsAbsentAsync
(markup, "parameter");
2489
await
VerifyItemIsAbsentAsync
(markup, "field");
2504
await
VerifyItemIsAbsentAsync
(markup, "field");
2575
await
VerifyItemIsAbsentAsync
(markup, "R", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Regular);
2590
await
VerifyItemIsAbsentAsync
(markup, "R", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script);
2731
await
VerifyItemIsAbsentAsync
(markup, "ToString");
2758
await
VerifyItemIsAbsentAsync
(markup, "Console", expectedDescriptionOrNull: null, sourceCodeKind: SourceCodeKind.Script);
2798
await
VerifyItemIsAbsentAsync
(markup, "case 0:");
2815
await
VerifyItemIsAbsentAsync
(markup, "default:");
2862
await
VerifyItemIsAbsentAsync
(markup, "Goo");
2873
await
VerifyItemIsAbsentAsync
(markup, "CLSCompliantAttribute");
2885
await
VerifyItemIsAbsentAsync
(markup, "CLSCompliantAttribute");
2896
await
VerifyItemIsAbsentAsync
(markup, "CLSCompliantAttribute");
2908
await
VerifyItemIsAbsentAsync
(markup, "CLSCompliantAttribute");
2920
await
VerifyItemIsAbsentAsync
(markup, "CLSCompliantAttribute");
2932
await
VerifyItemIsAbsentAsync
(markup, "CLSCompliant");
2943
await
VerifyItemIsAbsentAsync
(markup, "CLSCompliant");
2969
await
VerifyItemIsAbsentAsync
(markup, "Alias");
2997
await
VerifyItemIsAbsentAsync
(markup, "MyAttribute");
3014
await
VerifyItemIsAbsentAsync
(markup, "MyAttribute");
3028
await
VerifyItemIsAbsentAsync
(markup, "namespace");
3029
await
VerifyItemIsAbsentAsync
(markup, "@namespace");
3043
await
VerifyItemIsAbsentAsync
(markup, "namespace");
3044
await
VerifyItemIsAbsentAsync
(markup, "@namespace");
3064
await
VerifyItemIsAbsentAsync
(markup, "@error");
3068
await
VerifyItemIsAbsentAsync
(markup, "@method");
3072
await
VerifyItemIsAbsentAsync
(markup, "int");
3089
await
VerifyItemIsAbsentAsync
(markup, "from");
3108
await
VerifyItemIsAbsentAsync
(markup, "from");
3110
await
VerifyItemIsAbsentAsync
(markup, "where");
3129
await
VerifyItemIsAbsentAsync
(markup, "from");
3131
await
VerifyItemIsAbsentAsync
(markup, "where");
3142
await
VerifyItemIsAbsentAsync
(markup, "MyAttribute", sourceCodeKind: SourceCodeKind.Regular);
3153
await
VerifyItemIsAbsentAsync
(markup, "namespace", sourceCodeKind: SourceCodeKind.Regular);
3154
await
VerifyItemIsAbsentAsync
(markup, "@namespace", sourceCodeKind: SourceCodeKind.Regular);
3182
await
VerifyItemIsAbsentAsync
(markup, "Namespace2");
3231
await
VerifyItemIsAbsentAsync
(markup, "Namespace2Alias");
3247
await
VerifyItemIsAbsentAsync
(markup, "Namespace1");
3597
await
VerifyItemIsAbsentAsync
(markup, "x");
3611
await
VerifyItemIsAbsentAsync
(markup, "x");
3662
await
VerifyItemIsAbsentAsync
(markup, "i");
3702
await
VerifyItemIsAbsentAsync
(markup, "Equals");
3720
await
VerifyItemIsAbsentAsync
(markup, "a");
3721
await
VerifyItemIsAbsentAsync
(markup, "b");
3722
await
VerifyItemIsAbsentAsync
(markup, "c");
3752
await
VerifyItemIsAbsentAsync
(
3761
await
VerifyItemIsAbsentAsync
(
3771
await
VerifyItemIsAbsentAsync
(
3781
await
VerifyItemIsAbsentAsync
(
3791
await
VerifyItemIsAbsentAsync
(
3799
await
VerifyItemIsAbsentAsync
(AddInsideMethod(
3840
await
VerifyItemIsAbsentAsync
(
3851
await
VerifyItemIsAbsentAsync
(
3862
await
VerifyItemIsAbsentAsync
(
3873
await
VerifyItemIsAbsentAsync
(
3884
await
VerifyItemIsAbsentAsync
(
3895
await
VerifyItemIsAbsentAsync
(
3908
await
VerifyItemIsAbsentAsync
(
3943
await
VerifyItemIsAbsentAsync
(
3954
await
VerifyItemIsAbsentAsync
(
3966
await
VerifyItemIsAbsentAsync
(
4012
await
VerifyItemIsAbsentAsync
(
4023
await
VerifyItemIsAbsentAsync
(
4034
await
VerifyItemIsAbsentAsync
(@"
4186
await
VerifyItemIsAbsentAsync
(@"
4200
await
VerifyItemIsAbsentAsync
(@"
7202
await
VerifyItemIsAbsentAsync
(markup, "Console");
7218
await
VerifyItemIsAbsentAsync
(markup, "Test");
7234
await
VerifyItemIsAbsentAsync
(markup, "Task");
7357
await
VerifyItemIsAbsentAsync
(markup, "Result");
7358
await
VerifyItemIsAbsentAsync
(markup, "ReadAsStreamAsync");
7385
await
VerifyItemIsAbsentAsync
(markup, "Result");
7442
await
VerifyItemIsAbsentAsync
(markup, "Finalize");
7562
=> await
VerifyItemIsAbsentAsync
(@"base.$$", @"ToString", sourceCodeKind: SourceCodeKind.Script);
7580
await
VerifyItemIsAbsentAsync
(markup, "D");
7641
await
VerifyItemIsAbsentAsync
(markup, "C");
7657
await
VerifyItemIsAbsentAsync
(markup, "N");
7668
await
VerifyItemIsAbsentAsync
(markup, "C");
7692
await
VerifyItemIsAbsentAsync
(markup, "C");
8226
await
VerifyItemIsAbsentAsync
(markup, "value");
8248
await
VerifyItemIsAbsentAsync
(markup, "value");
8264
await
VerifyItemIsAbsentAsync
(markup, "Value");
8280
await
VerifyItemIsAbsentAsync
(markup, "Day");
8470
await
VerifyItemIsAbsentAsync
(markup, "M");
8516
await
VerifyItemIsAbsentAsync
(markup, "Q");
8538
await
VerifyItemIsAbsentAsync
(markup, "X");
8548
await
VerifyItemIsAbsentAsync
(markup, "T");
8924
await
VerifyItemIsAbsentAsync
(markup, "A");
8925
await
VerifyItemIsAbsentAsync
(markup, "B");
8946
await
VerifyItemIsAbsentAsync
(markup, "C");
8947
await
VerifyItemIsAbsentAsync
(markup, "D");
9057
await
VerifyItemIsAbsentAsync
(markup, "B");
9079
await
VerifyItemIsAbsentAsync
(markup, "D");
9101
await
VerifyItemIsAbsentAsync
(markup, "I");
9123
await
VerifyItemIsAbsentAsync
(markup, "I");
9153
await
VerifyItemIsAbsentAsync
(markup, "Goo");
9154
await
VerifyItemIsAbsentAsync
(markup, "Bar");
9185
await
VerifyItemIsAbsentAsync
(markup, "Goo");
9186
await
VerifyItemIsAbsentAsync
(markup, "Bar");
9286
await
VerifyItemIsAbsentAsync
(markup, "Bar");
9318
await
VerifyItemIsAbsentAsync
(markup, "Goo");
9530
await
VerifyItemIsAbsentAsync
(markup, "abc");
9554
await
VerifyItemIsAbsentAsync
(markup, "abc");
9765
await
VerifyItemIsAbsentAsync
(markup, "Item1");
9766
await
VerifyItemIsAbsentAsync
(markup, "Item9");
9767
await
VerifyItemIsAbsentAsync
(markup, "Rest");
9768
await
VerifyItemIsAbsentAsync
(markup, "Item3");
10213
await
VerifyItemIsAbsentAsync
(markup, "FirstOrDefault", displayTextSuffix: "<>");
10238
await
VerifyItemIsAbsentAsync
(markup, "Task");
10331
await
VerifyItemIsAbsentAsync
(markup, "Substring");
10353
await
VerifyItemIsAbsentAsync
(markup, "Substring");
10374
await
VerifyItemIsAbsentAsync
(markup, "Substring");
10493
await
VerifyItemIsAbsentAsync
(markup, "MyProperty");
10648
await
VerifyItemIsAbsentAsync
(markup, "BeginInvoke");
10649
await
VerifyItemIsAbsentAsync
(markup, "Clone");
10650
await
VerifyItemIsAbsentAsync
(markup, "Method");
10651
await
VerifyItemIsAbsentAsync
(markup, "Target");
10683
await
VerifyItemIsAbsentAsync
(markup, "BeginInvoke");
10684
await
VerifyItemIsAbsentAsync
(markup, "Clone");
10685
await
VerifyItemIsAbsentAsync
(markup, "Method");
10686
await
VerifyItemIsAbsentAsync
(markup, "Target");
10713
await
VerifyItemIsAbsentAsync
(markup, "AbsoluteUri");
10714
await
VerifyItemIsAbsentAsync
(markup, "Fragment");
10715
await
VerifyItemIsAbsentAsync
(markup, "Query");
10718
await
VerifyItemIsAbsentAsync
(markup, "BeginInvoke");
10719
await
VerifyItemIsAbsentAsync
(markup, "Clone");
10720
await
VerifyItemIsAbsentAsync
(markup, "Method");
10721
await
VerifyItemIsAbsentAsync
(markup, "Target");
10753
await
VerifyItemIsAbsentAsync
(markup, "AnotherSomething");
10754
await
VerifyItemIsAbsentAsync
(markup, "FirstOrDefault");
10784
await
VerifyItemIsAbsentAsync
(markup, "Something");
10785
await
VerifyItemIsAbsentAsync
(markup, "FirstOrDefault");
10892
await
VerifyItemIsAbsentAsync
(markup, "DoSomething", displayTextSuffix: "<>");
10923
await
VerifyItemIsAbsentAsync
(
11171
await
VerifyItemIsAbsentAsync
(markup, "Equals");
11199
await
VerifyItemIsAbsentAsync
(markup, "Equals");
11227
await
VerifyItemIsAbsentAsync
(markup, "Equals");
11248
await
VerifyItemIsAbsentAsync
(markup, "Equals");
11274
await
VerifyItemIsAbsentAsync
(markup, "Equals");
11302
await
VerifyItemIsAbsentAsync
(markup, "Equals");
11404
await
VerifyItemIsAbsentAsync
(@"
11622
await
VerifyItemIsAbsentAsync
(source, "Y");
11644
await
VerifyItemIsAbsentAsync
(source, "X");
11679
await
VerifyItemIsAbsentAsync
(source, "X");
11680
await
VerifyItemIsAbsentAsync
(source, "Y");
11715
await
VerifyItemIsAbsentAsync
(source, "X");
11716
await
VerifyItemIsAbsentAsync
(source, "Y");
11801
await
VerifyItemIsAbsentAsync
(source, "goo");
11802
await
VerifyItemIsAbsentAsync
(source, "Bar");
11831
await
VerifyItemIsAbsentAsync
(MakeMarkup(source), "parameter");
12023
await
VerifyItemIsAbsentAsync
(MakeMarkup(source), "ExtMethod");
Completion\CompletionProviders\SymbolCompletionProviderTests_NoInteractive.cs (17)
82
=> await
VerifyItemIsAbsentAsync
(@"using System.Console.$$", @"Beep");
87
await
VerifyItemIsAbsentAsync
(@"class C {
96
await
VerifyItemIsAbsentAsync
(@"class C {
105
await
VerifyItemIsAbsentAsync
(@"using System;
114
await
VerifyItemIsAbsentAsync
(@"using System;
123
await
VerifyItemIsAbsentAsync
(@"using System;
132
await
VerifyItemIsAbsentAsync
(@"using System;
145
await
VerifyItemIsAbsentAsync
(@"using System;
155
=> await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", AddInsideMethod("string s = \"Console.$$")), @"Beep");
159
=> await
VerifyItemIsAbsentAsync
(@"[assembly: System.Console.$$]", @"Beep");
167
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", content), @"Beep");
172
=> await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<[Console.$$]T> {}"), @"Beep");
181
await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", content), @"Beep");
186
=> await
VerifyItemIsAbsentAsync
(AddUsingDirectives("using System;", @"class CL<Console.$$"), @"Beep");
191
await
VerifyItemIsAbsentAsync
(@"using System;
204
await
VerifyItemIsAbsentAsync
(@"using System;
218
await
VerifyItemIsAbsentAsync
(@"using System;
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (1)
1805
=>
VerifyItemIsAbsentAsync
(markup, expectedItem, displayTextSuffix: displayTextSuffix, inlineDescription: inlineDescription);
Completion\CompletionProviders\XmlDocumentationCommentCompletionProviderTests.cs (7)
38
await
VerifyItemIsAbsentAsync
(markup, item);
247
await
VerifyItemIsAbsentAsync
(@"
271
await
VerifyItemIsAbsentAsync
(@"
295
await
VerifyItemIsAbsentAsync
(@"
319
await
VerifyItemIsAbsentAsync
(@"
456
await
VerifyItemIsAbsentAsync
(@"
484
await
VerifyItemIsAbsentAsync
(@"
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (284)
Completion\CompletionProviders\AwaitCompletionProviderTests.vb (1)
23
Await
VerifyItemIsAbsentAsync
(markup, "Awaitf")
Completion\CompletionProviders\CompletionListTagCompletionProviderTests.vb (2)
310
Await
VerifyItemIsAbsentAsync
(markup, "Program.Goo")
345
Await
VerifyItemIsAbsentAsync
(markup, "e As E")
Completion\CompletionProviders\CrefCompletionProviderTests.vb (3)
104
Await
VerifyItemIsAbsentAsync
(text, "Integer")
121
Await
VerifyItemIsAbsentAsync
(text, "Goo(Integer")
406
Await
VerifyItemIsAbsentAsync
(text, "Of")
Completion\CompletionProviders\EnumCompletionProviderTests.vb (1)
332
Await
VerifyItemIsAbsentAsync
(markup, "DayOfWeek.A", usePreviousCharAsTrigger:=True)
Completion\CompletionProviders\ExtensionMethodImportCompletionProviderTests.vb (5)
113
Await
VerifyItemIsAbsentAsync
(markup, "ExtensionMethod7", inlineDescription:="Foo")
189
Await
VerifyItemIsAbsentAsync
(markup, "ExtensionMethod1", inlineDescription:="Foo")
190
Await
VerifyItemIsAbsentAsync
(markup, "ExtensionMethod2", inlineDescription:="Foo")
225
Await
VerifyItemIsAbsentAsync
(markup, "ExtentionMethod", inlineDescription:="NS")
260
Await
VerifyItemIsAbsentAsync
(markup, "ExtentionMethod", inlineDescription:="NS")
Completion\CompletionProviders\HandlesClauseCompletionProviderTests.vb (1)
199
Await
VerifyItemIsAbsentAsync
(text, "B", "Event Base.B()")
Completion\CompletionProviders\ImplementsClauseCompletionProviderTests.vb (17)
97
Await
VerifyItemIsAbsentAsync
(text, "Bar")
113
Await
VerifyItemIsAbsentAsync
(text, "Goo")
181
Await
VerifyItemIsAbsentAsync
(text, "Goo")
198
Await
VerifyItemIsAbsentAsync
(text, "Goo")
257
Await
VerifyItemIsAbsentAsync
(text, "I", Nothing, Nothing, True)
278
Await
VerifyItemIsAbsentAsync
(text, "Inner")
279
Await
VerifyItemIsAbsentAsync
(text, "I")
280
Await
VerifyItemIsAbsentAsync
(text, "J")
298
Await
VerifyItemIsAbsentAsync
(text, "I")
311
Await
VerifyItemIsAbsentAsync
(text, "I")
351
Await
VerifyItemIsAbsentAsync
(text, "Equals")
528
Await
VerifyItemIsAbsentAsync
(test, "F1")
529
Await
VerifyItemIsAbsentAsync
(test, "P1")
546
Await
VerifyItemIsAbsentAsync
(test, "S1")
548
Await
VerifyItemIsAbsentAsync
(test, "P1")
565
Await
VerifyItemIsAbsentAsync
(test, "S1")
566
Await
VerifyItemIsAbsentAsync
(test, "F1")
Completion\CompletionProviders\KeywordCompletionProviderTests.vb (16)
50
Await
VerifyItemIsAbsentAsync
(code, "Boolean")
51
Await
VerifyItemIsAbsentAsync
(code, "Byte")
52
Await
VerifyItemIsAbsentAsync
(code, "Char")
53
Await
VerifyItemIsAbsentAsync
(code, "Date")
54
Await
VerifyItemIsAbsentAsync
(code, "Decimal")
55
Await
VerifyItemIsAbsentAsync
(code, "Double")
56
Await
VerifyItemIsAbsentAsync
(code, "Integer")
57
Await
VerifyItemIsAbsentAsync
(code, "Long")
58
Await
VerifyItemIsAbsentAsync
(code, "Object")
59
Await
VerifyItemIsAbsentAsync
(code, "SByte")
60
Await
VerifyItemIsAbsentAsync
(code, "Short")
61
Await
VerifyItemIsAbsentAsync
(code, "Single")
62
Await
VerifyItemIsAbsentAsync
(code, "String")
63
Await
VerifyItemIsAbsentAsync
(code, "UInteger")
64
Await
VerifyItemIsAbsentAsync
(code, "ULong")
65
Await
VerifyItemIsAbsentAsync
(code, "UShort")
Completion\CompletionProviders\NamedParameterCompletionProviderTests.vb (4)
51
Await
VerifyItemIsAbsentAsync
(
83
Await
VerifyItemIsAbsentAsync
(
272
Await
VerifyItemIsAbsentAsync
(markup, "obj", displayTextSuffix:=":=")
273
Await
VerifyItemIsAbsentAsync
(markup, "str", displayTextSuffix:=":=")
Completion\CompletionProviders\ObjectInitializerCompletionProviderTests.vb (9)
196
Await
VerifyItemIsAbsentAsync
(text, "goo")
274
Await
VerifyItemIsAbsentAsync
(text, "_Goo")
293
Await
VerifyItemIsAbsentAsync
(text, "Bar")
304
Await
VerifyItemIsAbsentAsync
(text, "Data")
316
Await
VerifyItemIsAbsentAsync
(text, "Item")
360
Await
VerifyItemIsAbsentAsync
(text, "P")
388
Await
VerifyItemIsAbsentAsync
(text, "Q")
496
Await
VerifyItemIsAbsentAsync
(text, "Wend")
497
Await
VerifyItemIsAbsentAsync
(text, "New")
Completion\CompletionProviders\OverrideCompletionProviderTests.vb (32)
39
Await
VerifyItemIsAbsentAsync
(text.Value, "Goo()", "Sub Base.Goo()")
69
Await
VerifyItemIsAbsentAsync
(text.Value, "Finalize()")
86
Await
VerifyItemIsAbsentAsync
(text.Value, "goo.Finalize()")
164
Await
VerifyItemIsAbsentAsync
(text.Value, "bar()")
184
Await
VerifyItemIsAbsentAsync
(text.Value, "goo()")
221
Await
VerifyItemIsAbsentAsync
(text.Value, "goo()")
237
Await
VerifyItemIsAbsentAsync
(text.Value, "goo()")
253
Await
VerifyItemIsAbsentAsync
(text.Value, "goo()")
269
Await
VerifyItemIsAbsentAsync
(text.Value, "goo()")
285
Await
VerifyItemIsAbsentAsync
(text.Value, "goo()")
323
Await
VerifyItemIsAbsentAsync
(text.Value, "s1()")
345
Await
VerifyItemIsAbsentAsync
(text.Value, "s1()")
346
Await
VerifyItemIsAbsentAsync
(text.Value, "t1()")
347
Await
VerifyItemIsAbsentAsync
(text.Value, "u1()")
369
Await
VerifyItemIsAbsentAsync
(text.Value, "r1()")
370
Await
VerifyItemIsAbsentAsync
(text.Value, "s1()")
371
Await
VerifyItemIsAbsentAsync
(text.Value, "u1()")
393
Await
VerifyItemIsAbsentAsync
(text.Value, "r1()")
394
Await
VerifyItemIsAbsentAsync
(text.Value, "s1()")
395
Await
VerifyItemIsAbsentAsync
(text.Value, "t1()")
419
Await
VerifyItemIsAbsentAsync
(text.Value, "u1()")
420
Await
VerifyItemIsAbsentAsync
(text.Value, "r1()")
421
Await
VerifyItemIsAbsentAsync
(text.Value, "s1()")
422
Await
VerifyItemIsAbsentAsync
(text.Value, "t1()")
437
Await
VerifyItemIsAbsentAsync
(markup.Value, "Goo(t As T)")
452
Await
VerifyItemIsAbsentAsync
(markup.Value, "Goo(t As T)")
467
Await
VerifyItemIsAbsentAsync
(markup.Value, "Goo(t As T, s As S)")
482
Await
VerifyItemIsAbsentAsync
(markup.Value, "Goo(t As T)")
497
Await
VerifyItemIsAbsentAsync
(markup.Value, "Goo(t As T)")
514
Await
VerifyItemIsAbsentAsync
(markup.Value, "Goo(t As T, s As S)")
616
Await
VerifyItemIsAbsentAsync
(text.Value, "Function")
1822
Await
VerifyItemIsAbsentAsync
(text.Value, "w")
Completion\CompletionProviders\SymbolCompletionProviderTests.vb (177)
26
Await
VerifyItemIsAbsentAsync
(markup, "System")
29
Await
VerifyItemIsAbsentAsync
(markup, "String")
57
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Class A(Of T As $$"), "Console")
62
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Class A(Of T As $$"), "String")
72
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Class A(Of T As { II, $$"), "Console")
77
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Class A(Of T As { II, $$"), "String")
87
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Class A(Of T As $$)"), "Console")
92
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Class A(Of T As $$)"), "String")
102
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Class A(Of T As { II, $$})"), "Console")
107
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Class A(Of T As { II, $$})"), "String")
674
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Imports T = $$"), "String")
680
Await
VerifyItemIsAbsentAsync
("Imports $$ = S", "String")
686
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Imports $$"), "String")
692
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "Imports System, $$"), "String")
811
Await
VerifyItemIsAbsentAsync
(
860
Await
VerifyItemIsAbsentAsync
(
963
Await
VerifyItemIsAbsentAsync
(
977
Await
VerifyItemIsAbsentAsync
(
991
Await
VerifyItemIsAbsentAsync
(
1008
Await
VerifyItemIsAbsentAsync
(
1086
Await
VerifyItemIsAbsentAsync
(source, "XEventHandler")
1087
Await
VerifyItemIsAbsentAsync
(source, "XEvent")
1088
Await
VerifyItemIsAbsentAsync
(source, "add_X")
1089
Await
VerifyItemIsAbsentAsync
(source, "remove_X")
1104
Await
VerifyItemIsAbsentAsync
(source, "XEventHandler")
1105
Await
VerifyItemIsAbsentAsync
(source, "XEvent")
1106
Await
VerifyItemIsAbsentAsync
(source, "add_X")
1107
Await
VerifyItemIsAbsentAsync
(source, "remove_X")
1133
Await
VerifyItemIsAbsentAsync
(source, "_w")
1147
Await
VerifyItemIsAbsentAsync
(source, "_X")
1160
Await
VerifyItemIsAbsentAsync
(code, "Main")
1273
Await
VerifyItemIsAbsentAsync
(
1281
Await
VerifyItemIsAbsentAsync
(
1292
Await
VerifyItemIsAbsentAsync
(
1300
Await
VerifyItemIsAbsentAsync
(
1320
Await
VerifyItemIsAbsentAsync
(test, "MaxValue")
1321
Await
VerifyItemIsAbsentAsync
(test, "ReferenceEquals")
1345
Await
VerifyItemIsAbsentAsync
(test, "Goo")
1490
Await
VerifyItemIsAbsentAsync
(test.Value, "Del")
1536
Await
VerifyItemIsAbsentAsync
(test.Value, "Goo")
1560
Await
VerifyItemIsAbsentAsync
(test.Value, "CLSCompliantAttribute")
1571
Await
VerifyItemIsAbsentAsync
(test.Value, "CLSCompliantAttribute")
1582
Await
VerifyItemIsAbsentAsync
(test.Value, "CLSCompliantAttribute")
1593
Await
VerifyItemIsAbsentAsync
(test.Value, "CLSCompliantAttribute")
1606
Await
VerifyItemIsAbsentAsync
(test.Value, "CLSCompliantAttribute")
1619
Await
VerifyItemIsAbsentAsync
(test.Value, "CLSCompliantAttribute")
1632
Await
VerifyItemIsAbsentAsync
(test.Value, "CLSCompliant")
1645
Await
VerifyItemIsAbsentAsync
(test.Value, "CLSCompliant")
1684
Await
VerifyItemIsAbsentAsync
(test.Value, "New")
1699
Await
VerifyItemIsAbsentAsync
(test.Value, "New")
1739
Await
VerifyItemIsAbsentAsync
(test.Value, "New")
1754
Await
VerifyItemIsAbsentAsync
(test.Value, "New")
1787
Await
VerifyItemIsAbsentAsync
(markup, "D")
1819
Await
VerifyItemIsAbsentAsync
(markup, "C1")
1851
Await
VerifyItemIsAbsentAsync
(markup, "C2")
1893
Await
VerifyItemIsAbsentAsync
(markup, "Namespace2")
1963
Await
VerifyItemIsAbsentAsync
(markup, "Namespace2Alias")
1986
Await
VerifyItemIsAbsentAsync
(markup, "Namespace1")
2024
Await
VerifyItemIsAbsentAsync
(markup, "MyClass3")
2359
Await
VerifyItemIsAbsentAsync
(markup, "Goo2")
2360
Await
VerifyItemIsAbsentAsync
(markup, "Bar2")
2380
Await
VerifyItemIsAbsentAsync
(markup, "Goo2")
2381
Await
VerifyItemIsAbsentAsync
(markup, "Bar2")
2402
Await
VerifyItemIsAbsentAsync
(markup, "Configure", "Sub Base.Configure()")
2427
Await
VerifyItemIsAbsentAsync
("MyBase.$$", "ToString", sourceCodeKind:=SourceCodeKind.Script)
2449
Await
VerifyItemIsAbsentAsync
(markup, "Bar")
2483
Await
VerifyItemIsAbsentAsync
(markup, "baseEvent")
2526
Await
VerifyItemIsAbsentAsync
(markup, "x")
2538
Await
VerifyItemIsAbsentAsync
(markup, "x")
2580
Await
VerifyItemIsAbsentAsync
(markup, "i")
2618
Await
VerifyItemIsAbsentAsync
(markup, "Equals")
2633
Await
VerifyItemIsAbsentAsync
(markup, "[dim]")
2635
Await
VerifyItemIsAbsentAsync
(markup, "[Structure]")
2653
Await
VerifyItemIsAbsentAsync
(markup, "[dim]")
2655
Await
VerifyItemIsAbsentAsync
(markup, "[New]")
2657
Await
VerifyItemIsAbsentAsync
(markup, "[rem]")
2673
Await
VerifyItemIsAbsentAsync
(markup, "[Structure]")
2688
Await
VerifyItemIsAbsentAsync
(markup, "[class]")
2768
Await
VerifyItemIsAbsentAsync
(text, "goo")
2783
Await
VerifyItemIsAbsentAsync
(text, "goo")
2843
Await
VerifyItemIsAbsentAsync
(text, "bar")
3001
Await
VerifyItemIsAbsentAsync
(
3036
Await
VerifyItemIsAbsentAsync
("System.Console.$$", "Beep")
3041
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", "System.Console.$$"), "Beep")
3046
Await
VerifyItemIsAbsentAsync
("Imports System.Console.$$", "Beep")
3051
Await
VerifyItemIsAbsentAsync
(
3059
Await
VerifyItemIsAbsentAsync
(AddImportsStatement("Imports System", AddInsideMethod("Dim d = ""Console.$$")), "Beep")
3064
Await
VerifyItemIsAbsentAsync
("<System.Console.$$>", "Beep")
5033
Await
VerifyItemIsAbsentAsync
(markup, "Derived")
5191
Await
VerifyItemIsAbsentAsync
(markup, "Base")
5247
Await
VerifyItemIsAbsentAsync
(markup, "D")
5306
Await
VerifyItemIsAbsentAsync
(markup, "Module1")
5321
Await
VerifyItemIsAbsentAsync
(markup, "N")
5339
Await
VerifyItemIsAbsentAsync
(markup, "S2")
5372
Await
VerifyItemIsAbsentAsync
(markup, "TestClass")
5393
Await
VerifyItemIsAbsentAsync
(markup, "TestClass")
5409
Await
VerifyItemIsAbsentAsync
(markup, "ITestInterface")
5410
Await
VerifyItemIsAbsentAsync
(markup, "TestClass")
5821
Await
VerifyItemIsAbsentAsync
(source, "String")
5865
Await
VerifyItemIsAbsentAsync
(source, "A")
5873
Await
VerifyItemIsAbsentAsync
(source, "NS")
5892
Await
VerifyItemIsAbsentAsync
(source, "A")
5893
Await
VerifyItemIsAbsentAsync
(source, "B")
5915
Await
VerifyItemIsAbsentAsync
(source, "A")
5928
Await
VerifyItemIsAbsentAsync
(source, "Runtime")
5963
Await
VerifyItemIsAbsentAsync
(source, "C1")
5964
Await
VerifyItemIsAbsentAsync
(source, "C2")
5965
Await
VerifyItemIsAbsentAsync
(source, "C3")
5967
Await
VerifyItemIsAbsentAsync
(source, "A")
6010
Await
VerifyItemIsAbsentAsync
(source, "A")
6011
Await
VerifyItemIsAbsentAsync
(source, "B")
6028
Await
VerifyItemIsAbsentAsync
(source, "A")
6029
Await
VerifyItemIsAbsentAsync
(source, "B")
6048
Await
VerifyItemIsAbsentAsync
(source, "A")
6061
Await
VerifyItemIsAbsentAsync
(source, "Runtime")
6089
Await
VerifyItemIsAbsentAsync
(source, "A")
6090
Await
VerifyItemIsAbsentAsync
(source, "B")
6091
Await
VerifyItemIsAbsentAsync
(source, "C")
6101
Await
VerifyItemIsAbsentAsync
(source, "D1")
6102
Await
VerifyItemIsAbsentAsync
(source, "D2")
6103
Await
VerifyItemIsAbsentAsync
(source, "D3")
6114
Await
VerifyItemIsAbsentAsync
(source, "System")
6127
Await
VerifyItemIsAbsentAsync
(source, "System")
6128
Await
VerifyItemIsAbsentAsync
(source, "Runtime")
6211
Await
VerifyItemIsAbsentAsync
(text, "Value")
6224
Await
VerifyItemIsAbsentAsync
(text, "Day")
6241
Await
VerifyItemIsAbsentAsync
(text, "_p")
6242
Await
VerifyItemIsAbsentAsync
(text, "e")
6258
Await
VerifyItemIsAbsentAsync
(text, "HasValue")
6300
Await
VerifyItemIsAbsentAsync
(text, "c")
6327
Await
VerifyItemIsAbsentAsync
(text, "c")
6619
Await
VerifyItemIsAbsentAsync
(text, "Goo")
6639
Await
VerifyItemIsAbsentAsync
(text, "Bar")
6867
Await
VerifyItemIsAbsentAsync
(text, "Y")
6930
Await
VerifyItemIsAbsentAsync
(text, "M")
6974
Await
VerifyItemIsAbsentAsync
(text, "Q")
6993
Await
VerifyItemIsAbsentAsync
(text, "X")
7011
Await
VerifyItemIsAbsentAsync
(text, "y")
7031
Await
VerifyItemIsAbsentAsync
(text, "x")
7050
Await
VerifyItemIsAbsentAsync
(text, "value__")
7068
Await
VerifyItemIsAbsentAsync
(text, "value__")
7157
Await
VerifyItemIsAbsentAsync
(text, "Func", displayTextSuffix:="(Of " & s_unicodeEllipsis & ")")
7174
Await
VerifyItemIsAbsentAsync
(text, "Func", displayTextSuffix:="(Of " & s_unicodeEllipsis & ")")
7191
Await
VerifyItemIsAbsentAsync
(text, "Func", displayTextSuffix:="(Of " & s_unicodeEllipsis & ")")
7290
Await
VerifyItemIsAbsentAsync
(text, "Action", displayTextSuffix:="(Of " & s_unicodeEllipsis & ")")
7307
Await
VerifyItemIsAbsentAsync
(text, "Action", displayTextSuffix:="(Of " & s_unicodeEllipsis & ")")
7324
Await
VerifyItemIsAbsentAsync
(text, "Action", displayTextSuffix:="(Of " & s_unicodeEllipsis & ")")
7484
Await
VerifyItemIsAbsentAsync
(text, "x")
7498
Await
VerifyItemIsAbsentAsync
(text, "x")
7512
Await
VerifyItemIsAbsentAsync
(text, "x")
7596
Await
VerifyItemIsAbsentAsync
(text, "Item1")
7597
Await
VerifyItemIsAbsentAsync
(text, "Item9")
7598
Await
VerifyItemIsAbsentAsync
(text, "Rest")
7838
Await
VerifyItemIsAbsentAsync
(source, "FirstOrDefault")
7861
Await
VerifyItemIsAbsentAsync
(source, "Task")
7956
Await
VerifyItemIsAbsentAsync
(source, "Substring")
7982
Await
VerifyItemIsAbsentAsync
(source, "Substring")
8007
Await
VerifyItemIsAbsentAsync
(source, "Substring")
8121
Await
VerifyItemIsAbsentAsync
(source, "BeginInvoke")
8122
Await
VerifyItemIsAbsentAsync
(source, "Clone")
8123
Await
VerifyItemIsAbsentAsync
(source, "Method")
8124
Await
VerifyItemIsAbsentAsync
(source, "Target")
8160
Await
VerifyItemIsAbsentAsync
(source, "BeginInvoke")
8161
Await
VerifyItemIsAbsentAsync
(source, "Clone")
8162
Await
VerifyItemIsAbsentAsync
(source, "Method")
8163
Await
VerifyItemIsAbsentAsync
(source, "Target")
8194
Await
VerifyItemIsAbsentAsync
(source, "AbsoluteUri")
8195
Await
VerifyItemIsAbsentAsync
(source, "Fragment")
8196
Await
VerifyItemIsAbsentAsync
(source, "Query")
8199
Await
VerifyItemIsAbsentAsync
(source, "BeginInvoke")
8200
Await
VerifyItemIsAbsentAsync
(source, "Clone")
8201
Await
VerifyItemIsAbsentAsync
(source, "Method")
8202
Await
VerifyItemIsAbsentAsync
(source, "Target")
8229
Await
VerifyItemIsAbsentAsync
(source, "AnotherSomething")
8230
Await
VerifyItemIsAbsentAsync
(source, "FirstOrDefault")
8258
Await
VerifyItemIsAbsentAsync
(source, "Something")
8259
Await
VerifyItemIsAbsentAsync
(source, "FirstOrDefault")
Completion\CompletionProviders\TypeImportCompletionProviderTests.vb (8)
52
Await
VerifyItemIsAbsentAsync
(markup, "MyAttributeWithoutSuffix", inlineDescription:="Foo") ' We intentionally ignore attribute types without proper suffix for perf reason
53
Await
VerifyItemIsAbsentAsync
(markup, "MyAttribute", inlineDescription:="Foo")
54
Await
VerifyItemIsAbsentAsync
(markup, "MyVBClass", inlineDescription:="Foo")
84
Await
VerifyItemIsAbsentAsync
(markup, "My", inlineDescription:="Foo")
108
Await
VerifyItemIsAbsentAsync
(markup, "Myattribute", inlineDescription:="Foo")
131
Await
VerifyItemIsAbsentAsync
(markup, "Myattribute", inlineDescription:="Foo")
219
Await
VerifyItemIsAbsentAsync
(markup, "Foo4", inlineDescription:="Foo1.Foo2.Foo3")
220
Await
VerifyItemIsAbsentAsync
(markup, "Foo5", inlineDescription:="Foo1.Foo2.Foo3")
Completion\CompletionProviders\XmlDocCommentCompletionProviderTests.vb (8)
41
Await
VerifyItemIsAbsentAsync
(markup, item)
303
Await
VerifyItemIsAbsentAsync
(text, "param name=""bar""")
317
Await
VerifyItemIsAbsentAsync
(text, "typeparam name=""T""")
332
Await
VerifyItemIsAbsentAsync
(text, "param name=""bar""")
347
Await
VerifyItemIsAbsentAsync
(text, "typeparam name=""T""")
625
Await
VerifyItemIsAbsentAsync
(text, "returns")
657
Await
VerifyItemIsAbsentAsync
(text, "returns")
687
Await
VerifyItemIsAbsentAsync
(text, "returns")