11 references to Debugger
Microsoft.Diagnostics.DataContractReader.Legacy (11)
Dbi\DacDbiImpl.cs (11)
77
*pResult = _target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
493
_target.Contracts.
Debugger
.RequestSyncAtEvent();
514
_target.Contracts.
Debugger
.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE);
535
Contracts.IDebugger debugger = _target.Contracts.
Debugger
;
566
Contracts.IDebugger debugger = _target.Contracts.
Debugger
;
1647
*pRetVal = _target.Contracts.
Debugger
.GetDebuggerControlBlockAddress().Value;
1784
*pRetVal = _target.Contracts.
Debugger
.GetAttachStateFlags();
2204
if (!_target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data))
2233
if (!_target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data))
2392
_target.Contracts.
Debugger
.EnableGCNotificationEvents(fEnable != Interop.BOOL.FALSE);
2463
*pResult = _target.Contracts.
Debugger
.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;