5 references to NormalizePath
MSBuild (5)
CoreCLRAssemblyLoader.cs (1)
56fullPath = FileUtilities.NormalizePath(fullPath);
FileUtilities.cs (4)
471return NormalizePath(Path.Combine(directory, file)); 477return NormalizePath(Path.Combine(paths)); 762string fullPath = EscapingUtilities.Escape(NormalizePath(Path.Combine(currentDirectory, fileSpec))); 787path = NormalizePath(path);