11 references to NormalizePath
Microsoft.Build.Tasks.Core (11)
AppConfig\AppConfig.cs (1)
32appConfigFilePath = FileUtilities.NormalizePath(appConfigFilePath);
AssemblyDependency\HintPathResolver.cs (1)
47if (ResolveAsFile(FileUtilities.NormalizePath(hintPath), assemblyName, isPrimaryProjectReference, wantSpecificVersion, true, assembliesConsideredAndRejected))
AssemblyDependency\Reference.cs (1)
524_fullPath = FileUtilities.NormalizePath(_fullPath);
AssemblyDependency\ReferenceTable.cs (1)
1338resolvedPath = FileUtilities.NormalizePath(resolvedPath);
Copy.cs (1)
755string src = FileUtilities.NormalizePath(sourceFolder.ItemSpec);
FileIO\WriteLinesToFile.cs (1)
98var directoryPath = Path.GetDirectoryName(FileUtilities.NormalizePath(File.ItemSpec));
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);
ResourceHandling\MSBuildResXReader.cs (1)
233FileUtilities.NormalizePath(resxFilename)),