5 writes to _watcher
Microsoft.Extensions.FileProviders.Physical (5)
PhysicalFilesWatcher.cs (5)
854
_watcher
= newWatcher;
866
_watcher
= null;
911
_watcher
= null;
949
_watcher
= null;
985
_watcher
= null;
6 references to _watcher
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
865
_watcher
.Dispose();
895
if (sender !=
_watcher
|| _cts.IsCancellationRequested)
910
_watcher
.Dispose();
943
if (sender !=
_watcher
|| _cts.IsCancellationRequested)
948
watcher =
_watcher
;
984
w =
_watcher
;