1 write to _targetDirectory
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
918_targetDirectory = directory;
6 references to _targetDirectory
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
921string current = _targetDirectory; 930_expectedName = GetChildName(current, _targetDirectory); 958ReadOnlySpan<char> target = _targetDirectory.AsSpan().TrimEnd(PathUtils.PathSeparators); 982_expectedName = GetChildName(watchDir, _targetDirectory); 1027_expectedName = GetChildName(watchDir, _targetDirectory); 1073_expectedName = GetChildName(createdPath, _targetDirectory);