3 writes to _vt
mscorlib (3)
system\Runtime\InteropServices\Variant.cs (3)
345_typeUnion._vt = (ushort)value; 575v._typeUnion._vt = 0; 583_typeUnion._vt = (ushort)VarEnum.VT_DECIMAL;
3 references to _vt
mscorlib (3)
system\Runtime\InteropServices\Variant.cs (3)
342return (VarEnum)_typeUnion._vt; 351return _typeUnion._vt == ((ushort)VarEnum.VT_EMPTY); 357return (_typeUnion._vt & ((ushort)VarEnum.VT_BYREF)) != 0;