Base:
method
MapReference
Microsoft.CodeAnalysis.Emit.SymbolMatcher.MapReference(Microsoft.Cci.ITypeReference)
4 references to MapReference
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Emit\EditAndContinue\SymbolMatcherTests.cs (4)
396var other = matcher.MapReference(member.GetCciAdapter()); 436var other = matcher.MapReference(member.GetCciAdapter()); 477var other = matcher.MapReference(member.GetCciAdapter()); 520var other = matcher.MapReference((Cci.ITypeReference)member.Type.GetCciAdapter());