1 write to Store
Microsoft.AspNetCore.Http (1)
FormCollection.cs (1)
45Store = fields;
17 references to Store
Microsoft.AspNetCore.Http (17)
FormCollection.cs (17)
70if (Store == null) 88return Store?.Count ?? 0; 97if (Store == null) 101return Store.Keys; 108if (Store == null) 112return Store.ContainsKey(key); 118if (Store == null) 123return Store.TryGetValue(key, out value); 133if (Store == null || Store.Count == 0) 139return new Enumerator(Store.GetEnumerator()); 148if (Store == null || Store.Count == 0) 154return Store.GetEnumerator(); 163if (Store == null || Store.Count == 0) 169return Store.GetEnumerator();