4 references to TryGetValue
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
739
=> _stringAltLookup.
TryGetValue
(key, out entry);
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentDictionary.cs (2)
2385
get =>
TryGetValue
(key, out TValue? value) ? value : throw new KeyNotFoundException();
2394
TryGetValue
(key, out _);
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (1)
257
if (lookup.
TryGetValue
(source, out ulong key))