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