Base:
method
MapReference
Microsoft.CodeAnalysis.Emit.SymbolMatcher.MapReference(Microsoft.Cci.ITypeReference)
3 references to MapReference
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (3)
Emit\EditAndContinue\SymbolMatcherTests.vb (3)
228
Dim other = matcher.
MapReference
(member.GetCciAdapter())
260
Dim other = matcher.
MapReference
(member.GetCciAdapter())
295
Dim other = matcher.
MapReference
(DirectCast(member.Type.GetCciAdapter(), Cci.ITypeReference))