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") || 239var foundSet = new HashSet<string>(PathComparer); 364var excludedNameSet = new HashSet<string>(PathComparer) 376var foundDllNameSet = new HashSet<string>(PathComparer); 377var neededDllNameSet = new HashSet<string>(PathComparer); 410.OrderBy(x => x, PathComparer);