1 write to UnmappedFileSpan
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DiagnosticDataLocation.cs (1)
64UnmappedFileSpan = unmappedFileSpan;
7 references to UnmappedFileSpan
Microsoft.CodeAnalysis.Workspaces (7)
Diagnostics\DiagnosticData.cs (4)
124DataLocation.UnmappedFileSpan.StartLinePosition == other.DataLocation.UnmappedFileSpan.StartLinePosition && 137=> Hash.Combine(DataLocation.UnmappedFileSpan.StartLinePosition.GetHashCode(), 148=> $"{Id} {Severity} {Message} {ProjectId} {DataLocation.MappedFileSpan} [original: {DataLocation.UnmappedFileSpan}]";
Diagnostics\DiagnosticDataLocation.cs (2)
33/// to <see cref="UnmappedFileSpan"/>. The <see cref="FileLinePositionSpan.Path"/> of this value will be the 101/// cref="UnmappedFileSpan"/> and <see cref="MappedFileSpan"/> corresponding to the respection locations of
Diagnostics\Extensions.cs (1)
61var span = dataLocation.UnmappedFileSpan.GetClampedTextSpan(text);