5 writes to _watcher
Microsoft.Extensions.FileProviders.Physical (5)
PhysicalFilesWatcher.cs (5)
927
_watcher
= newWatcher;
939
_watcher
= null;
984
_watcher
= null;
1022
_watcher
= null;
1058
_watcher
= null;
6 references to _watcher
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
938
_watcher
.Dispose();
968
if (sender !=
_watcher
|| _cts.IsCancellationRequested)
983
_watcher
.Dispose();
1016
if (sender !=
_watcher
|| _cts.IsCancellationRequested)
1021
watcher =
_watcher
;
1057
w =
_watcher
;