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