3 writes to _cachePrefixStream
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOFileItemStream.cs (3)
371ref _cachePrefixStream); 488_cachePrefixStream = null; 562_cachePrefixStream = null;
17 references to _cachePrefixStream
WindowsBase (17)
Base\MS\Internal\IO\Zip\ZipIOFileItemStream.cs (17)
94Debug.Assert(_cachePrefixStream == null); // we only expect this thing to be not null during Archive Save execution 142Debug.Assert(_cachePrefixStream == null); // we only expect this thing to be not null during Archive Save execution 179Debug.Assert(_cachePrefixStream == null); // we only expect this thing to be not null during Archive Save execution 271Debug.Assert(_cachePrefixStream == null); // we only expect this thing to be not null during Archive Save execution 418Debug.Assert(_cachePrefixStream == null); // _cachePrefixStream must not be used in streaming cases at all 462if (_cachePrefixStream != null) 465checked{moveBlockSourceOffset += _cachePrefixStream.Length;} 466checked{moveBlockTargetOffset += _cachePrefixStream.Length;} 467checked{moveBlockSize -= _cachePrefixStream.Length;} 475if (_cachePrefixStream != null) 480Debug.Assert(_cachePrefixStream.Length > 0); // should be taken care of by the constructor 483_cachePrefixStream.WriteToStream(_blockManager.Stream); 484checked{newPersistedSize += _cachePrefixStream.Length;} 487_cachePrefixStream.Close(); 515Debug.Assert(_cachePrefixStream == null); // we only expect this thing to be not null during Archive Save execution 552if (_cachePrefixStream != null) 554_cachePrefixStream.Close();