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