4 writes to _rootCreationWatcher
Microsoft.Extensions.FileProviders.Physical (4)
PhysicalFilesWatcher.cs (4)
319
_rootCreationWatcher
= null;
554
_rootCreationWatcher
= null;
651
_rootCreationWatcher
= null;
676
_rootCreationWatcher
= newWatcher;
6 references to _rootCreationWatcher
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
318
_rootCreationWatcher
?.Dispose();
549
if (
_rootCreationWatcher
!= null &&
553
_rootCreationWatcher
.Dispose();
650
_rootCreationWatcher
?.Dispose();
668
if (
_rootCreationWatcher
is { } existing && !existing.Token.IsCancellationRequested)
673
_rootCreationWatcher
?.Dispose();