6 references to GetMostDerivedGetMethod
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Expressions.vb (2)
1257
Dim getMethod = propertySymbol.
GetMostDerivedGetMethod
()
1363
Dim getMethod = propertyAccess.PropertySymbol.
GetMostDerivedGetMethod
()
Binding\Binder_Statements.vb (1)
4224
Not prop.
GetMostDerivedGetMethod
().IsGenericMethod AndAlso
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
432
Dim getMethod As MethodSymbol = [property].
GetMostDerivedGetMethod
()
Lowering\LocalRewriter\LocalRewriter_PropertyAccess.vb (1)
41
Dim getMethod = [property].
GetMostDerivedGetMethod
()
Symbols\PropertySymbol.vb (1)
122
Return Me.
GetMostDerivedGetMethod
() IsNot Nothing