5 writes to _watcher
Microsoft.Extensions.FileProviders.Physical (5)
PhysicalFilesWatcher.cs (5)
916
_watcher
= newWatcher;
928
_watcher
= null;
973
_watcher
= null;
1011
_watcher
= null;
1047
_watcher
= null;
6 references to _watcher
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
927
_watcher
.Dispose();
957
if (sender !=
_watcher
|| _cts.IsCancellationRequested)
972
_watcher
.Dispose();
1005
if (sender !=
_watcher
|| _cts.IsCancellationRequested)
1010
watcher =
_watcher
;
1046
w =
_watcher
;