5 references to Debugger
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
1314
if (contextSource.HasFlag(ThreadContextSource.
Debugger
))
1393
ThreadContextSource.
Debugger
,
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (3)
1215
byte[] contextBytes = _target.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.
Debugger
, context.FullContextFlags);
1720
byte[] seedContext = _target.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.
Debugger
, allFlags);
2519
byte[] context = _target.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.
Debugger
, allFlags);