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