3 references to GetPathWithBackSlashes
dotnet (1)
MsbuildProject.cs (1)
120foreach (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)
294return GetPathWithBackSlashes(path);