1 write to _bstr
mscorlib (1)
system\Runtime\InteropServices\Variant.cs (1)
625
this._typeUnion._unionTypes.
_bstr
= Marshal.StringToBSTR(value);
1 reference to _bstr
mscorlib (1)
system\Runtime\InteropServices\Variant.cs (1)
620
return (string)Marshal.PtrToStringBSTR(this._typeUnion._unionTypes.
_bstr
);