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