167 references to VerifyNoItemsExistAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (167)
Completion\CompletionProviders\AttributeNamedParameterCompletionProviderTests.cs (1)
178=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\AwaitCompletionProviderTests.cs (2)
650=> VerifyNoItemsExistAsync(""" 669=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\ConversionCompletionProviderTests.cs (8)
73=> VerifyNoItemsExistAsync(""" 164=> VerifyNoItemsExistAsync(""" 181=> VerifyNoItemsExistAsync(""" 274=> VerifyNoItemsExistAsync(""" 292=> VerifyNoItemsExistAsync(""" 310=> VerifyNoItemsExistAsync(""" 570: markup => VerifyNoItemsExistAsync(markup); 794=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\CrefCompletionProviderTests.cs (1)
436=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\DeclarationNameCompletionProviderTests.cs (25)
737=> VerifyNoItemsExistAsync(""" 749=> VerifyNoItemsExistAsync(""" 963=> VerifyNoItemsExistAsync(""" 973=> VerifyNoItemsExistAsync(""" 983=> VerifyNoItemsExistAsync(""" 993=> VerifyNoItemsExistAsync(""" 1003=> VerifyNoItemsExistAsync(""" 1013=> VerifyNoItemsExistAsync(""" 1023=> VerifyNoItemsExistAsync(""" 1033=> VerifyNoItemsExistAsync(""" 1043=> VerifyNoItemsExistAsync(""" 1053=> VerifyNoItemsExistAsync(""" 1063=> VerifyNoItemsExistAsync(""" 1073=> VerifyNoItemsExistAsync(""" 1083=> VerifyNoItemsExistAsync(""" 1119=> VerifyNoItemsExistAsync(""" 1128=> VerifyNoItemsExistAsync(""" 1146=> VerifyNoItemsExistAsync(""" 1233=> VerifyNoItemsExistAsync(""" 1243=> VerifyNoItemsExistAsync(""" 1428=> VerifyNoItemsExistAsync(""" 1455=> VerifyNoItemsExistAsync(""" 1493=> VerifyNoItemsExistAsync(""" 1975await VerifyNoItemsExistAsync(""" 2792=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\EnumAndCompletionListTagCompletionProviderTests.cs (14)
182await VerifyNoItemsExistAsync(markup + colors); 183await VerifyNoItemsExistAsync(markup + colorsLike); 477=> VerifyNoItemsExistAsync(""" 539=> VerifyNoItemsExistAsync(""" 560=> VerifyNoItemsExistAsync(""" 583=> VerifyNoItemsExistAsync(""" 804=> VerifyNoItemsExistAsync(""" 813=> VerifyNoItemsExistAsync(""" 854await VerifyNoItemsExistAsync(markup + enumE); 855await VerifyNoItemsExistAsync(markup + enumLikeE); 891await VerifyNoItemsExistAsync(markup + enumE); 892await VerifyNoItemsExistAsync(markup + enumLikeE); 1606=> VerifyNoItemsExistAsync(""" 1662=> VerifyNoItemsExistAsync($$"""
Completion\CompletionProviders\ExplicitInterfaceTypeCompletionProviderTests.cs (3)
66=> VerifyNoItemsExistAsync(""" 254=> VerifyNoItemsExistAsync(""" 268=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\ExternAliasCompletionProviderTests.cs (2)
24=> VerifyNoItemsExistAsync(""" 58=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\IndexerCompletionProviderTests.cs (3)
53=> VerifyNoItemsExistAsync(""" 70=> VerifyNoItemsExistAsync(""" 300=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\KeywordCompletionProviderTests.cs (15)
44=> VerifyNoItemsExistAsync(""" 55=> VerifyNoItemsExistAsync(""" 65=> VerifyNoItemsExistAsync(""" 75=> VerifyNoItemsExistAsync(""" 85=> VerifyNoItemsExistAsync(""" 95=> VerifyNoItemsExistAsync(""" 101=> VerifyNoItemsExistAsync(""" 111=> VerifyNoItemsExistAsync(""" 117=> VerifyNoItemsExistAsync(""" 127=> VerifyNoItemsExistAsync(""" 139=> VerifyNoItemsExistAsync(""" 150=> VerifyNoItemsExistAsync(""" 160=> VerifyNoItemsExistAsync(""" 170=> VerifyNoItemsExistAsync(""" 178=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\NamedParameterCompletionProviderTests.cs (3)
185=> VerifyNoItemsExistAsync(""" 197=> VerifyNoItemsExistAsync(""" 420=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\ObjectInitializerCompletionProviderTests.cs (11)
40await VerifyNoItemsExistAsync(markup); 59await VerifyNoItemsExistAsync(markup); 250=> VerifyNoItemsExistAsync(""" 285await VerifyNoItemsExistAsync(markup); 360=> VerifyNoItemsExistAsync(""" 372=> VerifyNoItemsExistAsync(""" 422=> VerifyNoItemsExistAsync(""" 932=> VerifyNoItemsExistAsync(""" 969=> VerifyNoItemsExistAsync(""" 985=> VerifyNoItemsExistAsync(""" 1015=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\OperatorCompletionProviderTests.cs (13)
73=> VerifyNoItemsExistAsync(""" 121: new Func<string, Task>(markup => VerifyNoItemsExistAsync(markup)); 141=> VerifyNoItemsExistAsync(""" 158=> VerifyNoItemsExistAsync(""" 349=> VerifyNoItemsExistAsync(""" 633await VerifyNoItemsExistAsync(string.Format(template, $"public static object operator {operatorSign}(S _)")); 634await VerifyNoItemsExistAsync(string.Format(template, $"public static S operator {operatorSign}(S a, S b, S c)")); 659await VerifyNoItemsExistAsync(string.Format(template, $"public static object operator {operatorSign}(S a, S b)")); 660await VerifyNoItemsExistAsync(string.Format(template, $"public static S operator {operatorSign}(S a, object b)")); 661await VerifyNoItemsExistAsync(string.Format(template, $"public static S operator {operatorSign}(S a, S b, S c)")); 684await VerifyNoItemsExistAsync(string.Format(template, $"public static int operator {operatorSign}(S a, S b)")); 685await VerifyNoItemsExistAsync(string.Format(template, $"public static bool operator {operatorSign}(S a, S b, S c)")); 686await VerifyNoItemsExistAsync(string.Format(template, $"public static bool operator {operatorSign}(S a, object b)"));
Completion\CompletionProviders\OverrideCompletionProviderTests.cs (11)
201=> VerifyNoItemsExistAsync(""" 215=> VerifyNoItemsExistAsync(""" 229=> VerifyNoItemsExistAsync(""" 243=> VerifyNoItemsExistAsync(""" 299=> VerifyNoItemsExistAsync(""" 327=> VerifyNoItemsExistAsync(""" 594=> VerifyNoItemsExistAsync(""" 608=> VerifyNoItemsExistAsync(@"class c { override $$"); 612=> VerifyNoItemsExistAsync(@"override $$"); 3768=> VerifyNoItemsExistAsync(""" 3777=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\PartialMethodCompletionProviderTests.cs (10)
25=> VerifyNoItemsExistAsync(""" 34=> VerifyNoItemsExistAsync(""" 45=> VerifyNoItemsExistAsync(""" 210=> VerifyNoItemsExistAsync(""" 221=> VerifyNoItemsExistAsync(""" 309=> VerifyNoItemsExistAsync(""" 521=> VerifyNoItemsExistAsync(""" 535=> VerifyNoItemsExistAsync(""" 549=> VerifyNoItemsExistAsync(""" 563=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\PartialTypeCompletionProviderTests.cs (7)
117=> VerifyNoItemsExistAsync(""" 125=> VerifyNoItemsExistAsync(""" 147=> VerifyNoItemsExistAsync(""" 158=> VerifyNoItemsExistAsync(""" 169=> VerifyNoItemsExistAsync(""" 190=> VerifyNoItemsExistAsync(@"partial class F$$"); 194=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\PropertySubPatternCompletionProviderTests.cs (10)
107=> VerifyNoItemsExistAsync(""" 165=> VerifyNoItemsExistAsync(""" 369=> VerifyNoItemsExistAsync(""" 389=> VerifyNoItemsExistAsync(""" 404=> VerifyNoItemsExistAsync(""" 440=> VerifyNoItemsExistAsync(""" 458=> VerifyNoItemsExistAsync(""" 476=> VerifyNoItemsExistAsync(""" 526=> VerifyNoItemsExistAsync(""" 576=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\SymbolCompletionProviderTests.cs (25)
1167=> VerifyNoItemsExistAsync(""" 1276=> VerifyNoItemsExistAsync(@"namespace A.$$", sourceCodeKind: SourceCodeKind.Regular); 3323=> VerifyNoItemsExistAsync(""" 8358=> VerifyNoItemsExistAsync(""" 8443=> VerifyNoItemsExistAsync(""" 8457=> VerifyNoItemsExistAsync(""" 8471=> VerifyNoItemsExistAsync(""" 9720=> VerifyNoItemsExistAsync(AddInsideMethod( 9728=> VerifyNoItemsExistAsync(AddInsideMethod( 9736=> VerifyNoItemsExistAsync(AddInsideMethod( 10282=> VerifyNoItemsExistAsync(""" 10312=> VerifyNoItemsExistAsync(""" 10417=> VerifyNoItemsExistAsync(""" 10427=> VerifyNoItemsExistAsync(""" 10436=> VerifyNoItemsExistAsync(""" 10461await VerifyNoItemsExistAsync("#!$$", sourceCodeKind: SourceCodeKind.Script); 10462await VerifyNoItemsExistAsync("#! S$$", sourceCodeKind: SourceCodeKind.Script, usePreviousCharAsTrigger: true); 10593await VerifyNoItemsExistAsync(markup); 10600=> VerifyNoItemsExistAsync(""" 10758=> VerifyNoItemsExistAsync(""" 10774=> VerifyNoItemsExistAsync(""" 10783=> VerifyNoItemsExistAsync(""" 12926=> VerifyNoItemsExistAsync("enum E : System.Collections.Generic.$$"); 12930=> VerifyNoItemsExistAsync(""" 12983=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\TupleNameCompletionProviderTests.cs (1)
139=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (2)
53await VerifyNoItemsExistAsync(markup); 1890=> VerifyNoItemsExistAsync("""