2 writes to _oleStream
PresentationFramework (2)
MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (2)
65_oleStream = oleStream; 292_oleStream = null;
5 references to _oleStream
PresentationFramework (5)
MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (5)
105_oleStream.Read(new IntPtr(bufferPointer), count, pBytesRead); 140_oleStream.Seek(offset, (int)origin, positionAddress); 258_oleStream.Stat(out statstg, NativeMethods.STATFLAG_NONAME); 283if (_oleStream != null) 285MS.Win32.UnsafeNativeMethods.SafeReleaseComObject(_oleStream);