1 instantiation of ZipFileInfoCollection
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipArchive.cs (1)
336
return new
ZipFileInfoCollection
(ZipFileInfoDictionary.Values);
4 references to ZipFileInfoCollection
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipArchive.cs (1)
319
internal
ZipFileInfoCollection
GetFiles()
Base\System\IO\Packaging\ZipPackage.cs (3)
239
ZipFileInfoCollection
zipFiles = _zipArchive.GetFiles();
1110
private void ParseContentTypesFile(
ZipFileInfoCollection
zipFiles)
1198
private Stream OpenContentTypeStream(
ZipFileInfoCollection
zipFiles)