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