1 implementation of TryAdd
Microsoft.Extensions.Options (1)
OptionsCache.cs (1)
96
public virtual bool
TryAdd
(string? name, TOptions options)
1 reference to TryAdd
DynamicSchemes (1)
Controllers\AuthController.cs (1)
41
_optionsCache.
TryAdd
(scheme, new SimpleOptions { DisplayMessage = optionsMessage });