/// <summary> /// Pushes a <see cref="GlobalCodeContext"/> to the stack. /// </summary> /// <param name="context">The context.</param> public void PushGlobalCode(GlobalCodeContext context) { Push(LocationTypes.GlobalCode, context); }