3 references to GetTypeFromSetMethod
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Attributes.vb (1)
466fieldOrPropType = propertySym.GetTypeFromSetMethod()
BoundTree\BoundExpressionExtensions.vb (1)
154Return DirectCast(node, BoundPropertyAccess).PropertySymbol.GetTypeFromSetMethod()
BoundTree\BoundPropertyAccess.vb (1)
114[property].GetTypeFromSetMethod(),