1 write to _targetDirectory
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
839
_targetDirectory
= directory;
6 references to _targetDirectory
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
842
string current =
_targetDirectory
;
851
_expectedName = GetChildName(current,
_targetDirectory
);
879
ReadOnlySpan<char> target =
_targetDirectory
.AsSpan().TrimEnd(PathUtils.PathSeparators);
903
_expectedName = GetChildName(watchDir,
_targetDirectory
);
948
_expectedName = GetChildName(watchDir,
_targetDirectory
);
994
_expectedName = GetChildName(createdPath,
_targetDirectory
);