2 references to UnixRoot
Microsoft.SourceLink.Common (2)
parent\Common\Utilities\PathUtilities.cs (2)
32
else if (fullPath.StartsWith(
UnixRoot
, StringComparison.Ordinal))
34
var list = new List<string> {
UnixRoot
};