1 write to _targetDirectory
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
828_targetDirectory = directory;
6 references to _targetDirectory
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
831string current = _targetDirectory; 840_expectedName = GetChildName(current, _targetDirectory); 868ReadOnlySpan<char> target = _targetDirectory.AsSpan().TrimEnd(PathUtils.PathSeparators); 892_expectedName = GetChildName(watchDir, _targetDirectory); 937_expectedName = GetChildName(watchDir, _targetDirectory); 983_expectedName = GetChildName(createdPath, _targetDirectory);