3 writes to _current
Microsoft.AspNetCore.Owin (3)
DictionaryStringValuesWrapper.cs (3)
133
_current
= default;
146
_current
= default;
150
_current
= Convert(_inner.Current);
1 reference to _current
Microsoft.AspNetCore.Owin (1)
DictionaryStringValuesWrapper.cs (1)
154
public KeyValuePair<string, StringValues> Current =>
_current
;