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