3 references to UNWIND_CHAIN_LIMIT
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (3)
730if (chainCount > UNWIND_CHAIN_LIMIT) 1080UnwinderAssert(chainCount <= UNWIND_CHAIN_LIMIT); 1235UnwinderAssert(chainCount <= UNWIND_CHAIN_LIMIT, "Unwind chain limit exceeded.");