3 references to NormalizePath
MSBuildTaskHost (3)
FileUtilities.cs (3)
492
return
NormalizePath
(Path.Combine(directory, file));
812
string fullPath =
NormalizePath
(Path.Combine(currentDirectory, fileSpec));
843
path =
NormalizePath
(path);