7 references to GroupPlaceholderOpt
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\BoundNodes.xml.Generated.vb (4)
7449
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
11815
Me.Visit(node.
GroupPlaceholderOpt
)
12871
Dim groupPlaceholderOpt As BoundRValuePlaceholder = DirectCast(Me.Visit(node.
GroupPlaceholderOpt
), BoundRValuePlaceholder)
14277
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
)