1 write to _options
Microsoft.Extensions.DependencyInjection (1)
DefaultServiceProviderFactory.cs (1)
31
_options
= options ?? throw new ArgumentNullException(nameof(options));
1 reference to _options
Microsoft.Extensions.DependencyInjection (1)
DefaultServiceProviderFactory.cs (1)
43
return containerBuilder.BuildServiceProvider(
_options
);