1 write to _type
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\DacEnumerableHash.cs (1)
29_type = type;
3 references to _type
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Data\DacEnumerableHash.cs (3)
31Buckets = _target.ReadPointerField(address, _type, nameof(Buckets)); 32Count = _target.ReadField<uint>(address, _type, nameof(Count)); 89VolatileEntry volatileEntry = new(_target, chainElement, _type);