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