5 references to NormalizePath
MSBuild (5)
CoreCLRAssemblyLoader.cs (1)
56
fullPath = FileUtilities.
NormalizePath
(fullPath);
FileUtilities.cs (4)
492
return
NormalizePath
(Path.Combine(directory, file));
498
return
NormalizePath
(Path.Combine(paths));
783
string fullPath =
NormalizePath
(Path.Combine(currentDirectory, fileSpec));
814
path =
NormalizePath
(path);