1 instantiation of State
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\WithExpressionRewriter.vb (1)
276Dim state As New State(containingMember, doNotUseByRefLocal, binder, preserveIdentityOfLValues, isDraftRewrite)
8 references to State
Microsoft.CodeAnalysis.VisualBasic (8)
Lowering\WithExpressionRewriter.vb (8)
92Private Function CaptureInATemp(value As BoundExpression, state As State) As BoundLocal 115Private Function CaptureInAByRefTemp(value As BoundExpression, state As State) As BoundExpression 132Private Function CaptureArrayAccess(value As BoundArrayAccess, state As State) As BoundExpression 146Private Function CaptureRValue(value As BoundExpression, state As State) As BoundExpression 178Private Function CaptureFieldAccess(value As BoundFieldAccess, state As State) As BoundExpression 195Private Function CaptureReceiver(value As BoundExpression, state As State) As BoundExpression 205Private Function CaptureExpression(value As BoundExpression, state As State) As BoundExpression 280Private Function CaptureWithExpression(value As BoundExpression, state As State) As BoundExpression