1 write to Action
Microsoft.Extensions.Options (1)
ConfigureNamedOptions.cs (1)
139
Action
= action;
2 references to Action
Microsoft.Extensions.Options (2)
ConfigureNamedOptions.cs (2)
165
/// Invokes the registered configure <see cref="
Action
"/> if the <paramref name="name"/> matches.
176
Action
?.Invoke(options, Dependency1, Dependency2);