5 instantiations of TestModel
Microsoft.AspNetCore.Components.Web.Tests (5)
Forms\EditFormTest.cs (5)
35EditContext = new EditContext(new TestModel()), 36Model = new TestModel() 65var model = new TestModel(); 86var editContext = new EditContext(new TestModel()) { ShouldUseFieldIdentifiers = createFieldPath }; 104var model = new TestModel();
3 references to TestModel
Microsoft.AspNetCore.Components.Web.Tests (3)
Forms\EditFormTest.cs (3)
65var model = new TestModel(); 104var model = new TestModel(); 230public TestModel Model { get; set; }