4 references to NormalizePath
Microsoft.Build.Utilities.Core (4)
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);