10 references to NormalizeFullPath
SelectTests (10)
GraphAffectedProjects.cs (10)
126
repoRoot =
NormalizeFullPath
(repoRoot);
127
solutionPath =
NormalizeFullPath
(solutionPath);
150
.Select(p =>
NormalizeFullPath
(Path.GetDirectoryName(p)!))
241
var projectPath =
NormalizeFullPath
(node.ProjectInstance.FullPath);
271
var projectPath =
NormalizeFullPath
(instance.FullPath);
281
AddToIndex(index,
NormalizeFullPath
(importPath), projectPath);
300
AddToIndex(index,
NormalizeFullPath
(fullPath), projectPath);
349
if (s_pathComparer.Equals(
NormalizeFullPath
(Path.GetDirectoryName(project)!), directory))
386
var target =
NormalizeFullPath
(reference.GetMetadataValue("FullPath"));
485
NormalizeFullPath
(Path.Combine(repoRoot, rel.Replace('/', Path.DirectorySeparatorChar)))))