5 references to Declarations
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\BoundNodes.xml.Generated.vb (4)
3654
If binderOpt IsNot Me.BinderOpt OrElse declarations <> Me.
Declarations
OrElse arguments <> Me.Arguments OrElse type IsNot Me.Type Then
11442
Me.VisitList(node.
Declarations
)
12453
Dim declarations As ImmutableArray(Of BoundAnonymousTypePropertyAccess) = Me.VisitList(node.
Declarations
)
13695
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))