1 instantiation of CollectionContainer
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (1)
999var 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)] 420var metadata = metadataProvider.GetMetadataForProperty(typeof(CollectionContainer), propertyName); 999var model = new CollectionContainer(); 1003var propertyMetadata = GetMetadataForProperty(model.GetType(), nameof(CollectionContainer.ReadOnlyList));