2 writes to MappedFileSpan
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DiagnosticDataLocation.cs (2)
73MappedFileSpan = new FileLinePositionSpan(GetNormalizedFilePath(unmappedFileSpan.Path, mappedSpan.Path), mappedSpan.Span); 77MappedFileSpan = mappedFileSpan ?? unmappedFileSpan;
3 references to MappedFileSpan
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticData.cs (1)
148=> $"{Id} {Severity} {Message} {ProjectId} {DataLocation.MappedFileSpan} [original: {DataLocation.UnmappedFileSpan}]";
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