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