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