1 write to Path
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\SourceLinkMap.cs (1)
56
Path
= path;
5 references to Path
Microsoft.CodeAnalysis.Features (5)
PdbSourceDocument\SourceLinkMap.cs (5)
123
list.Sort((left, right) => -left.FilePath.
Path
.Length.CompareTo(right.FilePath.
Path
.Length));
210
if (path.StartsWith(file.
Path
, StringComparison.OrdinalIgnoreCase))
212
var escapedPath = string.Join("/", path[file.
Path
.Length..].Split(new[] { '/', '\\' }).Select(Uri.EscapeDataString));
217
else if (string.Equals(path, file.
Path
, StringComparison.OrdinalIgnoreCase))