5 writes to _watcher
Microsoft.Extensions.FileProviders.Physical (5)
PhysicalFilesWatcher.cs (5)
1006
_watcher
= newWatcher;
1018
_watcher
= null;
1063
_watcher
= null;
1101
_watcher
= null;
1137
_watcher
= null;
6 references to _watcher
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
1017
_watcher
.Dispose();
1047
if (sender !=
_watcher
|| _cts.IsCancellationRequested)
1062
_watcher
.Dispose();
1095
if (sender !=
_watcher
|| _cts.IsCancellationRequested)
1100
watcher =
_watcher
;
1136
w =
_watcher
;