Implemented interface member:
property
ActiveChangeCallbacks
Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks
1 write to ActiveChangeCallbacks
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
185pollingChangeToken.ActiveChangeCallbacks = true;
6 references to ActiveChangeCallbacks
Microsoft.Extensions.FileProviders.Physical (6)
PollingFileChangeToken.cs (6)
20/// When <see cref="ActiveChangeCallbacks"/> is <see langword="true"/>, callbacks registered via 114/// Registers a callback that will be invoked when the token changes, if <see cref="ActiveChangeCallbacks"/> is <see langword="true"/>. 115/// If <see cref="ActiveChangeCallbacks"/> is <see langword="false"/>, no callback is registered and an empty disposable is returned. 117/// <param name="callback">The callback to invoke. This parameter is ignored when <see cref="ActiveChangeCallbacks"/> is <see langword="false"/>.</param> 118/// <param name="state">The state to pass to <paramref name="callback"/>. This parameter is ignored when <see cref="ActiveChangeCallbacks"/> is <see langword="false"/>.</param> 122if (!ActiveChangeCallbacks)