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