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