2 references to RetargetingAssemblyMap
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (2)
264
if (!this.
RetargetingAssemblyMap
.TryGetValue(retargetFrom, out destination))
272
this.
RetargetingAssemblyMap
[retargetFrom] = destination;