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