2 references to PieceNameComparer
WindowsBase (2)
Base\System\IO\Packaging\ZipPackage.cs (2)
235SortedDictionary<PieceInfo, Object> pieceDictionary = new SortedDictionary<PieceInfo, Object>(PieceNameHelper.PieceNameComparer); 1220contentTypeStreamPieces = new SortedDictionary<PieceInfo, ZipFileInfo>(PieceNameHelper.PieceNameComparer);