2 writes to _isCollectionType
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelMetadata.cs (2)
515
_isCollectionType
= value;
781
_isCollectionType
= collectionType != null;
2 references to _isCollectionType
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelMetadata.cs (2)
507
if (
_isCollectionType
== null)
511
return
_isCollectionType
.Value;