1 write to Header
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\UnwindInfo.cs (1)
25Header = target.Read<uint>(address);
3 references to Header
Microsoft.Diagnostics.DataContractReader.Contracts (3)
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)
1200if (unwindInfoData.Header is not uint headerValue)