4 references to TryAddModelException
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
ModelStateDictionaryExtensionsTest.cs (4)
85dictionary.TryAddModelException<TestModel>(model => model.Text, exception); 123dictionary.TryAddModelException<TestModel>(model => model.Child.Text, exception); 161dictionary.TryAddModelException<TestModel>(model => model.Child.Value, exception); 200dictionary.TryAddModelException<TestModel>(model => variable, exception);