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)
634if (_typeUnion._unionTypes._unknown == IntPtr.Zero) 636return Marshal.GetObjectForIUnknown(_typeUnion._unionTypes._unknown);