4 overrides of ValidateChildren
Microsoft.AspNetCore.Grpc.Swagger (1)
Internal\GrpcModelMetadata.cs (1)
52public override bool ValidateChildren { get; }
Microsoft.AspNetCore.Mvc.Abstractions.Test (1)
ModelBinding\ModelMetadataTest.cs (1)
732public override bool ValidateChildren
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointModelMetadata.cs (1)
52public override bool ValidateChildren { get; }
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultModelMetadata.cs (1)
417public override bool ValidateChildren
5 references to ValidateChildren
Microsoft.AspNetCore.Mvc.Core (5)
ModelBinding\Metadata\ValidationMetadata.cs (1)
31/// then <see cref="ModelMetadata.ValidateChildren"/> will be <c>true</c> if either of
ModelBinding\SuppressChildValidationMetadataProvider.cs (3)
12/// An <see cref="IValidationMetadataProvider"/> which configures <see cref="ModelMetadata.ValidateChildren"/> to 22/// <see cref="ModelMetadata.ValidateChildren"/> set to <c>false</c>. 36/// <see cref="ModelMetadata.ValidateChildren"/> set to <c>false</c>.
ModelBinding\Validation\ValidationVisitor.cs (1)
382if (Model != null && Metadata!.ValidateChildren)