1 write to _hasStarted
Microsoft.AspNetCore.Watch.BrowserRefresh.Tests (1)
BrowserRefreshMiddlewareTest.cs (1)
696
_hasStarted
= true;
2 references to _hasStarted
Microsoft.AspNetCore.Watch.BrowserRefresh.Tests (2)
BrowserRefreshMiddlewareTest.cs (2)
663
public bool HasStarted =>
_hasStarted
;
684
if(
_hasStarted
)