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