2 writes to MappedFileSpan
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DiagnosticDataLocation.cs (2)
73
MappedFileSpan
= new FileLinePositionSpan(GetNormalizedFilePath(unmappedFileSpan.Path, mappedSpan.Path), mappedSpan.Span);
77
MappedFileSpan
= mappedFileSpan ?? unmappedFileSpan;
2 references to MappedFileSpan
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DiagnosticDataLocation.cs (2)
19
/// diagnostic to a different file or location. Most clients should instead use <see cref="
MappedFileSpan
"/>,
101
/// cref="UnmappedFileSpan"/> and <see cref="
MappedFileSpan
"/> corresponding to the respection locations of