1 write to Vtables
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
393
IntPtr* vtables = (IntPtr*)(void*)&dispatch->
Vtables
;
1 reference to Vtables
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
883
Span<IntPtr> dispatchVtables = dispatches[i].
Vtables
;