34 references to NormalizePath
Microsoft.Build (26)
BackEnd\BuildManager\BuildManager.cs (1)
599_buildParameters.OutputResultsCacheFile = FileUtilities.NormalizePath("msbuild-cache");
BackEnd\BuildManager\BuildRequestData.cs (1)
139: this(targetsToBuild, hostServices, flags, FileUtilities.NormalizePath(projectFullPath)!)
BackEnd\BuildManager\CacheSerialization.cs (1)
32var fullPath = FileUtilities.NormalizePath(outputCacheFile);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
183string pluginPath = FileUtilities.NormalizePath(Path.Combine(item.Project.Directory, item.EvaluatedInclude));
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
356projectFiles[i] = FileUtilities.NormalizePath(projectFiles[i]);
BackEnd\Components\RequestBuilder\TaskBuilder.cs (3)
1073declaredProjects.Add(FileUtilities.NormalizePath(projectReferenceItem.EvaluatedInclude)); 1077declaredProjects.Add(FileUtilities.NormalizePath(_taskExecutionHost.ProjectInstance.FullPath)); 1083var normalizedMSBuildProject = FileUtilities.NormalizePath(msbuildProject.ItemSpec);
BackEnd\Shared\ConfigurationMetadata.cs (2)
30_projectFullPath = FileUtilities.NormalizePath(configuration.ProjectFullPath); 47_projectFullPath = FileUtilities.NormalizePath(project.FullPath);
BuildCheck\Utilities\BuildCheckUtilities.cs (1)
18path = FileUtilities.NormalizePath(path)!;
Construction\ProjectRootElement.cs (3)
429string newFullPath = FileUtilities.NormalizePath(value); 883path = FileUtilities.NormalizePath(path); 940path = FileUtilities.NormalizePath(path);
Construction\Solution\ProjectInSolution.cs (1)
199_absolutePath = FileUtilities.NormalizePath(_absolutePath);
Definition\Project.cs (1)
1955projectFile = FileUtilities.NormalizePath(projectFile);
Definition\ProjectCollection.cs (1)
1223fileName = FileUtilities.NormalizePath(fileName);
Evaluation\Evaluator.cs (3)
1967FileUtilities.NormalizePath(Guid.NewGuid() + projectNameEnding); 2069FileUtilities.NormalizePath(EscapingUtilities.UnescapeAll(importExpressionEscapedItem)); 2124importFileUnescaped = FileUtilities.NormalizePath(importFileUnescaped);
Evaluation\Expander.cs (2)
1713value = FileUtilities.NormalizePath(elementLocation.File); 2705rootedPath = FileUtilities.NormalizePath(rootedPath);
Globbing\MSBuildGlob.cs (1)
181globRoot = Strings.WeakIntern(FileUtilities.NormalizePath(globRoot).WithTrailingSlash());
Graph\ProjectGraphEntryPoint.cs (1)
35ProjectFile = FileUtilities.NormalizePath(projectFile);
Instance\ProjectInstance.cs (1)
309projectFile = FileUtilities.NormalizePath(projectFile);
Logging\LoggerDescription.cs (1)
61loggerAssemblyFile = FileUtilities.NormalizePath(loggerAssemblyFile);
Microsoft.Build.Framework (5)
FileUtilities.cs (4)
675return NormalizePath(Path.Combine(directory, file)); 680return NormalizePath(Path.Combine(paths)); 994string fullPath = NormalizePath(Path.Combine(currentDirectory, fileSpec)); 1025path = NormalizePath(path);
Loader\CoreCLRAssemblyLoader.cs (1)
58fullPath = FileUtilities.NormalizePath(fullPath);
Microsoft.Build.Tasks.Core (3)
AppConfig\AppConfig.cs (1)
31appConfigFilePath = FileUtilities.NormalizePath(appConfigFilePath);
AssemblyDependency\Reference.cs (1)
524_fullPath = FileUtilities.NormalizePath(_fullPath);
ResourceHandling\MSBuildResXReader.cs (1)
239FileUtilities.NormalizePath(resxFilename)),