5 references to BoundPropertyAccess
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Expressions.vb (1)
1130result = New BoundPropertyAccess(typeExpr.Syntax, access.PropertySymbol, access.PropertyGroupOpt, access.AccessKind,
BoundTree\BoundPropertyAccess.vb (1)
20Me.New(
Generated\BoundNodes.xml.Generated.vb (1)
4278Dim result = New BoundPropertyAccess(Me.Syntax, propertySymbol, propertyGroupOpt, accessKind, isWriteable, isLValue, receiverOpt, arguments, defaultArguments, type, Me.HasErrors)
Lowering\LocalRewriter\LocalRewriter_Query.vb (1)
139getCallOrPropertyAccess = New BoundPropertyAccess(syntax,
Operations\VisualBasicOperationFactory_QueryLambdaRewriter.vb (1)
63expression = New BoundPropertyAccess(node.Syntax, access.PropertySymbol, access.PropertyGroupOpt, access.AccessKind,