Example #1
0
        private void zCleanup()
        {
            m_ElementSetVariableListCache.Clear();

            while (m_CurrentScope != null)
            {
                zRemoveCurrentScope();
            }

            if (m_ExecutionStack != null)
            {
                m_ExecutionStack.Reset();
                m_ExecutionStack.BranchEnded -= m_ExecutionStack_BranchEnded;
                m_ExecutionStack              = null;
            }
        }