7 references to TryGetValue
Microsoft.CodeAnalysis (7)
CommandLine\AnalyzerConfigSet.cs (1)
241if (!_optionsCache.TryGetValue(sectionKey, out var result))
Compilation\Compilation.cs (4)
1203if (!getTypeCache.TryGetValue(fullyQualifiedMetadataName, out INamedTypeSymbol? val)) 1208|| !getTypeCache.TryGetValue(fullyQualifiedMetadataName, out var addedType) // Could fail if the type was already evicted from the cache 1234if (!getTypesCache.TryGetValue(fullyQualifiedMetadataName, out ImmutableArray<INamedTypeSymbol> val)) 1239|| !getTypesCache.TryGetValue(fullyQualifiedMetadataName, out var addedArray) // Could fail if the type was already evicted from the cache
Emit\DebugDocumentsBuilder.cs (1)
72if (!_normalizedPathsCache.TryGetValue(key, out normalizedPath))
MetadataReference\AssemblyIdentity.DisplayName.cs (1)
196if (!s_TryParseDisplayNameCache.TryGetValue(displayName, out var identityAndParts))