5 references to _innerDictionary
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
ViewComponentTests.cs (5)
270
public IEnumerable<string> Keys { get { return
_innerDictionary
.Keys; } }
288
_innerDictionary
.Clear();
293
_innerDictionary
.Remove(key);
298
_innerDictionary
[key] = value.ToArray();
303
return
_innerDictionary
.TryGetValue(key, out value);