4 references to TryGetValue
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ReferenceManager.cs (2)
284
if (map.
TryGetValue
(identity, out symbol, CompareVersionPartsSpecifiedInSource))
289
if (map.
TryGetValue
(identity, out symbol, (v1, v2, s) => true))
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\ReferenceManager.vb (2)
241
If map.
TryGetValue
(identity, symbol, AddressOf CompareVersionPartsSpecifiedInSource) Then
245
If map.
TryGetValue
(identity, symbol, Function(v1, v2, s) True) Then