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