5 references to Path
Microsoft.CodeAnalysis.Features (5)
PdbSourceDocument\SourceLinkMap.cs (5)
105
list.Sort((left, right) => -left.FilePath.
Path
.Length.CompareTo(right.FilePath.
Path
.Length));
192
if (path.StartsWith(file.
Path
, StringComparison.OrdinalIgnoreCase))
194
var escapedPath = string.Join("/", path[file.
Path
.Length..].Split(['/', '\\']).Select(Uri.EscapeDataString));
199
else if (string.Equals(path, file.
Path
, StringComparison.OrdinalIgnoreCase))