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