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