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