1 write to _dictionaryEnumerator
Microsoft.AspNetCore.Http (1)
FormCollection.cs (1)
183_dictionaryEnumerator = dictionaryEnumerator;
3 references to _dictionaryEnumerator
Microsoft.AspNetCore.Http (3)
FormCollection.cs (3)
196return _dictionaryEnumerator.MoveNext(); 210return _dictionaryEnumerator.Current; 233((IEnumerator)_dictionaryEnumerator).Reset();