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