3 references to GetPathWithBackSlashes
dotnet (1)
MsbuildProject.cs (1)
97foreach (var @ref in refs.Select((r) => PathUtility.GetPathWithBackSlashes(r)))
Microsoft.DotNet.Cli.Utils (2)
Extensions\MSBuildProjectExtensions.cs (1)
130return PathUtility.GetPathWithBackSlashes(include.ToLower());
PathUtility.cs (1)
268return GetPathWithBackSlashes(path);