1 write to _hashCodeFieldOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ConditionalWeakTable_1.cs (1)
82
_hashCodeFieldOffset
= rts.GetFieldDescOffset(hashCodeFieldDescAddr, hashCodeFieldDef);
2 references to _hashCodeFieldOffset
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ConditionalWeakTable_1.cs (2)
79
if (
_hashCodeFieldOffset
is null)
105
int entryHashCode = _target.Read<int>(entryAddress +
_hashCodeFieldOffset
.Value);