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