1 write to _targetDirectory
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
766_targetDirectory = directory;
6 references to _targetDirectory
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
769string current = _targetDirectory; 778_expectedName = GetChildName(current, _targetDirectory); 806ReadOnlySpan<char> target = _targetDirectory.AsSpan().TrimEnd(PathUtils.PathSeparators); 830_expectedName = GetChildName(watchDir, _targetDirectory); 875_expectedName = GetChildName(watchDir, _targetDirectory); 921_expectedName = GetChildName(createdPath, _targetDirectory);