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