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)
348
var other = matcher.
MapReference
(member.GetCciAdapter());
379
var other = matcher.
MapReference
(member.GetCciAdapter());
411
var other = matcher.
MapReference
(member.GetCciAdapter());
445
var other = matcher.
MapReference
((Cci.ITypeReference)member.Type.GetCciAdapter());