1 write to Action
Microsoft.Extensions.Options (1)
ConfigureNamedOptions.cs (1)
22
Action
= action;
2 references to Action
Microsoft.Extensions.Options (2)
ConfigureNamedOptions.cs (2)
36
/// Invokes the registered configure <see cref="
Action
"/> if the <paramref name="name"/> matches.
47
Action
?.Invoke(options);