12 references to CountOfUnwindCodes
Microsoft.Diagnostics.DataContractReader.Contracts (12)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (12)
115while (index < unwindInfo.CountOfUnwindCodes) 136while (index < unwindInfo.CountOfUnwindCodes) 522else if (unwindInfo.CountOfUnwindCodes != 0) 566for (uint i = 1; i < unwindInfo.CountOfUnwindCodes; i += 1) 702while (firstPushIndex < unwindInfo.Value.CountOfUnwindCodes) 714if (firstPushIndex < unwindInfo.Value.CountOfUnwindCodes) 746for (index = firstPushIndex; index < unwindInfo.Value.CountOfUnwindCodes; index++) 777if ((index < unwindInfo.Value.CountOfUnwindCodes) && 794if (index < unwindInfo.Value.CountOfUnwindCodes) 834while (index < unwindInfo.CountOfUnwindCodes) 1113if (index >= CountOfUnwindCodes) 1125uint index = CountOfUnwindCodes;