5 references to CompletionDisplayTextAwait
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Completion\CompletionProviders\AwaitCompletionProviderTests.cs (5)
32await VerifyItemIsAbsentAsync(code, CompletionDisplayTextAwait);
38await VerifyItemIsAbsentAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwait);
45? GetDescription(CompletionDisplayTextAwait, FeaturesResources.Await_the_preceding_expression)
46: GetDescription(CompletionDisplayTextAwait, FeaturesResources.Asynchronously_waits_for_the_task_to_finish);
47await VerifyItemExistsAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwait, glyph: (int)Glyph.Keyword, expectedDescriptionOrNull: expectedDescription, inlineDescription: inlineDescription);