12 references to s_pathComparer
SelectTests (12)
GraphAffectedProjects.cs (12)
151
.Distinct(
s_pathComparer
)
238
var nodesByProjectPath = new Dictionary<string, List<ProjectGraphNode>>(
s_pathComparer
);
266
var index = new Dictionary<string, HashSet<string>>(
s_pathComparer
);
317
var directlyChanged = new HashSet<string>(
s_pathComparer
);
323
var originatingFile = new Dictionary<string, string>(
s_pathComparer
);
349
if (
s_pathComparer
.Equals(NormalizeFullPath(Path.GetDirectoryName(project)!), directory))
379
var dependents = new Dictionary<string, List<string>>(
s_pathComparer
);
399
if (!list.Contains(projectPath,
s_pathComparer
))
407
var affected = new HashSet<string>(
s_pathComparer
);
412
var parent = new Dictionary<string, string>(
s_pathComparer
);
486
.DistinctBy(cp => cp.Absolute,
s_pathComparer
)
564
projects = new HashSet<string>(
s_pathComparer
);