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)
31Debug.Assert(unwindInfo.Header.HasValue); 35uint funcLengthInHeader = unwindInfo.Header.Value & ((1 << 18) - 1);
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (1)
1202if (unwindInfoData.Header is not uint headerValue)