11 references to Declarations
Microsoft.CodeAnalysis.VisualBasic (11)
Generated\BoundNodes.xml.Generated.vb (4)
3645
If binderOpt IsNot Me.BinderOpt OrElse declarations <> Me.
Declarations
OrElse arguments <> Me.Arguments OrElse type IsNot Me.Type Then
11433
Me.VisitList(node.
Declarations
)
12444
Dim declarations As ImmutableArray(Of BoundAnonymousTypePropertyAccess) = Me.VisitList(node.
Declarations
)
13686
New TreeDumperNode("declarations", Nothing, From x In node.
Declarations
Select Visit(x, Nothing)),
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
69
Debug.Assert(node.
Declarations
.All(Function(d) d.Kind = BoundKind.AnonymousTypePropertyAccess))
Operations\VisualBasicOperationFactory_Methods.vb (6)
312
Debug.Assert(expression.Arguments.Length >= expression.
Declarations
.Length)
327
If currentDeclarationIndex >= expression.
Declarations
.Length OrElse
328
i <> expression.
Declarations
(currentDeclarationIndex).PropertyIndex Then
341
Debug.Assert(i = expression.
Declarations
(currentDeclarationIndex).PropertyIndex)
342
target = CreateBoundAnonymousTypePropertyAccessOperation(expression.
Declarations
(currentDeclarationIndex), [property])
355
Debug.Assert(currentDeclarationIndex = expression.
Declarations
.Length)