6 writes to bstrVal
System.Private.Windows.Core (2)
Windows\Win32\System\Variant\VARIANT.cs (2)
926
data = new() {
bstrVal
= new(value) }
934
data = new() {
bstrVal
= value }
System.Windows.Forms.Primitives.Tests (4)
Interop\Oleaut32\VARIANTTests.cs (4)
118
data = new() {
bstrVal
= new BSTR("abc") }
160
data = new() {
bstrVal
= new BSTR("abc") }
827
data = new() {
bstrVal
= new BSTR(text) }
1008
data = new() {
bstrVal
= new BSTR("test") }
1 reference to bstrVal
System.Private.Windows.Core (1)
Windows\Win32\System\Variant\VARIANT.cs (1)
918
=> value.vt == VT_BSTR ? value.data.
bstrVal
: ThrowInvalidCast<BSTR>();