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