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