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