4 writes to _expectedName
Microsoft.Extensions.FileProviders.Physical (4)
PhysicalFilesWatcher.cs (4)
840
_expectedName
= GetChildName(current, _targetDirectory);
892
_expectedName
= GetChildName(watchDir, _targetDirectory);
937
_expectedName
= GetChildName(watchDir, _targetDirectory);
983
_expectedName
= GetChildName(createdPath, _targetDirectory);
3 references to _expectedName
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFilesWatcher.cs (3)
883
while (Path.Combine(watchDir,
_expectedName
) is var childPath && Directory.Exists(childPath))
919
string nextDir = Path.Combine(watchDir,
_expectedName
);
962
if (!string.Equals(e.Name,
_expectedName
, StringComparison.OrdinalIgnoreCase))