1 reference to GetAsyncKeywordInsertionPosition
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractAwaitCompletionProvider.cs (1)
193
var asyncChange = new TextChange(new TextSpan(
GetAsyncKeywordInsertionPosition
(declaration), 0), syntaxFacts.GetText(syntaxKinds.AsyncKeyword) + " ");