protected override void DetachCore() { InnerExpression.Detach(); foreach (var binding in MemberBindings) { binding.Detach(); } }