14 references to ModelWithDictionaryProperties
Microsoft.AspNetCore.Mvc.Core.Test (14)
ModelBinding\Binders\DictionaryModelBinderTest.cs (14)
144
typeof(
ModelWithDictionaryProperties
),
145
nameof(
ModelWithDictionaryProperties
.DictionaryProperty));
215
typeof(
ModelWithDictionaryProperties
),
216
nameof(
ModelWithDictionaryProperties
.DictionaryProperty));
302
typeof(
ModelWithDictionaryProperties
),
303
nameof(
ModelWithDictionaryProperties
.DictionaryWithValueTypesProperty));
339
typeof(
ModelWithDictionaryProperties
),
340
nameof(
ModelWithDictionaryProperties
.DictionaryWithComplexValuesProperty));
399
typeof(
ModelWithDictionaryProperties
),
400
nameof(
ModelWithDictionaryProperties
.CustomDictionaryProperty));
568
typeof(
ModelWithDictionaryProperties
),
569
nameof(
ModelWithDictionaryProperties
.DictionaryProperty))
572
typeof(
ModelWithDictionaryProperties
),
573
nameof(
ModelWithDictionaryProperties
.DictionaryProperty));