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(); 144if (!_inner.MoveNext()) 150_current = Convert(_inner.Current);