10 references to PathComparer
BuildBoss (10)
CompilerNuGetCheckerUtil.cs (10)
146PathComparer.Equals(relativeFileName, "csc.exe") || 147PathComparer.Equals(relativeFileName, "Icon.png") || 148PathComparer.Equals(relativeFileName, "Init.cmd") || 149PathComparer.Equals(relativeFileName, "VS.Tools.Roslyn.nuspec") || 150PathComparer.Equals(relativeFileName, "vbc.exe") || 237var foundSet = new HashSet<string>(PathComparer); 362var excludedNameSet = new HashSet<string>(PathComparer) 374var foundDllNameSet = new HashSet<string>(PathComparer); 375var neededDllNameSet = new HashSet<string>(PathComparer); 408.OrderBy(x => x, PathComparer);