2 writes to _unmanagedStream
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
953_unmanagedStream = new SecurityCriticalData<object>(null); 1110_unmanagedStream = new SecurityCriticalData<object>(Marshal.GetObjectForIUnknown((IntPtr)value));
2 references to _unmanagedStream
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
950if (_unmanagedStream.Value != null) 952Marshal.ReleaseComObject(_unmanagedStream.Value);