1 write to Type
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\SuppressChildValidationMetadataProvider.cs (1)
28Type = type;
5 references to Type
Microsoft.AspNetCore.Mvc.Core (5)
ModelBinding\SuppressChildValidationMetadataProvider.cs (5)
21/// The <see cref="Type"/>. This <see cref="Type"/> and all assignable values will have 46/// Gets the <see cref="Type"/> for which to suppress validation of children. 60if (Type != null) 62if (Type.IsAssignableFrom(context.Key.ModelType))