7 references to GroupPlaceholderOpt
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\BoundNodes.xml.Generated.vb (4)
7465If 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 11831Me.Visit(node.GroupPlaceholderOpt) 12887Dim groupPlaceholderOpt As BoundRValuePlaceholder = DirectCast(Me.Visit(node.GroupPlaceholderOpt), BoundRValuePlaceholder) 14293New 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)