5 references to NormalizePath
MSBuild (5)
CoreCLRAssemblyLoader.cs (1)
56
fullPath = FileUtilities.
NormalizePath
(fullPath);
FileUtilities.cs (4)
471
return
NormalizePath
(Path.Combine(directory, file));
477
return
NormalizePath
(Path.Combine(paths));
762
string fullPath = EscapingUtilities.Escape(
NormalizePath
(Path.Combine(currentDirectory, fileSpec)));
787
path =
NormalizePath
(path);