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)
396
var other = matcher.
MapReference
(member.GetCciAdapter());
436
var other = matcher.
MapReference
(member.GetCciAdapter());
477
var other = matcher.
MapReference
(member.GetCciAdapter());
520
var other = matcher.
MapReference
((Cci.ITypeReference)member.Type.GetCciAdapter());