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)
196
return
_dictionaryEnumerator
.MoveNext();
210
return
_dictionaryEnumerator
.Current;
233
((IEnumerator)
_dictionaryEnumerator
).Reset();