7 references to PushEvalStack
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\Optimizer.cs (7)
488PushEvalStack(node, context); 956PushEvalStack(null, ExprContext.None); 1150PushEvalStack(receiver, GetReceiverContext(receiver)); 1546PushEvalStack(binary, ExprContext.Value); 1631PushEvalStack(null, ExprContext.None); 1667PushEvalStack(new BoundDefaultExpression(node.Syntax, node.Operand.Type), ExprContext.Value); 1702PushEvalStack(null, ExprContext.None);