6 references to RemoveAll
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (6)
ModelStateDictionaryExtensionsTest.cs (5)
300
dictionary.
RemoveAll
<TestModel>(model => model.Text);
320
dictionary.
RemoveAll
<TestModel>(model => model.Child);
339
dictionary.
RemoveAll
<TestModel>(model => model.Child.Value);
362
dictionary.
RemoveAll
<TestModel>(model => variable);
384
dictionary.
RemoveAll
<TestModel>(model => model);
Rendering\HtmlHelperValidationSummaryTest.cs (1)
311
html.ViewData.ModelState.
RemoveAll
<ValidationModel>(m => m.Property2);