1 instantiation of Entry
System.Linq.Expressions (1)
System\Dynamic\Utils\CacheDict.cs (1)
81
Volatile.Write(ref _entries[idx], new
Entry
(hash, key, value));
4 references to Entry
System.Linq.Expressions (4)
System\Dynamic\Utils\CacheDict.cs (4)
21
private readonly
Entry
[] _entries;
46
_entries = new
Entry
[alignedSize];
58
Entry
entry = Volatile.Read(ref _entries[idx]);
78
Entry
entry = Volatile.Read(ref _entries[idx]);