5 references to GetMostDerivedSetMethod
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Attributes.vb (1)
630
Dim setMethod = propSym.
GetMostDerivedSetMethod
()
Binding\Binder_Statements.vb (1)
1915
Dim setMethod = propertySymbol.
GetMostDerivedSetMethod
()
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
210
Dim setMethod = [property].
GetMostDerivedSetMethod
()
Symbols\PropertySymbol.vb (2)
140
Return Me.
GetMostDerivedSetMethod
() IsNot Nothing
155
Dim mostDerivedSet As MethodSymbol = Me.
GetMostDerivedSetMethod
()