9 references to ReadDictionary
Microsoft.AspNetCore.Razor.Runtime (9)
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (9)
59
return
ReadDictionary
.Keys;
67
return
ReadDictionary
.Values;
75
return
ReadDictionary
.Count;
91
return
ReadDictionary
[key];
101
return
ReadDictionary
.ContainsKey(key);
116
return
ReadDictionary
.TryGetValue(key, out value);
131
return
ReadDictionary
.Contains(item);
136
ReadDictionary
.CopyTo(array, arrayIndex);
146
return
ReadDictionary
.GetEnumerator();