2 writes to _unsafeLockByteStream
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (2)
256
_unsafeLockByteStream
= lockBytesStream;
295
_unsafeLockByteStream
= null;
2 references to _unsafeLockByteStream
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (2)
285
if (
_unsafeLockByteStream
!= null)
287
_unsafeLockByteStream
.Dispose();