2 references to ContextualOptionsFactory
Microsoft.Extensions.Options.Contextual (2)
ContextualOptionsServiceCollectionExtensions.cs (1)
29services.TryAdd(ServiceDescriptor.Singleton(typeof(IContextualOptionsFactory<>), typeof(ContextualOptionsFactory<>)));
Internal\ContextualOptionsFactory.cs (1)
31/// Initializes a new instance of the <see cref="ContextualOptionsFactory{TOptions}"/> class.