3 references to ComputeScopeSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\RISCV64\RISCV64Unwinder.cs (3)
189
scopeSize = 2 *
ComputeScopeSize
(unwindCodePtr, unwindCodesEndPtr, isEpilog: false);
221
scopeSize = 2 *
ComputeScopeSize
(unwindCodePtr + unwindIndex, unwindCodesEndPtr, isEpilog: true);
260
scopeSize = 2 *
ComputeScopeSize
(unwindCodePtr + unwindIndex, unwindCodesEndPtr, isEpilog: true);