1 implementation of GetRawContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
813
byte[] IStackWalk.
GetRawContext
(IStackDataFrameHandle stackDataFrameHandle)
3 references to GetRawContext
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataFrame.cs (2)
49
byte[] context = stackWalk.
GetRawContext
(_dataFrame);
464
byte[] context = stackWalk.
GetRawContext
(_dataFrame);
ClrDataStackWalk.cs (1)
48
byte[] context = sw.
GetRawContext
(dataFrame);