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