5 writes to _context
Microsoft.CodeAnalysis.VisualBasic (5)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (5)
120
Me.
_context
= context
127
_context
= prevContext
224
Me.
_context
= prevContext
746
Me.
_context
= ExprContext.Value
748
Me.
_context
= oldContext
15 references to _context
Microsoft.CodeAnalysis.VisualBasic (15)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (15)
118
Dim prevContext As ExprContext = Me.
_context
214
Dim prevContext As ExprContext = Me.
_context
331
If Me.
_context
= ExprContext.Sideeffects Then
358
Dim origContext As ExprContext = Me.
_context
488
Select Case Me.
_context
551
Debug.Assert(Me.
_context
<> ExprContext.AssignmentTarget, "assignment expression cannot be a target of another assignment")
560
If Me.
_context
= ExprContext.Address Then
565
Debug.Assert(Me.
_context
= ExprContext.Value OrElse
566
Me.
_context
= ExprContext.Box OrElse
567
Me.
_context
= ExprContext.Sideeffects, "assignment expression cannot be a target of another assignment")
745
Dim oldContext = Me.
_context
767
(
_context
= ExprContext.AssignmentTarget OrElse
768
_context
= ExprContext.Address OrElse
890
Dim valueTypeReceiver = DirectCast(Me.VisitExpression(node.ValueTypeReceiver, Me.
_context
), BoundExpression)
895
Dim referenceTypeReceiver = DirectCast(Me.VisitExpression(node.ReferenceTypeReceiver, Me.
_context
), BoundExpression)