11 references to UnwinderAssert
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (11)
145UnwinderAssert(unwindInfo.FrameOffset == 15, "FrameOffset should be 15 for UWOP_SET_FPREG_LARGE."); 526UnwinderAssert(unwindInfo.Version >= 2); 541UnwinderAssert(epilogueSize != 0); 591UnwinderAssert(epilogueOffset != functionEntry.EndAddress.Value); 940UnwinderAssert(_unixAMD64ABI); 941UnwinderAssert(unwindInfo.FrameOffset == 15); 944UnwinderAssert((frameOffset & 0xF0000000) == 0); 993UnwinderAssert(false); 1082UnwinderAssert(chainCount <= UNWIND_CHAIN_LIMIT); 1175UnwinderAssert(UnwindOp != OpCodes.UWOP_SPARE_CODE); 1237UnwinderAssert(chainCount <= UNWIND_CHAIN_LIMIT, "Unwind chain limit exceeded.");