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();