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