1 write to _tokenSource
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\HotReloadService.cs (1)
39var current = Interlocked.Exchange(ref _tokenSource, new CancellationTokenSource());
2 references to _tokenSource
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\HotReloadService.cs (2)
25public IChangeToken GetChangeToken() => new CancellationChangeToken(_tokenSource.Token); 47_tokenSource.Dispose();