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)
950
if (
_unmanagedStream
.Value != null)
952
Marshal.ReleaseComObject(
_unmanagedStream
.Value);