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