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