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)
769
string current =
_targetDirectory
;
778
_expectedName = GetChildName(current,
_targetDirectory
);
806
ReadOnlySpan<char> target =
_targetDirectory
.AsSpan().TrimEnd(PathUtils.PathSeparators);
830
_expectedName = GetChildName(watchDir,
_targetDirectory
);
875
_expectedName = GetChildName(watchDir,
_targetDirectory
);
921
_expectedName = GetChildName(createdPath,
_targetDirectory
);