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