7 instantiations of TestModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
Rendering\HtmlHelperTextBoxExtensionsTest.cs (7)
23helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 41helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 59helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 77helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 95helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 116var model = new TestModel 144var model = new TestModel
7 references to TestModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
Rendering\HtmlHelperTextBoxExtensionsTest.cs (7)
21var helper = DefaultTemplatesUtilities.GetHtmlHelper(new ViewDataDictionary<TestModel>(metadataProvider)); 39var helper = DefaultTemplatesUtilities.GetHtmlHelper(new ViewDataDictionary<TestModel>(metadataProvider)); 57var helper = DefaultTemplatesUtilities.GetHtmlHelper(new ViewDataDictionary<TestModel>(metadataProvider)); 75var helper = DefaultTemplatesUtilities.GetHtmlHelper(new ViewDataDictionary<TestModel>(metadataProvider)); 93var helper = DefaultTemplatesUtilities.GetHtmlHelper(new ViewDataDictionary<TestModel>(metadataProvider)); 116var model = new TestModel 144var model = new TestModel