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