2 references to MAX_EPILOG_SIZE
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\ARM\ARMUnwinder.cs (2)
156
if (offsetInFunction +
MAX_EPILOG_SIZE
>= functionLength)
194
if (offsetInFunction < scopeStart +
MAX_EPILOG_SIZE
)