Implemented interface member:
property
Value
Microsoft.Extensions.Options.IOptions<TOptions>.Value
1 write to Value
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
TestMvcOptions.cs (1)
19
Value
= new MvcOptions();
11 references to Value
Microsoft.AspNetCore.Mvc.IntegrationTests (11)
TestMvcOptions.cs (3)
21
optionsSetup.Configure(
Value
);
35
dataAnnotationOptionsSetup.Configure(
Value
);
47
mvcJsonMvcOptionsSetup.Configure(
Value
);
ValidationIntegrationTests.cs (4)
1775
var options = new TestMvcOptions().
Value
;
1831
var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().
Value
);
1867
var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().
Value
);
1913
var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().
Value
);
ValidationWithRecordIntegrationTests.cs (4)
1578
var options = new TestMvcOptions().
Value
;
1634
var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().
Value
);
1670
var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().
Value
);
1716
var parameterBinder = ModelBindingTestHelper.GetParameterBinder(new TestMvcOptions().
Value
);