1 implementation of RequiresAlign8
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
571
public bool
RequiresAlign8
(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? false : _methodTables[typeHandle.Address].Flags.RequiresAlign8;
1 reference to RequiresAlign8
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1278
*pResult = rts.
RequiresAlign8
(th) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;