1 write to _cancellationSource
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
HotReloadClientTests.cs (1)
24
_cancellationSource
= new CancellationTokenSource();
2 references to _cancellationSource
Microsoft.Extensions.DotNetDeltaApplier.Tests (2)
HotReloadClientTests.cs (2)
28
_listenerTaskFactory = Task.Run<Task>(() => listener.Listen(
_cancellationSource
.Token));
33
_cancellationSource
.Cancel();