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