7 references to PushEvalStack
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\Optimizer.cs (7)
488PushEvalStack(node, context); 956PushEvalStack(null, ExprContext.None); 1140PushEvalStack(receiver, GetReceiverContext(receiver)); 1536PushEvalStack(binary, ExprContext.Value); 1621PushEvalStack(null, ExprContext.None); 1657PushEvalStack(new BoundDefaultExpression(node.Syntax, node.Operand.Type), ExprContext.Value); 1692PushEvalStack(null, ExprContext.None);