1 implementation of GetRawContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
1000
byte[] IStackWalk.
GetRawContext
(IStackDataFrameHandle stackDataFrameHandle, StackwalkFlag flags)
4 references to GetRawContext
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataFrame.cs (2)
49
byte[] context = stackWalk.
GetRawContext
(_dataFrame);
461
byte[] context = stackWalk.
GetRawContext
(_dataFrame);
ClrDataStackWalk.cs (1)
69
byte[] context = sw.
GetRawContext
(dataFrame);
Dbi\DacDbiImpl.cs (1)
1501
byte[] context = sw.
GetRawContext
(handleData.Current, flags);