14 instantiations of DictionaryModelBinder
Microsoft.AspNetCore.Mvc.Core.Test (14)
ModelBinding\Binders\DictionaryModelBinderTest.cs (14)
34var binder = new DictionaryModelBinder<int, string>( 75var binder = new DictionaryModelBinder<int, string>( 132var binder = new DictionaryModelBinder<string, string>( 165var binder = new DictionaryModelBinder<string, string>( 203var binder = new DictionaryModelBinder<string, string>( 240var binder = new DictionaryModelBinder<string, string>( 290var binder = new DictionaryModelBinder<long, int>( 344var binder = new DictionaryModelBinder<int, ModelWithProperties>( 386var binder = new DictionaryModelBinder<string, string>( 425var binder = new DictionaryModelBinder<string, string>( 461var binder = new DictionaryModelBinder<string, string>( 509var binder = new DictionaryModelBinder<string, string>( 556var binder = new DictionaryModelBinder<int, int>( 608var binder = new DictionaryModelBinder<int, int>(
23 references to DictionaryModelBinder
Microsoft.AspNetCore.Mvc.Core (7)
ModelBinding\Binders\DictionaryModelBinder.cs (6)
23/// Creates a new <see cref="DictionaryModelBinder{TKey, TValue}"/>. 37/// Creates a new <see cref="DictionaryModelBinder{TKey, TValue}"/>. 50/// <see langword="false"/> in <see cref="DictionaryModelBinder{TKey, TValue}"/>. This class ignores that 71/// Creates a new <see cref="DictionaryModelBinder{TKey, TValue}"/>. 83/// <para>This is the preferred <see cref="DictionaryModelBinder{TKey, TValue}"/> constructor.</para> 87/// <see langword="false"/> in <see cref="DictionaryModelBinder{TKey, TValue}"/>. This class ignores that
ModelBinding\Binders\DictionaryModelBinderProvider.cs (1)
27var binderType = typeof(DictionaryModelBinder<,>).MakeGenericType(dictionaryType.GenericTypeArguments);
Microsoft.AspNetCore.Mvc.Core.Test (16)
ModelBinding\Binders\DictionaryModelBinderProviderTest.cs (2)
57var binder = Assert.IsType<DictionaryModelBinder<string, int>>(result);
ModelBinding\Binders\DictionaryModelBinderTest.cs (14)
34var binder = new DictionaryModelBinder<int, string>( 75var binder = new DictionaryModelBinder<int, string>( 132var binder = new DictionaryModelBinder<string, string>( 165var binder = new DictionaryModelBinder<string, string>( 203var binder = new DictionaryModelBinder<string, string>( 240var binder = new DictionaryModelBinder<string, string>( 290var binder = new DictionaryModelBinder<long, int>( 344var binder = new DictionaryModelBinder<int, ModelWithProperties>( 386var binder = new DictionaryModelBinder<string, string>( 425var binder = new DictionaryModelBinder<string, string>( 461var binder = new DictionaryModelBinder<string, string>( 509var binder = new DictionaryModelBinder<string, string>( 556var binder = new DictionaryModelBinder<int, int>( 608var binder = new DictionaryModelBinder<int, int>(