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)
883while (Path.Combine(watchDir, _expectedName) is var childPath && Directory.Exists(childPath)) 919string nextDir = Path.Combine(watchDir, _expectedName); 962if (!string.Equals(e.Name, _expectedName, StringComparison.OrdinalIgnoreCase))