1 instantiation of DictionaryItemDebugView
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\Debugger\StringValuesDictionaryDebugView.cs (1)
28
keyValuePairs.Add(new
DictionaryItemDebugView
<string, string>(kvp.Key, kvp.Value.ToString()));
2 references to DictionaryItemDebugView
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\Debugger\StringValuesDictionaryDebugView.cs (2)
21
public
DictionaryItemDebugView
<string, string>[] Items
25
var keyValuePairs = new List<
DictionaryItemDebugView
<string, string>>();