4 references to Debugger
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
1163
if (contextSource.HasFlag(ThreadContextSource.
Debugger
))
1242
ThreadContextSource.
Debugger
,
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
1403
byte[] seedContext = _target.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.
Debugger
, allFlags);
1949
byte[] context = _target.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.
Debugger
, allFlags);