1 write to _dictionaryEnumerator
Microsoft.AspNetCore.Http (1)
Internal\RequestCookieCollection.cs (1)
183
_dictionaryEnumerator
= dictionaryEnumerator;
3 references to _dictionaryEnumerator
Microsoft.AspNetCore.Http (3)
Internal\RequestCookieCollection.cs (3)
191
return
_dictionaryEnumerator
.MoveNext();
202
var current =
_dictionaryEnumerator
.Current;
225
((IEnumerator)
_dictionaryEnumerator
).Reset();