1 write to _tokenSource
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
77_tokenSource = value;
3 references to _tokenSource
Microsoft.Extensions.FileProviders.Physical (3)
PollingWildCardChangeToken.cs (3)
72get => _tokenSource; 75Debug.Assert(_tokenSource == null, "We expect CancellationTokenSource to be initialized exactly once."); 78_changeToken = new CancellationChangeToken(_tokenSource.Token);