4 references to Header
Microsoft.Diagnostics.DataContractReader.Contracts (4)
_generated\210\Microsoft_Diagnostics_DataContractReader_Data.UnwindInfo.g.cs (1)
69
_ =
Header
;
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)
1202
if (unwindInfoData.
Header
is not uint headerValue)