I am looking for a reproducible deadlock that occurs from the use of Cascading Constraints. I can find references online for the specific problem, but none of them has a reproducible version of the deadlock.
I am not looking for questions about why I would want to do this, or that I should use trace flags to get a deadlock graph. I got all that, I want to see the specifics of the locking that lead to this specific type of deadlock. If you can provide the specifics that allow me to write a reproduction of this deadlock, that's a good enough answer.
I can already reproduce a number of other types of deadlocks like serializable isolation and bookmarklookup deadlocks I just can't figure out a reproduction for a Cascading Constraint deadlock.