1 instantiation of PollingWildCardChangeToken
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
226
var pollingChangeToken = new
PollingWildCardChangeToken
(_root, pattern);
2 references to PollingWildCardChangeToken
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (1)
226
var
pollingChangeToken = new PollingWildCardChangeToken(_root, pattern);
PollingWildCardChangeToken.cs (1)
35
/// Initializes a new instance of <see cref="
PollingWildCardChangeToken
"/>.