2 references to UnsafeTryGetValue
rzc (2)
ConcurrentLruCache.cs (2)
78if (UnsafeTryGetValue(key, out var result)) 94return UnsafeTryGetValue(key, out value);