7 instantiations of BoundPropertyGroup
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Expressions.vb (2)
3129
Return New
BoundPropertyGroup
(
4766
Dim propertyGroup = New
BoundPropertyGroup
(node,
Binding\Binder_Statements.vb (2)
3929
methodOrPropertyGroup = New
BoundPropertyGroup
(collectionSyntax,
4159
methodOrPropertyGroup = New
BoundPropertyGroup
(collectionSyntax,
Binding\Binder_XmlLiterals.vb (1)
993
group = New
BoundPropertyGroup
(syntax,
Generated\BoundNodes.xml.Generated.vb (1)
2752
Dim result = New
BoundPropertyGroup
(Me.Syntax, properties, resultKind, receiverOpt, qualificationKind, Me.HasErrors)
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
614
group = New
BoundPropertyGroup
(Me.F.Syntax,
32 references to BoundPropertyGroup
Microsoft.CodeAnalysis.VisualBasic (32)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1690
Dim propertyGroup As
BoundPropertyGroup
= node.PropertyGroupOpt
2352
Public Overrides Function VisitPropertyGroup(node As
BoundPropertyGroup
) As BoundNode
Binding\Binder_Expressions.vb (3)
726
Dim group = DirectCast(argument,
BoundPropertyGroup
)
899
Dim propertyGroup = DirectCast(group,
BoundPropertyGroup
)
3764
DirectCast(defaultPropertyGroup,
BoundPropertyGroup
),
Binding\Binder_Invocation.vb (2)
696
Dim propertyGroup = DirectCast(group,
BoundPropertyGroup
)
968
Dim propertyGroup = DirectCast(group,
BoundPropertyGroup
)
Binding\Binder_Statements.vb (1)
2711
TryCast(lateInvocation.MethodOrPropertyGroupOpt,
BoundPropertyGroup
) IsNot Nothing Then
Binding\MemberSemanticModel.vb (1)
2290
Dim boundGroup As
BoundPropertyGroup
= node.PropertyGroupOpt
BoundTree\BoundExpressionExtensions.vb (1)
594
symbols.AddRange(DirectCast(node,
BoundPropertyGroup
).Properties)
BoundTree\BoundMethodOrPropertyGroup.vb (2)
27
Dim properties = DirectCast(Me,
BoundPropertyGroup
).Properties
48
Return DirectCast(Me,
BoundPropertyGroup
).Properties(0).ContainingType
BoundTree\BoundPropertyAccess.vb (1)
18
Public Sub New(syntax As SyntaxNode, propertySymbol As PropertySymbol, propertyGroupOpt As
BoundPropertyGroup
, accessKind As PropertyAccessKind, isWriteable As Boolean, receiverOpt As BoundExpression, arguments As ImmutableArray(Of BoundExpression),
BoundTree\BoundTreeVisitor.vb (1)
56
Return VisitPropertyGroup(CType(node,
BoundPropertyGroup
), arg)
Compilation\SemanticModel.vb (1)
1342
Dim propertyGroup = DirectCast(boundNodes.LowestBoundNode,
BoundPropertyGroup
)
Generated\BoundNodes.xml.Generated.vb (12)
2750
Public Function Update(properties As ImmutableArray(Of PropertySymbol), resultKind As LookupResultKind, receiverOpt As BoundExpression, qualificationKind As QualificationKind) As
BoundPropertyGroup
4192
Public Sub New(syntax As SyntaxNode, propertySymbol As PropertySymbol, propertyGroupOpt As
BoundPropertyGroup
, accessKind As PropertyAccessKind, isWriteable As Boolean, isLValue As Boolean, receiverOpt As BoundExpression, arguments As ImmutableArray(Of BoundExpression), defaultArguments As BitVector, type As TypeSymbol, Optional hasErrors As Boolean = False)
4222
Private ReadOnly _PropertyGroupOpt As
BoundPropertyGroup
4223
Public ReadOnly Property PropertyGroupOpt As
BoundPropertyGroup
4276
Public Function Update(propertySymbol As PropertySymbol, propertyGroupOpt As
BoundPropertyGroup
, accessKind As PropertyAccessKind, isWriteable As Boolean, isLValue As Boolean, receiverOpt As BoundExpression, arguments As ImmutableArray(Of BoundExpression), defaultArguments As BitVector, type As TypeSymbol) As BoundPropertyAccess
9409
Return VisitPropertyGroup(CType(node,
BoundPropertyGroup
), arg)
9865
Public Overridable Function VisitPropertyGroup(node As
BoundPropertyGroup
, arg As A) As R
10568
Public Overridable Function VisitPropertyGroup(node As
BoundPropertyGroup
) As BoundNode
11321
Public Overrides Function VisitPropertyGroup(node As
BoundPropertyGroup
) As BoundNode
12317
Public Overrides Function VisitPropertyGroup(node As
BoundPropertyGroup
) As BoundNode
12493
Dim propertyGroupOpt As
BoundPropertyGroup
= node.PropertyGroupOpt
13512
Public Overrides Function VisitPropertyGroup(node As
BoundPropertyGroup
, arg As Object) As TreeDumperNode
Lowering\AsyncRewriter\AsyncRewriter.vb (2)
602
Private Function FindPropertyAndReturnPropertyGroup(receiver As BoundExpression, type As TypeSymbol, propertyName As String) As
BoundPropertyGroup
603
Dim group As
BoundPropertyGroup
= Nothing
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
617
Public NotOverridable Overrides Function VisitPropertyGroup(node As
BoundPropertyGroup
) As BoundNode
Semantics\OverloadResolution.vb (2)
828
Dim propertyGroup = DirectCast(group,
BoundPropertyGroup
)
1000
propertyGroup As
BoundPropertyGroup
,