2 writes to _oleStream
PresentationFramework (2)
MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (2)
64_oleStream = oleStream; 291_oleStream = null;
5 references to _oleStream
PresentationFramework (5)
MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (5)
104_oleStream.Read(new IntPtr(bufferPointer), count, pBytesRead); 139_oleStream.Seek(offset, (int)origin, positionAddress); 257_oleStream.Stat(out statstg, NativeMethods.STATFLAG_NONAME); 282if (_oleStream != null) 284MS.Win32.UnsafeNativeMethods.SafeReleaseComObject(_oleStream);