165 references to VerifyNoItemsExistAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (165)
Completion\CompletionProviders\AttributeNamedParameterCompletionProviderTests.cs (1)
182=> 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(""" 591: markup => VerifyNoItemsExistAsync(markup); 815=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\CrefCompletionProviderTests.cs (1)
433=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\DeclarationNameCompletionProviderTests.cs (23)
736=> VerifyNoItemsExistAsync(""" 748=> VerifyNoItemsExistAsync(""" 855=> VerifyNoItemsExistAsync(""" 865=> VerifyNoItemsExistAsync(""" 875=> VerifyNoItemsExistAsync(""" 885=> VerifyNoItemsExistAsync(""" 895=> VerifyNoItemsExistAsync(""" 905=> VerifyNoItemsExistAsync(""" 915=> VerifyNoItemsExistAsync(""" 925=> VerifyNoItemsExistAsync(""" 935=> VerifyNoItemsExistAsync(""" 945=> VerifyNoItemsExistAsync(""" 955=> VerifyNoItemsExistAsync(""" 965=> VerifyNoItemsExistAsync(""" 975=> VerifyNoItemsExistAsync(""" 1011=> VerifyNoItemsExistAsync(""" 1020=> VerifyNoItemsExistAsync(""" 1038=> VerifyNoItemsExistAsync(""" 1125=> VerifyNoItemsExistAsync(""" 1135=> VerifyNoItemsExistAsync(""" 1320=> VerifyNoItemsExistAsync(""" 1739await VerifyNoItemsExistAsync(""" 2556=> 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)
189=> VerifyNoItemsExistAsync(""" 201=> VerifyNoItemsExistAsync(""" 424=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\ObjectInitializerCompletionProviderTests.cs (11)
40await VerifyNoItemsExistAsync(markup); 59await VerifyNoItemsExistAsync(markup); 250=> VerifyNoItemsExistAsync(""" 285await VerifyNoItemsExistAsync(markup); 360=> VerifyNoItemsExistAsync(""" 372=> VerifyNoItemsExistAsync(""" 422=> VerifyNoItemsExistAsync(""" 936=> VerifyNoItemsExistAsync(""" 973=> VerifyNoItemsExistAsync(""" 989=> VerifyNoItemsExistAsync(""" 1019=> 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)
27=> VerifyNoItemsExistAsync(""" 36=> VerifyNoItemsExistAsync(""" 47=> VerifyNoItemsExistAsync(""" 212=> VerifyNoItemsExistAsync(""" 223=> VerifyNoItemsExistAsync(""" 311=> VerifyNoItemsExistAsync(""" 523=> VerifyNoItemsExistAsync(""" 537=> VerifyNoItemsExistAsync(""" 551=> VerifyNoItemsExistAsync(""" 565=> 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)
500=> VerifyNoItemsExistAsync(""" 609=> VerifyNoItemsExistAsync(@"namespace A.$$", sourceCodeKind: SourceCodeKind.Regular); 2656=> VerifyNoItemsExistAsync(""" 7691=> VerifyNoItemsExistAsync(""" 7776=> VerifyNoItemsExistAsync(""" 7790=> VerifyNoItemsExistAsync(""" 7804=> VerifyNoItemsExistAsync(""" 9053=> VerifyNoItemsExistAsync(AddInsideMethod( 9061=> VerifyNoItemsExistAsync(AddInsideMethod( 9069=> VerifyNoItemsExistAsync(AddInsideMethod( 9615=> VerifyNoItemsExistAsync(""" 9645=> VerifyNoItemsExistAsync(""" 9750=> VerifyNoItemsExistAsync(""" 9760=> VerifyNoItemsExistAsync(""" 9769=> VerifyNoItemsExistAsync(""" 9794await VerifyNoItemsExistAsync("#!$$", sourceCodeKind: SourceCodeKind.Script); 9795await VerifyNoItemsExistAsync("#! S$$", sourceCodeKind: SourceCodeKind.Script, usePreviousCharAsTrigger: true); 9926await VerifyNoItemsExistAsync(markup); 9933=> VerifyNoItemsExistAsync(""" 10091=> VerifyNoItemsExistAsync(""" 10107=> VerifyNoItemsExistAsync(""" 10116=> VerifyNoItemsExistAsync(""" 12259=> VerifyNoItemsExistAsync("enum E : System.Collections.Generic.$$"); 12263=> VerifyNoItemsExistAsync(""" 12316=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\TupleNameCompletionProviderTests.cs (1)
139=> VerifyNoItemsExistAsync("""
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (2)
53await VerifyNoItemsExistAsync(markup); 1890=> VerifyNoItemsExistAsync("""