1 implementation of GetFrames
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
1283
IEnumerable<StackFrameData> IStackWalk.
GetFrames
(TargetPointer threadPointer)
2 references to GetFrames
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2265
foreach (Contracts.StackFrameData frame in stackwalk.
GetFrames
(new TargetPointer(vmThread)))
2301
foreach (Contracts.StackFrameData frame in stackwalk.
GetFrames
(threadPtr))