Base:
method
MapReference
Microsoft.CodeAnalysis.Emit.SymbolMatcher.MapReference(Microsoft.Cci.ITypeReference)
4 references to MapReference
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Emit\EditAndContinue\SymbolMatcherTests.cs (4)
348var other = matcher.MapReference(member.GetCciAdapter()); 379var other = matcher.MapReference(member.GetCciAdapter()); 411var other = matcher.MapReference(member.GetCciAdapter()); 445var other = matcher.MapReference((Cci.ITypeReference)member.Type.GetCciAdapter());