1 write to _target
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ExecutionManager\Helpers\HashMapLookup.cs (1)
25
_target
= target;
4 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\Helpers\HashMapLookup.cs (4)
31
Data.HashMap map =
_target
.ProcessedData.GetOrAdd<Data.HashMap>(mapAddress);
34
uint size =
_target
.Read<uint>(map.Buckets);
38
uint bucketSize =
_target
.GetTypeInfo(DataType.Bucket).Size!.Value;
42
Data.Bucket bucket =
_target
.ProcessedData.GetOrAdd<Data.Bucket>(buckets + bucketSize * (seed % size));