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