1 write to MethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\MethodDescChunk.cs (1)
15MethodTable = target.ReadPointerField(address, type, nameof(MethodTable));
3 references to MethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (1)
227public TargetPointer MethodTable => _chunk.MethodTable;
Data\MethodDescChunk.cs (1)
15MethodTable = target.ReadPointerField(address, type, nameof(MethodTable));
RuntimeTypeSystemHelpers\MethodValidation.cs (1)
72internal TargetPointer MethodTable => _chunk.MethodTable;