2 writes to _oleStream
PresentationFramework (2)
MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (2)
67_oleStream = oleStream; 294_oleStream = null;
5 references to _oleStream
PresentationFramework (5)
MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (5)
107_oleStream.Read(new IntPtr(bufferPointer), count, pBytesRead); 142_oleStream.Seek(offset, (int)origin, positionAddress); 260_oleStream.Stat(out statstg, NativeMethods.STATFLAG_NONAME); 285if (_oleStream != null) 287MS.Win32.UnsafeNativeMethods.SafeReleaseComObject(_oleStream);