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