3 references to UnderlyingProperty
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Retargeting\RetargetingPropertySymbol.vb (1)
282
Dim impls = Me.
UnderlyingProperty
.ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\Retargeting\RetargetingTests.vb (2)
187
CheckUnderlyingMember(source, DirectCast(retargeting, RetargetingPropertySymbol).
UnderlyingProperty
)
1962
Assert.True(CType(retargetingType.GetMember("TestProperty"), RetargetingPropertySymbol).
UnderlyingProperty
.ShadowsExplicitly)