7 references to GroupPlaceholderOpt
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\BoundNodes.xml.Generated.vb (4)
7465
If 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
11831
Me.Visit(node.
GroupPlaceholderOpt
)
12887
Dim groupPlaceholderOpt As BoundRValuePlaceholder = DirectCast(Me.Visit(node.
GroupPlaceholderOpt
), BoundRValuePlaceholder)
14293
New TreeDumperNode("groupPlaceholderOpt", Nothing, new TreeDumperNode() {Visit(node.
GroupPlaceholderOpt
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_Query.vb (3)
235
Debug.Assert(node.
GroupPlaceholderOpt
IsNot Nothing)
238
AddPlaceholderReplacement(node.
GroupPlaceholderOpt
,
252
RemovePlaceholderReplacement(node.
GroupPlaceholderOpt
)