1 reference to _collection
Microsoft.AspNetCore.Http (1)
Internal\RequestCookieCollection.cs (1)
235
public DictionaryItemDebugView<string, string>[] Items =>
_collection
.Select(pair => new DictionaryItemDebugView<string, string>(pair)).ToArray();