3 references to ComputeScopeSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\ARM\ARMUnwinder.cs (3)
134
uint scopeSize =
ComputeScopeSize
(unwindCodePtr, unwindCodesEndPtr, isEpilog: false);
158
uint scopeSize =
ComputeScopeSize
(unwindCodePtr + unwindIndex, unwindCodesEndPtr, isEpilog: true);
197
uint scopeSize =
ComputeScopeSize
(unwindCodePtr + unwindIndex, unwindCodesEndPtr, isEpilog: true);