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