3 references to GetChainedEntryAddress
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (3)
736functionEntry = _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(unwindInfo.Value.GetChainedEntryAddress()); 1062functionEntry = _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(unwindInfo.GetChainedEntryAddress()); 1227functionEntry = _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(unwindInfo.Value.GetChainedEntryAddress());