3 implementations of IsAttached
Shared (3)
Debugger\AttachedDebugger.cs (1)
27
public bool
IsAttached
=> true;
Debugger\DetachedDebugger.cs (1)
27
public bool
IsAttached
=> false;
Debugger\SystemDebugger.cs (1)
29
public bool
IsAttached
=> Debugger.IsAttached;