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