4 references to GetPathWithBackSlashes
dotnet (1)
MsbuildProject.cs (1)
101foreach (var @ref in refs.Select((r) => PathUtility.GetPathWithBackSlashes(r)))
dotnet-aot (1)
src\sdk\src\Cli\dotnet\MsbuildProject.cs (1)
101foreach (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);