1 implementation of GetComponentSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
573
public uint
GetComponentSize
(ITypeHandle typeHandle) => !typeHandle.IsMethodTable() ? (uint)0 : _methodTables[typeHandle.Address].Flags.ComponentSize;
9 references to GetComponentSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ConditionalWeakTable_1.cs (1)
38
uint entrySize = _target.Contracts.RuntimeTypeSystem.
GetComponentSize
(entriesTypeHandle);
Contracts\Object_1.cs (1)
238
uint componentSize = typeSystemContract.
GetComponentSize
(typeHandle);
Contracts\StackWalk\GC\GcScanContext.cs (1)
176
uint componentSize = _rts.
GetComponentSize
(handle);
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataValue.cs (1)
656
ulong dimensionSize = rts.
GetComponentSize
(arrayType);
Dbi\DacDbiImpl.cs (2)
4505
pArrayInfo->elementSize = rts.
GetComponentSize
(th);
5700
pLayout->elementSize = rts.
GetComponentSize
(arrayOrStringTypeHandle);
Dbi\Helpers\HeapWalk.cs (1)
118
uint componentSize = _rts.
GetComponentSize
(handle);
SOSDacImpl.cs (2)
2900
result.componentSize = contract.
GetComponentSize
(methodTable);
3426
data->dwComponentSize = runtimeTypeSystemContract.
GetComponentSize
(handle);