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