2 writes to _lastError
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (2)
408
_lastError
= error;
464
_lastError
= null;
2 references to _lastError
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (2)
398
if (
_lastError
is not null && IsSameError(
_lastError
, error))