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