16 references to PropertyGroupOpt
Microsoft.CodeAnalysis.VisualBasic (16)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1706
Dim propertyGroup As BoundPropertyGroup = node.
PropertyGroupOpt
Binding\Binder_Expressions.vb (1)
1151
result = New BoundPropertyAccess(typeExpr.Syntax, access.PropertySymbol, access.
PropertyGroupOpt
, access.AccessKind,
Binding\Binder_ObjectInitializer.vb (1)
743
propertyAccess = propertyAccess.Update(propertyAccess.PropertySymbol, propertyAccess.
PropertyGroupOpt
, propertyAccess.AccessKind, isWriteable:=True,
Binding\MemberSemanticModel.vb (2)
2290
Dim boundGroup As BoundPropertyGroup = node.
PropertyGroupOpt
2295
Me.Visit(node.
PropertyGroupOpt
)
BoundTree\BoundPropertyAccess.vb (6)
54
Me.
PropertyGroupOpt
,
67
Debug.Assert(Me.ReceiverOpt Is Nothing OrElse Me.
PropertyGroupOpt
Is Nothing OrElse Me.
PropertyGroupOpt
.ReceiverOpt Is Nothing)
84
PropertyGroupOpt
,
99
If
PropertyGroupOpt
IsNot Nothing Then
100
Return
PropertyGroupOpt
.ResultKind
Generated\BoundNodes.xml.Generated.vb (3)
4296
If propertySymbol IsNot Me.PropertySymbol OrElse propertyGroupOpt IsNot Me.
PropertyGroupOpt
OrElse accessKind <> Me.AccessKind OrElse isWriteable <> Me.IsWriteable OrElse isLValue <> Me.IsLValue OrElse receiverOpt IsNot Me.ReceiverOpt OrElse arguments <> Me.Arguments OrElse defaultArguments <> Me.DefaultArguments OrElse type IsNot Me.Type Then
12527
Dim propertyGroupOpt As BoundPropertyGroup = node.
PropertyGroupOpt
13796
New TreeDumperNode("propertyGroupOpt", Nothing, new TreeDumperNode() {Visit(node.
PropertyGroupOpt
, Nothing)}),
Lowering\UseTwiceRewriter.vb (2)
394
node.
PropertyGroupOpt
,
405
node.
PropertyGroupOpt
,