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