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