6 writes to bstrVal
System.Private.Windows.Core (2)
Windows\Win32\System\Variant\VARIANT.cs (2)
926data = new() { bstrVal = new(value) } 934data = new() { bstrVal = value }
System.Windows.Forms.Primitives.Tests (4)
Interop\Oleaut32\VARIANTTests.cs (4)
118data = new() { bstrVal = new BSTR("abc") } 160data = new() { bstrVal = new BSTR("abc") } 827data = new() { bstrVal = new BSTR(text) } 1008data = 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>();