1 write to Header
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\UnwindInfo.cs (1)
25
Header
= target.Read<uint>(address);
3 references to Header
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\Helpers\RuntimeFunctionLookup.cs (2)
31
Debug.Assert(unwindInfo.
Header
.HasValue);
35
uint funcLengthInHeader = unwindInfo.
Header
.Value & ((1 << 18) - 1);
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (1)
1200
if (unwindInfoData.
Header
is not uint headerValue)