1 write to Path
Microsoft.SourceLink.Tools.Package (1)
SourceLinkMap.cs (1)
58
Path
= path;
5 references to Path
Microsoft.SourceLink.Tools.Package (5)
SourceLinkMap.cs (5)
125
list.Sort((left, right) => -left.FilePath.
Path
.Length.CompareTo(right.FilePath.
Path
.Length));
212
if (path.StartsWith(file.
Path
, StringComparison.OrdinalIgnoreCase))
214
var escapedPath = string.Join("/", path.Substring(file.
Path
.Length).Split(new[] { '/', '\\' }).Select(Uri.EscapeDataString));
219
else if (string.Equals(path, file.
Path
, StringComparison.OrdinalIgnoreCase))