1 write to _isAttached
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2673public TestDebugger(bool isAttached) => _isAttached = isAttached;
1 reference to _isAttached
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2674public bool IsAttached => _isAttached;