1 instantiation of DictionaryItemDebugView
Microsoft.AspNetCore.Razor.Runtime (1)
src\Shared\Debugger\DictionaryDebugView.cs (1)
28
items[i] = new
DictionaryItemDebugView
<TKey, TValue>(keyValuePairs[i]);
2 references to DictionaryItemDebugView
Microsoft.AspNetCore.Razor.Runtime (2)
src\Shared\Debugger\DictionaryDebugView.cs (2)
19
public
DictionaryItemDebugView
<TKey, TValue>[] Items
25
var items = new
DictionaryItemDebugView
<TKey, TValue>[keyValuePairs.Length];