5 references to ReadOnlyList
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (5)
413[InlineData(nameof(CollectionContainer.ReadOnlyList), true)] 1000var originalCollection = model.ReadOnlyList; 1003var propertyMetadata = GetMetadataForProperty(model.GetType(), nameof(CollectionContainer.ReadOnlyList)); 1014Assert.Same(originalCollection, model.ReadOnlyList); 1015Assert.Empty(model.ReadOnlyList);