5 references to Document
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\DiagnosticSources\TaskListDiagnosticSource.cs (5)
38
var service = this.
Document
.GetLanguageService<ITaskListService>();
45
var items = await service.GetTaskListItemsAsync(this.
Document
, descriptors, cancellationToken).ConfigureAwait(false);
59
projectId: this.
Document
.Project.Id,
60
language: this.
Document
.Project.Language,
61
location: new DiagnosticDataLocation(i.Span, this.
Document
.Id, mappedFileSpan: i.MappedSpan)));