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