2 references to _tokenSource
Stress.AppHost (2)
TestResource.cs (2)
74
while (await timer.WaitForNextTickAsync(
_tokenSource
.Token))
94
_tokenSource
.Cancel();