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