1 instantiation of State
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\WithExpressionRewriter.vb (1)
268Dim state As New State(containingMember, doNotUseByRefLocal, binder, preserveIdentityOfLValues)
8 references to State
Microsoft.CodeAnalysis.VisualBasic (8)
Lowering\WithExpressionRewriter.vb (8)
85Private Function CaptureInATemp(value As BoundExpression, state As State) As BoundLocal 108Private Function CaptureInAByRefTemp(value As BoundExpression, state As State) As BoundExpression 125Private Function CaptureArrayAccess(value As BoundArrayAccess, state As State) As BoundExpression 139Private Function CaptureRValue(value As BoundExpression, state As State) As BoundExpression 171Private Function CaptureFieldAccess(value As BoundFieldAccess, state As State) As BoundExpression 188Private Function CaptureReceiver(value As BoundExpression, state As State) As BoundExpression 198Private Function CaptureExpression(value As BoundExpression, state As State) As BoundExpression 272Private Function CaptureWithExpression(value As BoundExpression, state As State) As BoundExpression