5 references to ReadOnlyList
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (5)
492[InlineData(nameof(CollectionContainer.ReadOnlyList), true)] 1162var originalCollection = model.ReadOnlyList; 1165var propertyMetadata = GetMetadataForProperty(model.GetType(), nameof(CollectionContainer.ReadOnlyList)); 1176Assert.Same(originalCollection, model.ReadOnlyList); 1177Assert.Empty(model.ReadOnlyList);