3 references to IsCollectionType
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\Binders\ComplexObjectModelBinderProvider.cs (1)
22if (metadata.IsComplexType && !metadata.IsCollectionType)
ModelBinding\Binders\ComplexTypeModelBinderProvider.cs (1)
22if (context.Metadata.IsComplexType && !context.Metadata.IsCollectionType)
ModelBinding\PropertyValueSetter.cs (1)
38if (!metadata.IsCollectionType)