12 references to CountOfUnwindCodes
Microsoft.Diagnostics.DataContractReader.Contracts (12)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (12)
115while (index < unwindInfo.CountOfUnwindCodes) 136while (index < unwindInfo.CountOfUnwindCodes) 524else if (unwindInfo.CountOfUnwindCodes != 0) 568for (uint i = 1; i < unwindInfo.CountOfUnwindCodes; i += 1) 704while (firstPushIndex < unwindInfo.Value.CountOfUnwindCodes) 716if (firstPushIndex < unwindInfo.Value.CountOfUnwindCodes) 748for (index = firstPushIndex; index < unwindInfo.Value.CountOfUnwindCodes; index++) 779if ((index < unwindInfo.Value.CountOfUnwindCodes) && 796if (index < unwindInfo.Value.CountOfUnwindCodes) 836while (index < unwindInfo.CountOfUnwindCodes) 1115if (index >= CountOfUnwindCodes) 1127uint index = CountOfUnwindCodes;