2 references to PathSeparators
Microsoft.NET.Build.Containers (2)
Layer.cs (2)
73
containerPath = containerPath.TrimStart(
PathSeparators
);
88
containerPath = containerPath.TrimEnd(
PathSeparators
);