1 instantiation of ZipIOModeEnforcingStream
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (1)
486
exposedStream = new
ZipIOModeEnforcingStream
(_crcCalculatingStream, access, _blockManager, this);
2 references to ZipIOModeEnforcingStream
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (2)
864
ZipIOModeEnforcingStream
exposedStream =
865
(
ZipIOModeEnforcingStream
)_exposedPublicStreams[i];