1 write to _tokenSource
Microsoft.Extensions.FileProviders.Physical (1)
PollingFileChangeToken.cs (1)
69_tokenSource = value;
3 references to _tokenSource
Microsoft.Extensions.FileProviders.Physical (3)
PollingFileChangeToken.cs (3)
64get => _tokenSource; 67Debug.Assert(_tokenSource == null, "We expect CancellationTokenSource to be initialized exactly once."); 70_changeToken = new CancellationChangeToken(_tokenSource.Token);