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