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