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