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