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)
79if (_hashCodeFieldOffset is null) 105int entryHashCode = _target.Read<int>(entryAddress + _hashCodeFieldOffset.Value);