4 references to ContainerType
System.Web (4)
ModelBinding\AssociatedValidatorProvider.cs (3)
21if (metadata.ContainerType != null && !String.IsNullOrEmpty(metadata.PropertyName)) { 31ICustomTypeDescriptor typeDescriptor = GetTypeDescriptor(metadata.ContainerType); 38metadata.ContainerType.FullName, metadata.PropertyName),
ModelBinding\ModelValidationNode.cs (1)
82Type expectedContainerType = ModelMetadata.ContainerType;