5 references to DictionaryDebugView
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\Validation\ValidationStateDictionary.cs (1)
15
[DebuggerTypeProxy(typeof(
DictionaryDebugView
<object, ValidationStateEntry>))]
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
15
[DebuggerTypeProxy(typeof(
DictionaryDebugView
<,>))]
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
AttributeDictionary.cs (1)
16
[DebuggerTypeProxy(typeof(
DictionaryDebugView
<string, string?>))]
TempDataDictionary.cs (1)
17
[DebuggerTypeProxy(typeof(
DictionaryDebugView
<string, object?>))]
ViewDataDictionary.cs (1)
20
[DebuggerTypeProxy(typeof(
DictionaryDebugView
<string, object?>))]