2 references to DictionaryItemDebugView
Microsoft.AspNetCore.Http (2)
Internal\RequestCookieCollection.cs (1)
235public DictionaryItemDebugView<string, string>[] Items => _collection.Select(pair => new DictionaryItemDebugView<string, string>(pair)).ToArray();
src\Shared\Debugger\DictionaryDebugView.cs (1)
28items[i] = new DictionaryItemDebugView<TKey, TValue>(keyValuePairs[i]);