4 writes to _directory
System.IO.FileSystem.Watcher (4)
System\IO\FileSystemWatcher.cs (4)
78_directory = string.Empty; 88_directory = path; 100_directory = path; 262_directory = value;
10 references to _directory
System.IO.FileSystem.Watcher (10)
System\IO\FileSystemWatcher.cs (9)
249return _directory; 254if (!string.Equals(_directory, value, PathInternal.StringComparison)) 415new InternalBufferOverflowException(SR.Format(SR.FSW_BufferOverflow, _directory)))); 428OnRenamed(new RenamedEventArgs(action, _directory, name.IsEmpty ? null : name.ToString(), oldName.IsEmpty ? null : oldName.ToString())); 455if (handler != null && MatchPattern(name.IsEmpty ? _directory : name)) 457InvokeOn(new FileSystemEventArgs(changeType, _directory, name.IsEmpty ? null : name.ToString()), handler); 468if (handler != null && MatchPattern(string.IsNullOrEmpty(name) ? _directory : name)) 470InvokeOn(new FileSystemEventArgs(changeType, _directory, name), handler); 685if (_directory.Length != 0 && _enabled)
System\IO\FileSystemWatcher.Linux.cs (1)
65this, handle, _directory,