1 implementation of TryAdd
Microsoft.Extensions.Options (1)
OptionsCache.cs (1)
96public 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 });