4 writes to _expectedName
Microsoft.Extensions.FileProviders.Physical (4)
PhysicalFilesWatcher.cs (4)
930
_expectedName
= GetChildName(current, _targetDirectory);
982
_expectedName
= GetChildName(watchDir, _targetDirectory);
1027
_expectedName
= GetChildName(watchDir, _targetDirectory);
1073
_expectedName
= GetChildName(createdPath, _targetDirectory);
3 references to _expectedName
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFilesWatcher.cs (3)
973
while (Path.Combine(watchDir,
_expectedName
) is var childPath && Directory.Exists(childPath))
1009
string nextDir = Path.Combine(watchDir,
_expectedName
);
1052
if (!string.Equals(e.Name,
_expectedName
, StringComparison.OrdinalIgnoreCase))