1 write to DocumentId
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DiagnosticDataLocation.cs (1)
65
DocumentId
= 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
107
DocumentId
,
Diagnostics\Extensions.cs (3)
41
if (dataLocation.
DocumentId
== null)
44
var textDocument = project.GetTextDocument(dataLocation.
DocumentId
)
45
?? await project.GetSourceGeneratedDocumentAsync(dataLocation.
DocumentId
, cancellationToken).ConfigureAwait(false);