11 references to Debugger
Microsoft.Diagnostics.DataContractReader.Legacy (11)
Dbi\DacDbiImpl.cs (11)
84
*pResult = _target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
557
_target.Contracts.
Debugger
.RequestSyncAtEvent();
578
_target.Contracts.
Debugger
.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE);
599
Contracts.IDebugger debugger = _target.Contracts.
Debugger
;
630
Contracts.IDebugger debugger = _target.Contracts.
Debugger
;
3011
*pRetVal = _target.Contracts.
Debugger
.GetDebuggerControlBlockAddress().Value;
3191
*pRetVal = _target.Contracts.
Debugger
.GetAttachStateFlags();
3990
if (!_target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data))
4019
if (!_target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data))
4178
_target.Contracts.
Debugger
.EnableGCNotificationEvents(fEnable != Interop.BOOL.FALSE);
4371
*pResult = _target.Contracts.
Debugger
.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;