8 instantiations of TestMvcOptions
Microsoft.AspNetCore.Mvc.IntegrationTests (8)
ValidationIntegrationTests.cs (4)
1775var options = new TestMvcOptions().Value; 1831var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().Value); 1867var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().Value); 1913var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().Value);
ValidationWithRecordIntegrationTests.cs (4)
1578var options = new TestMvcOptions().Value; 1634var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().Value); 1670var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().Value); 1716var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().Value);