5 references to _innerDictionary
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
SessionStateTempDataProviderTest.cs (5)
103
public IEnumerable<string> Keys { get { return
_innerDictionary
.Keys; } }
121
_innerDictionary
.Clear();
126
_innerDictionary
.Remove(key);
131
_innerDictionary
[key] = value.ToArray();
136
return
_innerDictionary
.TryGetValue(key, out value);