9 references to GroupPlaceholderOpt
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\BoundNodes.xml.Generated.vb (4)
7439If capturedGroupOpt IsNot Me.CapturedGroupOpt OrElse groupPlaceholderOpt IsNot Me.GroupPlaceholderOpt OrElse underlyingExpression IsNot Me.UnderlyingExpression OrElse rangeVariables <> Me.RangeVariables OrElse compoundVariableType IsNot Me.CompoundVariableType OrElse binders <> Me.Binders OrElse type IsNot Me.Type Then 11797Me.Visit(node.GroupPlaceholderOpt) 12853Dim groupPlaceholderOpt As BoundRValuePlaceholder = DirectCast(Me.Visit(node.GroupPlaceholderOpt), BoundRValuePlaceholder) 14256New TreeDumperNode("groupPlaceholderOpt", Nothing, new TreeDumperNode() {Visit(node.GroupPlaceholderOpt, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_Query.vb (3)
235Debug.Assert(node.GroupPlaceholderOpt IsNot Nothing) 238AddPlaceholderReplacement(node.GroupPlaceholderOpt, 252RemovePlaceholderReplacement(node.GroupPlaceholderOpt)
Operations\VisualBasicOperationFactory.vb (2)
1638Debug.Assert(boundAggregateClause.GroupPlaceholderOpt IsNot Nothing) 1639RecordParent(boundAggregateClause.GroupPlaceholderOpt, boundAggregateClause)