1 instantiation of CollectionContainer
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (1)
1161var model = new CollectionContainer();
9 references to CollectionContainer
Microsoft.AspNetCore.Mvc.Core.Test (9)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (9)
490[InlineData(nameof(CollectionContainer.ReadOnlyArray), false)] 491[InlineData(nameof(CollectionContainer.ReadOnlyDictionary), true)] 492[InlineData(nameof(CollectionContainer.ReadOnlyList), true)] 493[InlineData(nameof(CollectionContainer.SettableArray), true)] 494[InlineData(nameof(CollectionContainer.SettableDictionary), true)] 495[InlineData(nameof(CollectionContainer.SettableList), true)] 500var metadata = metadataProvider.GetMetadataForProperty(typeof(CollectionContainer), propertyName); 1161var model = new CollectionContainer(); 1165var propertyMetadata = GetMetadataForProperty(model.GetType(), nameof(CollectionContainer.ReadOnlyList));