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