2 references to VT_BLOB_OBJECT
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ComVariant.cs (2)
179
else if (VarType == VarEnum.VT_BLOB || VarType == VarEnum.
VT_BLOB_OBJECT
)
417
(VarEnum.VT_BLOB or VarEnum.
VT_BLOB_OBJECT
, _) when sizeof(T) == sizeof(Blob) => rawValue,