1 implementation of IsAttached
Microsoft.AspNetCore.Http (1)
Internal\IDebugger.cs (1)
19
public bool
IsAttached
=> Debugger.IsAttached;
2 references to IsAttached
Microsoft.AspNetCore.Http (2)
Builder\ApplicationBuilder.cs (2)
52
if (_debugger.
IsAttached
)
65
if (_debugger.
IsAttached
)