4 writes to _rootCreationWatcher
Microsoft.Extensions.FileProviders.Physical (4)
PhysicalFilesWatcher.cs (4)
327
_rootCreationWatcher
= null;
630
_rootCreationWatcher
= null;
741
_rootCreationWatcher
= null;
766
_rootCreationWatcher
= newWatcher;
6 references to _rootCreationWatcher
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
326
_rootCreationWatcher
?.Dispose();
625
if (
_rootCreationWatcher
!= null &&
629
_rootCreationWatcher
.Dispose();
740
_rootCreationWatcher
?.Dispose();
758
if (
_rootCreationWatcher
is { } existing && !existing.Token.IsCancellationRequested)
763
_rootCreationWatcher
?.Dispose();