1 instantiation of DebuggerData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Debugger\Debugger_1.cs (1)
48data = new DebuggerData(debugger.LeftSideInitialized != 0);
3 references to DebuggerData
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IDebugger.cs (1)
21bool TryGetDebuggerData(out DebuggerData data) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Debugger\Debugger_1.cs (1)
41bool IDebugger.TryGetDebuggerData(out DebuggerData data)
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
86*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;