2 references to TryGetValue
Microsoft.CodeAnalysis (1)
InternalUtilities\ConcurrentLruCache.cs (1)
147if (TryGetValue(key, out var value))
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\MetadataCache.cs (1)
62if (fileKey.HasValue && _metadataCache.TryGetValue(fileKey.Value, out metadata) && metadata != null)