1 implementation of GetComponentSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
534
public uint
GetComponentSize
(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? (uint)0 : _methodTables[typeHandle.Address].Flags.ComponentSize;
4 references to GetComponentSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ConditionalWeakTable_1.cs (1)
99
uint entrySize = rts.
GetComponentSize
(entriesTypeHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (1)
2115
pLayout->elementSize = rts.
GetComponentSize
(arrayOrStringTypeHandle);
SOSDacImpl.cs (2)
2825
result.componentSize = contract.
GetComponentSize
(methodTable);
3345
data->dwComponentSize = runtimeTypeSystemContract.
GetComponentSize
(handle);