1 instantiation of PendingCreationWatcher
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
625
newWatcher = new
PendingCreationWatcher
(_root);
2 references to PendingCreationWatcher
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (2)
40
private
PendingCreationWatcher
? _rootCreationWatcher;
614
PendingCreationWatcher
? newWatcher = null;