2 references to DictionaryItemDebugView
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateDictionary.cs (1)
1264public DictionaryItemDebugView<string, ModelStateEntry?>[] Items => _dictionary.Select(pair => new DictionaryItemDebugView<string, ModelStateEntry?>(pair)).ToArray();
src\Shared\Debugger\DictionaryDebugView.cs (1)
28items[i] = new DictionaryItemDebugView<TKey, TValue>(keyValuePairs[i]);