5 references to Debugger
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
1318
if (contextSource.HasFlag(ThreadContextSource.
Debugger
))
1397
ThreadContextSource.
Debugger
,
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (3)
1277
byte[] contextBytes = _target.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.
Debugger
, context.FullContextFlags);
1798
byte[] seedContext = _target.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.
Debugger
, allFlags);
2608
byte[] context = _target.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.
Debugger
, allFlags);