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