2 references to _tokenSource
CustomResources.AppHost (2)
TestResource.cs (2)
60
while (await timer.WaitForNextTickAsync(
_tokenSource
.Token))
80
_tokenSource
.Cancel();