4 writes to _rootCreationWatcher
Microsoft.Extensions.FileProviders.Physical (4)
PhysicalFilesWatcher.cs (4)
292_rootCreationWatcher = null; 504_rootCreationWatcher = null; 601_rootCreationWatcher = null; 626_rootCreationWatcher = newWatcher;
6 references to _rootCreationWatcher
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
291_rootCreationWatcher?.Dispose(); 499if (_rootCreationWatcher != null && 503_rootCreationWatcher.Dispose(); 600_rootCreationWatcher?.Dispose(); 618if (_rootCreationWatcher is { } existing && !existing.Token.IsCancellationRequested) 623_rootCreationWatcher?.Dispose();