4 implementations of IBoundInvalidNode
Microsoft.CodeAnalysis.VisualBasic (4)
BoundTree\Expression.vb (2)
9
Implements
IBoundInvalidNode
61
Implements
IBoundInvalidNode
BoundTree\Statement.vb (2)
51
Implements
IBoundInvalidNode
74
Implements
IBoundInvalidNode
6 references to IBoundInvalidNode
Microsoft.CodeAnalysis.VisualBasic (6)
BoundTree\Expression.vb (2)
17
Private ReadOnly Property IBoundInvalidNode_InvalidNodeChildren As ImmutableArray(Of BoundNode) Implements
IBoundInvalidNode
.InvalidNodeChildren
69
Private ReadOnly Property IBoundInvalidNode_InvalidNodeChildren As ImmutableArray(Of BoundNode) Implements
IBoundInvalidNode
.InvalidNodeChildren
BoundTree\Statement.vb (2)
58
Private ReadOnly Property IBoundInvalidNode_InvalidNodeChildren As ImmutableArray(Of BoundNode) Implements
IBoundInvalidNode
.InvalidNodeChildren
76
Private ReadOnly Property IBoundInvalidNode_InvalidNodeChildren As ImmutableArray(Of BoundNode) Implements
IBoundInvalidNode
.InvalidNodeChildren
Operations\VisualBasicOperationFactory.vb (2)
1516
Dim children = CreateFromArray(Of BoundNode, IOperation)(DirectCast(boundRaiseEventStatement,
IBoundInvalidNode
).InvalidNodeChildren)
1671
Dim children = CreateFromArray(Of BoundNode, IOperation)(DirectCast(boundNullableIsTrueOperator,
IBoundInvalidNode
).InvalidNodeChildren)