Пример #1
0
        protected void Validate(CodeContext context)
        {
#if DEBUG
            System.Threading.Interlocked.CompareExchange <LanguageContext>(ref _lc, context.LanguageContext, null);
            Debug.Assert(_lc.Engine == null || (_lc.GetType() == context.LanguageContext.GetType()));
#endif
        }