2 references to SymbolMap
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (2)
446if (!destination.SymbolMap.TryGetValue(type, out result)) 474result = destination.SymbolMap.GetOrAdd(type, result1);