5 references to ChildModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
ModelStateDictionaryExtensionsTest.cs (5)
140var metadata = provider.GetMetadataForProperty(typeof(ChildModel), nameof(ChildModel.Text)); 178var metadata = provider.GetMetadataForProperty(typeof(ChildModel), nameof(ChildModel.Value)); 397public ChildModel Child { get; set; }