4 writes to _rootCreationWatcher
Microsoft.Extensions.FileProviders.Physical (4)
PhysicalFilesWatcher.cs (4)
319
_rootCreationWatcher
= null;
554
_rootCreationWatcher
= null;
662
_rootCreationWatcher
= null;
687
_rootCreationWatcher
= newWatcher;
6 references to _rootCreationWatcher
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
318
_rootCreationWatcher
?.Dispose();
549
if (
_rootCreationWatcher
!= null &&
553
_rootCreationWatcher
.Dispose();
661
_rootCreationWatcher
?.Dispose();
679
if (
_rootCreationWatcher
is { } existing && !existing.Token.IsCancellationRequested)
684
_rootCreationWatcher
?.Dispose();