6 references to ThreadContextSource
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IThread.cs (1)
80
byte[] GetContext(TargetPointer threadPointer,
ThreadContextSource
contextSource, uint contextFlags) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\StackWalk_1.cs (1)
936
ThreadContextSource
.Debugger,
Contracts\Thread_1.cs (2)
309
byte[] IThread.GetContext(TargetPointer threadPointer,
ThreadContextSource
contextSource, uint contextFlags)
319
if (contextSource.HasFlag(
ThreadContextSource
.Debugger))
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);