3 references to _getTypesCache
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (3)
1211if (!_getTypesCache.TryGetValue(fullyQualifiedMetadataName, out ImmutableArray<INamedTypeSymbol> val)) 1214var result = _getTypesCache.TryAdd(fullyQualifiedMetadataName, val); 1216|| !_getTypesCache.TryGetValue(fullyQualifiedMetadataName, out var addedArray) // Could fail if the type was already evicted from the cache