Implemented interface member:
property
HasChanged
Microsoft.Extensions.Primitives.IChangeToken.HasChanged
3 references to HasChanged
Microsoft.Extensions.FileProviders.Physical (3)
PollingFileChangeToken.cs (3)
18/// <para>By default, this change token does not raise change callbacks. Callers should watch for <see cref="HasChanged" /> to turn 60/// consumer must poll <see cref="HasChanged"/> to detect changes. 84/// instance once it sees <see cref="HasChanged" /> is true.