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