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