1 write to _dict
Microsoft.AspNetCore.Razor.Runtime (1)
src\Shared\Debugger\DictionaryDebugView.cs (1)
15
_dict
= dictionary;
2 references to _dict
Microsoft.AspNetCore.Razor.Runtime (2)
src\Shared\Debugger\DictionaryDebugView.cs (2)
23
var keyValuePairs = new KeyValuePair<TKey, TValue>[
_dict
.Count];
24
_dict
.CopyTo(keyValuePairs, 0);