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