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