1 write to DocumentId
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticService.cs (1)
402
DocumentId
= args.DocumentId;
3 references to DocumentId
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\DiagnosticService.cs (3)
181
removed.Add(DiagnosticsUpdatedArgs.DiagnosticsRemoved(id, data.Workspace, solution: null, data.ProjectId, data.
DocumentId
));
305
result.Add(new DiagnosticBucket(data.Id, data.Workspace, data.ProjectId, data.
DocumentId
));
336
if (TryAddData(workspace, documentId, data, d => d.
DocumentId
, list) ||