7 references to PushEvalStack
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\Optimizer.cs (7)
489PushEvalStack(node, context); 957PushEvalStack(null, ExprContext.None); 1141PushEvalStack(receiver, GetReceiverContext(receiver)); 1537PushEvalStack(binary, ExprContext.Value); 1622PushEvalStack(null, ExprContext.None); 1658PushEvalStack(new BoundDefaultExpression(node.Syntax, node.Operand.Type), ExprContext.Value); 1693PushEvalStack(null, ExprContext.None);