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