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