1 instantiation of Entry
System.Core (1)
Microsoft\Scripting\Utils\CacheDict.cs (1)
103
Volatile.Write(ref entries[idx], new
Entry
(hash, key, value));
4 references to Entry
System.Core (4)
Microsoft\Scripting\Utils\CacheDict.cs (4)
33
protected readonly
Entry
[] entries;
57
this.entries = new
Entry
[alignedSize];
81
var
entry = Volatile.Read(ref this.entries[idx]);
100
var
entry = Volatile.Read(ref this.entries[idx]);