1 write to _dictionaryEnumerator
Microsoft.AspNetCore.Http (1)
HeaderDictionary.cs (1)
404
_dictionaryEnumerator
= dictionaryEnumerator;
3 references to _dictionaryEnumerator
Microsoft.AspNetCore.Http (3)
HeaderDictionary.cs (3)
417
return
_dictionaryEnumerator
.MoveNext();
431
return
_dictionaryEnumerator
.Current;
454
((IEnumerator)
_dictionaryEnumerator
).Reset();