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