1 write to _awaitKeyword
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractAwaitCompletionProvider.cs (1)
54_awaitKeyword = syntaxFacts.GetText(syntaxFacts.SyntaxKinds.AwaitKeyword);
8 references to _awaitKeyword
Microsoft.CodeAnalysis.Features (8)
Completion\Providers\AbstractAwaitCompletionProvider.cs (8)
55_awaitfDisplayText = $"{_awaitKeyword}f"; 56_awaitfFilterText = $"{_awaitKeyword}F"; // Uppercase F to select "awaitf" if "af" is written. 118properties, _awaitKeyword, _awaitKeyword, 131properties, _awaitKeyword, _awaitKeyword, 221builder.Add(new TextChange(TextSpan.FromBounds(item.Span.Start, currentSpanEnd), _awaitKeyword)); 233builder.Add(new TextChange(new TextSpan(expr.SpanStart, 0), _awaitKeyword + " "));