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); 535Contracts.IDebugger debugger = _target.Contracts.Debugger; 566Contracts.IDebugger debugger = _target.Contracts.Debugger; 1647*pRetVal = _target.Contracts.Debugger.GetDebuggerControlBlockAddress().Value; 1784*pRetVal = _target.Contracts.Debugger.GetAttachStateFlags(); 2204if (!_target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data)) 2233if (!_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;