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)
347var other = matcher.MapReference(member.GetCciAdapter()); 378var other = matcher.MapReference(member.GetCciAdapter()); 410var other = matcher.MapReference(member.GetCciAdapter()); 444var other = matcher.MapReference((Cci.ITypeReference)member.Type.GetCciAdapter());