3 writes to Store
Microsoft.AspNetCore.Http (3)
Internal\RequestCookieCollection.cs (3)
30
Store
= new AdaptiveCapacityDictionary<string, string>(StringComparer.OrdinalIgnoreCase);
35
Store
= new AdaptiveCapacityDictionary<string, string>(capacity, StringComparer.OrdinalIgnoreCase);
41
Store
= new AdaptiveCapacityDictionary<string, string>(store);
17 references to Store
Microsoft.AspNetCore.Http (17)
Internal\RequestCookieCollection.cs (17)
50
if (
Store
== null)
72
var store = collection.
Store
!;
90
if (
Store
== null)
94
return
Store
.Count;
102
if (
Store
== null)
106
return
Store
.Keys;
112
if (
Store
== null)
116
return
Store
.ContainsKey(key);
121
if (
Store
== null)
127
return
Store
.TryGetValue(key, out value);
136
if (
Store
== null ||
Store
.Count == 0)
142
return new Enumerator(
Store
.GetEnumerator());
151
if (
Store
== null ||
Store
.Count == 0)
166
if (
Store
== null ||
Store
.Count == 0)