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