12 references to Entries
Microsoft.CodeAnalysis (12)
Collections\CachingFactory.cs (9)
66Entries[idx].hash = hash; 67Entries[idx].value = value; 75var entries = this.Entries; 95var entries = this.Entries; 157Entries[idx].key = key; 158Entries[idx].value = value; 166var entries = this.Entries; 182var entries = this.Entries; 230/// be deferred until the first time that <see cref="Entries"/> is used. Note: if <paramref
Collections\ConcurrentCache.cs (3)
50var entry = this.Entries[idx]; 56Entries[idx] = new Entry(hash, key, value); 65var entry = this.Entries[idx];