3 writes to Store
Microsoft.AspNetCore.Http (3)
QueryCollection.cs (3)
42Store = store; 51Store = store.Store; 60Store = new Dictionary<string, StringValues>(capacity, StringComparer.OrdinalIgnoreCase);
19 references to Store
Microsoft.AspNetCore.Http (19)
QueryCollection.cs (19)
51Store = store.Store; 72if (Store == null) 93if (Store == null) 97return Store.Count; 108if (Store == null) 112return Store.Keys; 123if (Store == null) 127return Store.ContainsKey(key); 138if (Store == null) 143return Store.TryGetValue(key, out value); 152if (Store == null || Store.Count == 0) 157return new Enumerator(Store.GetEnumerator()); 166if (Store == null || Store.Count == 0) 171return Store.GetEnumerator(); 180if (Store == null || Store.Count == 0) 185return Store.GetEnumerator();