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)
191return _dictionaryEnumerator.MoveNext(); 202var current = _dictionaryEnumerator.Current; 225((IEnumerator)_dictionaryEnumerator).Reset();