2 implementations of ManagedVirtualMethodTable
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComImportInteropInterfaceDetailsStrategy.cs (1)
179public unsafe void** ManagedVirtualMethodTable => null;
System\Runtime\InteropServices\Marshalling\IUnknownDerivedAttribute.cs (1)
30public unsafe void** ManagedVirtualMethodTable => T.ManagedVirtualMethodTable;