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