10 references to Child
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (10)
ModelStateDictionaryExtensionsTest.cs (10)
32dictionary.AddModelError<TestModel>(model => model.Child.Text, "Message"); 49dictionary.AddModelError<TestModel>(model => model.Child.Value, "Message"); 123dictionary.TryAddModelException<TestModel>(model => model.Child.Text, exception); 143dictionary.AddModelError<TestModel>(model => model.Child.Text, exception, metadata); 161dictionary.TryAddModelException<TestModel>(model => model.Child.Value, exception); 181dictionary.AddModelError<TestModel>(model => model.Child.Value, exception, metadata); 253dictionary.Remove<TestModel>(model => model.Child.Text); 267dictionary.Remove<TestModel>(model => model.Child.Value); 320dictionary.RemoveAll<TestModel>(model => model.Child); 339dictionary.RemoveAll<TestModel>(model => model.Child.Value);