1 write to _changeToken
Microsoft.Extensions.FileProviders.Physical (1)
PollingFileChangeToken.cs (1)
70_changeToken = new CancellationChangeToken(_tokenSource.Token);
1 reference to _changeToken
Microsoft.Extensions.FileProviders.Physical (1)
PollingFileChangeToken.cs (1)
123return _changeToken!.RegisterChangeCallback(callback, state);