2 references to DictionaryItemDebugView
Microsoft.AspNetCore.Http.Abstractions (2)
HttpContext.cs (1)
111public DictionaryItemDebugView<Type, object>[] Items => _features.Select(pair => new DictionaryItemDebugView<Type, object>(pair)).ToArray();
src\Shared\Debugger\DictionaryDebugView.cs (1)
28items[i] = new DictionaryItemDebugView<TKey, TValue>(keyValuePairs[i]);