3 implementations of IsAttached
Microsoft.Extensions.Http.Diagnostics (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;
2 references to IsAttached
Microsoft.Extensions.Http.Diagnostics (2)
Logging\Internal\HttpRequestBodyReader.cs (1)
42RequestReadTimeout = debugger.IsAttached
Logging\Internal\HttpResponseBodyReader.cs (1)
39ResponseReadTimeout = debugger.IsAttached