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