7 references to PushEvalStack
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\Optimizer.cs (7)
488PushEvalStack(node, context); 956PushEvalStack(null, ExprContext.None); 1152PushEvalStack(receiver, GetReceiverContext(receiver)); 1549PushEvalStack(binary, ExprContext.Value); 1635PushEvalStack(null, ExprContext.None); 1671PushEvalStack(new BoundDefaultExpression(node.Syntax, node.Operand.Type), ExprContext.Value); 1706PushEvalStack(null, ExprContext.None);