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)
507if (_isCollectionType == null) 511return _isCollectionType.Value;