1 write to DocumentId
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DiagnosticDataLocation.cs (1)
65DocumentId = documentId;
5 references to DocumentId
Microsoft.CodeAnalysis.Workspaces (5)
Diagnostics\DiagnosticDataLocation.cs (2)
100/// Return a new location with the same <see cref="DocumentId"/> as this, but with updated <see 107DocumentId,
Diagnostics\Extensions.cs (3)
41if (dataLocation.DocumentId == null) 44var textDocument = project.GetTextDocument(dataLocation.DocumentId) 45?? await project.GetSourceGeneratedDocumentAsync(dataLocation.DocumentId, cancellationToken).ConfigureAwait(false);