1 instantiation of CollectionContainer
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (1)
999
var model = new
CollectionContainer
();
8 references to CollectionContainer
Microsoft.AspNetCore.Mvc.Core.Test (8)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (8)
411
[InlineData(nameof(
CollectionContainer
.ReadOnlyArray), false)]
412
[InlineData(nameof(
CollectionContainer
.ReadOnlyDictionary), true)]
413
[InlineData(nameof(
CollectionContainer
.ReadOnlyList), true)]
414
[InlineData(nameof(
CollectionContainer
.SettableDictionary), true)]
415
[InlineData(nameof(
CollectionContainer
.SettableList), true)]
420
var metadata = metadataProvider.GetMetadataForProperty(typeof(
CollectionContainer
), propertyName);
999
var
model = new CollectionContainer();
1003
var propertyMetadata = GetMetadataForProperty(model.GetType(), nameof(
CollectionContainer
.ReadOnlyList));