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