3 references to ComputeScopeSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\ARM64\ARM64Unwinder.cs (3)
238scopeSize = ComputeScopeSize(unwindCodePtr, unwindCodesEndPtr, isEpilog: false); 270scopeSize = ComputeScopeSize(unwindCodePtr + unwindIndex, unwindCodesEndPtr, isEpilog: true); 309scopeSize = ComputeScopeSize(unwindCodePtr + unwindIndex, unwindCodesEndPtr, isEpilog: true);