1 write to _target
Microsoft.Diagnostics.DataContractReader.Contracts (1)
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
86
_target
= target;
2 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (2)
RuntimeTypeSystemHelpers\TypeValidation.cs (2)
91
internal TargetPointer MethodTable =>
_target
.ReadPointer(Address + (ulong)_type.Fields[nameof(MethodTable)].Offset);
93
internal readonly bool ValidateReadable() => ValidateDataReadable<EEClass>(
_target
, Address);