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)
31
Buckets = _target.ReadPointerField(address,
_type
, nameof(Buckets));
32
Count = _target.ReadField<uint>(address,
_type
, nameof(Count));
89
VolatileEntry volatileEntry = new(_target, chainElement,
_type
);