2 references to TryGetValue
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ReferenceManager.cs (2)
283if (map.TryGetValue(identity, out symbol, CompareVersionPartsSpecifiedInSource)) 288if (map.TryGetValue(identity, out symbol, (v1, v2, s) => true))