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