30 references to SpillSequence
Microsoft.CodeAnalysis.VisualBasic (30)
BoundTree\BoundSpillSequence.vb (1)
30
Debug.Assert(Me.ValueOpt Is Nothing OrElse Me.ValueOpt.Kind <> BoundKind.
SpillSequence
)
Generated\BoundNodes.xml.Generated.vb (2)
8756
MyBase.New(BoundKind.
SpillSequence
, syntax, type, hasErrors OrElse statements.NonNullAndHasErrors() OrElse valueOpt.NonNullAndHasErrors())
9668
Case BoundKind.
SpillSequence
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (16)
36
If valueOpt Is Nothing OrElse valueOpt.Kind <> BoundKind.
SpillSequence
Then
85
Debug.Assert(expression.Kind = BoundKind.
SpillSequence
)
219
Debug.Assert(receiverOpt.Kind = BoundKind.
SpillSequence
)
295
Debug.Assert(left.Kind = BoundKind.
SpillSequence
)
344
Debug.Assert(rewrittenRight.Kind = BoundKind.
SpillSequence
)
388
Debug.Assert(receiverOpt.Kind = BoundKind.
SpillSequence
)
409
Debug.Assert(operand.Kind = BoundKind.
SpillSequence
)
430
Debug.Assert(operand.Kind = BoundKind.
SpillSequence
)
450
Debug.Assert(operand.Kind = BoundKind.
SpillSequence
)
474
Debug.Assert(operand.Kind = BoundKind.
SpillSequence
)
497
Debug.Assert(condition.Kind = BoundKind.
SpillSequence
)
530
Debug.Assert(expression.Kind = BoundKind.
SpillSequence
)
911
Debug.Assert(expression.Kind = BoundKind.
SpillSequence
)
926
Debug.Assert(operand.Kind = BoundKind.
SpillSequence
)
971
Debug.Assert(operand.Kind = BoundKind.
SpillSequence
)
989
Debug.Assert(expression.Kind = BoundKind.
SpillSequence
)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Spilling.vb (6)
25
Case BoundKind.
SpillSequence
175
If arg.Kind = BoundKind.
SpillSequence
Then
243
Debug.Assert(sideEffect.Kind = BoundKind.
SpillSequence
)
255
Case BoundKind.
SpillSequence
389
Case BoundKind.
SpillSequence
416
If expr.Kind = BoundKind.
SpillSequence
Then
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Statements.vb (5)
29
If expression.Kind = BoundKind.
SpillSequence
Then
53
If expression.Kind <> BoundKind.
SpillSequence
Then
64
If expression Is Nothing OrElse expression.Kind <> BoundKind.
SpillSequence
Then
68
Debug.Assert(expression.Kind = BoundKind.
SpillSequence
)
81
If condition.Kind <> BoundKind.
SpillSequence
Then