Implemented interface members:
4 references to TryGetValue
Microsoft.CodeAnalysis (4)
PEWriter\FullMetadataWriter.cs (1)
443return _index.TryGetValue(item, out rowId);
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
263=> _dictionary.TryGetValue(key, out value);
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
225=> ReadOnlyDictionary.TryGetValue(key, out value);
Syntax\SyntaxNodeExtensions_Tracking.cs (1)
210if (!map.TryGetValue(id, out list))