4 references to DispatchAlignment
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (4)
149
internal const int NumEntriesInDispatchTable =
DispatchAlignment
/ 8 /* sizeof(void*) */ - 1;
154
internal const ulong DispatchAlignmentMask = unchecked((ulong)~(InternalComInterfaceDispatch.
DispatchAlignment
- 1));
866
nuint headerSize = AlignUp((nuint)sizeof(ManagedObjectWrapper), InternalComInterfaceDispatch.
DispatchAlignment
);
875
InternalComInterfaceDispatch.
DispatchAlignment
);