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") || 241var foundSet = new HashSet<string>(PathComparer); 366var excludedNameSet = new HashSet<string>(PathComparer) 378var foundDllNameSet = new HashSet<string>(PathComparer); 379var neededDllNameSet = new HashSet<string>(PathComparer); 412.OrderBy(x => x, PathComparer);