Esempio n. 1
0
            private InstancePersistenceContext ReuseContext()
            {
                Fx.Assert(_executionContext != null, "ReuseContext called but there is no context.");

                _executionContext.PrepareForReuse();
                return(_executionContext);
            }