4 references to UnsafeTryGetValue
Microsoft.VisualStudio.LanguageServices (4)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs (4)
169return UnsafeTryGetValue(key, out value); 195if (UnsafeTryGetValue(key, out var result)) 211if (UnsafeTryGetValue(key, out var result)) 228if (UnsafeTryGetValue(key, out var result))