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)
653if (_typeUnion._unionTypes._dispatch == IntPtr.Zero) 655return Marshal.GetObjectForIUnknown(_typeUnion._unionTypes._dispatch);