5 references to NormalizePath
MSBuild (5)
CoreCLRAssemblyLoader.cs (1)
56fullPath = FileUtilities.NormalizePath(fullPath);
FileUtilities.cs (4)
492return NormalizePath(Path.Combine(directory, file)); 498return NormalizePath(Path.Combine(paths)); 783string fullPath = NormalizePath(Path.Combine(currentDirectory, fileSpec)); 814path = NormalizePath(path);