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