1 write to Parent
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
1319
Parent
= parent;
6 references to Parent
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
440
Debug.Assert(dir.
Parent
is not null); // !IsRootDirectory
441
int idx = dir.
Parent
.FindChild(dir.Name);
447
dir.
Parent
.Children!.RemoveAt(idx);
1312
public bool IsRootDir =>
Parent
is null;
1359
if (
Parent
is not null)
1361
length =
Parent
.GetPath("", pathBuffer, fullPath).Length;