5 references to TryRemove
Microsoft.Extensions.Caching.Memory (2)
MemoryCache.cs (2)
787
if (entry.Key is string s ? _stringEntries.
TryRemove
(KeyValuePair.Create(s, entry))
788
: _nonStringEntries.
TryRemove
(KeyValuePair.Create(entry.Key, entry)))
Microsoft.Extensions.ServiceDiscovery (2)
Http\HttpServiceEndpointResolver.cs (1)
62
_resolvers.
TryRemove
(KeyValuePair.Create(resolver.ServiceName, resolver));
ServiceEndpointResolver.cs (1)
70
_resolvers.
TryRemove
(KeyValuePair.Create(resolver.ServiceName, resolver));
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1638
TryRemove
(keyValuePair);