3 references to _document
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\Razor\RazorDynamicFileInfoProvider.TextChangesTextLoader.cs (3)
38
if (
_document
is null)
44
var sourceText = await
_document
.GetTextAsync(cancellationToken).ConfigureAwait(false);
49
var version = await
_document
.GetTextVersionAsync(cancellationToken).ConfigureAwait(false);