3 references to NormalizePath
MSBuildTaskHost (3)
FileUtilities.cs (3)
471
return
NormalizePath
(Path.Combine(directory, file));
762
string fullPath = EscapingUtilities.Escape(
NormalizePath
(Path.Combine(currentDirectory, fileSpec)));
787
path =
NormalizePath
(path);