2 writes to _inner
Microsoft.AspNetCore.Owin (2)
DictionaryStringArrayWrapper.cs (2)
87
_inner
= inner.GetEnumerator();
94
_inner
= null;
3 references to _inner
Microsoft.AspNetCore.Owin (3)
DictionaryStringArrayWrapper.cs (3)
93
_inner
?.Dispose();
99
if (!
_inner
.MoveNext())
105
_current = Convert(
_inner
.Current);