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