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