2 references to TryGetValue
Test.Utilities (2)
WellKnownTypeProvider.cs (2)
89
if (!getTypesCache.
TryGetValue
(fullyQualifiedMetadataName, out ImmutableArray<INamedTypeSymbol> val))
94
|| !getTypesCache.
TryGetValue
(fullyQualifiedMetadataName, out var addedArray) // Could fail if the type was already evicted from the cache