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); 599Contracts.IDebugger debugger = _target.Contracts.Debugger; 630Contracts.IDebugger debugger = _target.Contracts.Debugger; 3011*pRetVal = _target.Contracts.Debugger.GetDebuggerControlBlockAddress().Value; 3191*pRetVal = _target.Contracts.Debugger.GetAttachStateFlags(); 3990if (!_target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data)) 4019if (!_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;