10 references to MvcCoreMvcOptionsSetup
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (1)
1087
var setup = new
MvcCoreMvcOptionsSetup
(new TestHttpRequestStreamReaderFactory());
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (1)
1249
var setup = new
MvcCoreMvcOptionsSetup
(new TestHttpRequestStreamReaderFactory());
ModelBinding\Binders\HeaderModelBinderTests.cs (1)
338
var setup = new
MvcCoreMvcOptionsSetup
(new TestHttpRequestStreamReaderFactory());
ModelBinding\Validation\DefaultObjectValidatorTests.cs (1)
1197
var optionsSetup = new
MvcCoreMvcOptionsSetup
(Mock.Of<IHttpRequestStreamReaderFactory>());
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
TestModelBinderFactory.cs (1)
63
new
MvcCoreMvcOptionsSetup
(new TestHttpRequestStreamReaderFactory()).Configure(options.Value);
Microsoft.AspNetCore.Mvc.IntegrationTests (5)
BindingSourceMetadataProviderIntegrationTest.cs (2)
20
var setup = new
MvcCoreMvcOptionsSetup
(new TestHttpRequestStreamReaderFactory());
74
var setup = new
MvcCoreMvcOptionsSetup
(new TestHttpRequestStreamReaderFactory());
ExcludeBindingMetadataProviderIntegrationTest.cs (2)
19
var setup = new
MvcCoreMvcOptionsSetup
(new TestHttpRequestStreamReaderFactory());
70
var setup = new
MvcCoreMvcOptionsSetup
(new TestHttpRequestStreamReaderFactory());
TestMvcOptions.cs (1)
20
var optionsSetup = new
MvcCoreMvcOptionsSetup
(new TestHttpRequestStreamReaderFactory());