4 references to UnderlyingMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
466Dim impls = Me.UnderlyingMethod.ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\CompilationCreationTests.vb (1)
1832Assert.Same(localC3Foo2, (DirectCast(foo2, RetargetingMethodSymbol)).UnderlyingMethod)
SymbolsTests\Retargeting\RetargetCustomModifiers.vb (1)
140Assert.Equal((DirectCast(m1, RetargetingMethodSymbol)).UnderlyingMethod.CallingConvention, m1.CallingConvention)
SymbolsTests\Retargeting\RetargetingTests.vb (1)
182CheckUnderlyingMember(a, b.UnderlyingMethod)