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