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