2 writes to _dispatch
mscorlib (2)
system\Runtime\InteropServices\Variant.cs (2)
661
_typeUnion._unionTypes.
_dispatch
= IntPtr.Zero;
663
_typeUnion._unionTypes.
_dispatch
= Marshal.GetIDispatchForObject(value);
2 references to _dispatch
mscorlib (2)
system\Runtime\InteropServices\Variant.cs (2)
653
if (_typeUnion._unionTypes.
_dispatch
== IntPtr.Zero)
655
return Marshal.GetObjectForIUnknown(_typeUnion._unionTypes.
_dispatch
);