2 references to MethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (2)
RuntimeTypeSystemHelpers\TypeValidation.cs (2)
91
internal TargetPointer MethodTable => _target.ReadPointer(Address + (ulong)_type.Fields[nameof(
MethodTable
)].Offset);
165
TargetPointer methodTablePtrFromClass = eeClass.
MethodTable
;