2 writes to _inner
Microsoft.AspNetCore.Owin (2)
DictionaryStringValuesWrapper.cs (2)
132
_inner
= inner.GetEnumerator();
139
_inner
= null;
3 references to _inner
Microsoft.AspNetCore.Owin (3)
DictionaryStringValuesWrapper.cs (3)
138
_inner
?.Dispose();
144
if (!
_inner
.MoveNext())
150
_current = Convert(
_inner
.Current);