1 write to UnmappedFileSpan
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DiagnosticDataLocation.cs (1)
64UnmappedFileSpan = unmappedFileSpan;
3 references to UnmappedFileSpan
Microsoft.CodeAnalysis.Workspaces (3)
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)
56var span = dataLocation.UnmappedFileSpan.GetClampedTextSpan(text);