1 reference to StartTrackingAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\DocumentChanges\DidOpenHandler.cs (1)
41
await context.
StartTrackingAsync
(request.TextDocument.Uri, sourceText, request.TextDocument.LanguageId, cancellationToken).ConfigureAwait(false);