9 instantiations of ValidationModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (9)
Rendering\HtmlHelperValidationSummaryTest.cs (9)
136var model = new ValidationModel(); 159var model = new ValidationModel(); 182var model = new ValidationModel(); 206var model = new ValidationModel(); 231var model = new ValidationModel(); 257var model = new ValidationModel(); 281var model = new ValidationModel(); 308var model = new ValidationModel(); 345var model = new ValidationModel();
17 references to ValidationModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (17)
Rendering\HtmlHelperValidationSummaryTest.cs (17)
136var model = new ValidationModel(); 159var model = new ValidationModel(); 182var model = new ValidationModel(); 206var model = new ValidationModel(); 231var model = new ValidationModel(); 257var model = new ValidationModel(); 281var model = new ValidationModel(); 308var model = new ValidationModel(); 311html.ViewData.ModelState.RemoveAll<ValidationModel>(m => m.Property2); 312html.ViewData.ModelState.Remove<ValidationModel>(m => m.Property3); 313html.ViewData.ModelState.Remove<ValidationModel>(m => m.Property3.OrderedProperty2); 345var model = new ValidationModel(); 671var metadata = provider.GetMetadataForProperty(typeof(ValidationModel), nameof(ValidationModel.Property3)); 675metadata = provider.GetMetadataForProperty(typeof(ValidationModel), nameof(ValidationModel.Property2)); 680metadata = provider.GetMetadataForType(typeof(ValidationModel));