Amss.Boilerplate.Persistence.Impl.Utilities.Linq.ExpressionRewriter.CheckLocked C# (CSharp) Method

CheckLocked() private method

private CheckLocked ( ) : void
return void
        private void CheckLocked()
        {
            if (this.isLocked)
            {
                throw new InvalidOperationException("You cannot alter the rewriter after Apply has been called");
            }
        }