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)
43return containerBuilder.BuildServiceProvider(_options);