1 write to EndAddress
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\RuntimeFunction.cs (1)
19EndAddress = target.ReadField<uint>(address, type, nameof(EndAddress));
9 references to EndAddress
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\ExecutionManager\Helpers\RuntimeFunctionLookup.cs (2)
24if (function.EndAddress.HasValue) 25return function.EndAddress.Value - function.BeginAddress;
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (5)
60if (functionEntry.EndAddress is null) 333branchTarget >= functionEntry.EndAddress) 557epilogueOffset = functionEntry.EndAddress.Value - epilogueSize; 586epilogueOffset = functionEntry.EndAddress.Value - epilogueOffset; 589UnwinderAssert(epilogueOffset != functionEntry.EndAddress.Value);
Data\RuntimeFunction.cs (2)
18if (type.Fields.ContainsKey(nameof(EndAddress))) 19EndAddress = target.ReadField<uint>(address, type, nameof(EndAddress));