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)
417return _dictionaryEnumerator.MoveNext(); 431return _dictionaryEnumerator.Current; 454((IEnumerator)_dictionaryEnumerator).Reset();