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