1 implementation of GetContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
309
byte[] IThread.
GetContext
(TargetPointer threadPointer, ThreadContextSource contextSource, uint contextFlags)
3 references to GetContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
934
byte[] bytes = _target.Contracts.Thread.
GetContext
(
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
1341
byte[] leafContext = _target.Contracts.Thread.
GetContext
(new TargetPointer(vmThread), ThreadContextSource.None, allFlags);
1375
byte[] context = _target.Contracts.Thread.
GetContext
(new TargetPointer(vmThread), ThreadContextSource.Debugger, allFlags);