1 write to Vtables
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
393IntPtr* 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)
883Span<IntPtr> dispatchVtables = dispatches[i].Vtables;