Implemented interface member:
property
Value
Microsoft.Extensions.Options.IOptions<TOptions>.Value
1 write to Value
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
TestMvcOptions.cs (1)
19Value = new MvcOptions();
11 references to Value
Microsoft.AspNetCore.Mvc.IntegrationTests (11)
TestMvcOptions.cs (3)
21optionsSetup.Configure(Value); 35dataAnnotationOptionsSetup.Configure(Value); 47mvcJsonMvcOptionsSetup.Configure(Value);
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);