2 writes to _unknown
mscorlib (2)
system\Runtime\InteropServices\Variant.cs (2)
642
_typeUnion._unionTypes.
_unknown
= IntPtr.Zero;
644
_typeUnion._unionTypes.
_unknown
= Marshal.GetIUnknownForObject(value);
2 references to _unknown
mscorlib (2)
system\Runtime\InteropServices\Variant.cs (2)
634
if (_typeUnion._unionTypes.
_unknown
== IntPtr.Zero)
636
return Marshal.GetObjectForIUnknown(_typeUnion._unionTypes.
_unknown
);