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."); 524UnwinderAssert(unwindInfo.Version >= 2); 539UnwinderAssert(epilogueSize != 0); 589UnwinderAssert(epilogueOffset != functionEntry.EndAddress.Value); 938UnwinderAssert(_unixAMD64ABI); 939UnwinderAssert(unwindInfo.FrameOffset == 15); 942UnwinderAssert((frameOffset & 0xF0000000) == 0); 991UnwinderAssert(false); 1080UnwinderAssert(chainCount <= UNWIND_CHAIN_LIMIT); 1173UnwinderAssert(UnwindOp != OpCodes.UWOP_SPARE_CODE); 1235UnwinderAssert(chainCount <= UNWIND_CHAIN_LIMIT, "Unwind chain limit exceeded.");