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();
499
if (
_rootCreationWatcher
!= null &&
503
_rootCreationWatcher
.Dispose();
600
_rootCreationWatcher
?.Dispose();
618
if (
_rootCreationWatcher
is { } existing && !existing.Token.IsCancellationRequested)
623
_rootCreationWatcher
?.Dispose();