1 implementation of TryRemove
Microsoft.Extensions.Options (1)
OptionsCache.cs (1)
112
public virtual bool
TryRemove
(string? name) =>
3 references to TryRemove
DynamicSchemes (2)
Controllers\AuthController.cs (2)
26
_optionsCache.
TryRemove
(scheme);
39
_optionsCache.
TryRemove
(scheme);
Microsoft.Extensions.Options (1)
OptionsMonitor.cs (1)
67
_cache.
TryRemove
(name);