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