2 references to InvalidDirName
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.cs (2)
243
throw new ArgumentException(SR.Format(SR.
InvalidDirName
, value), nameof(Path));
365
throw new ArgumentException(SR.Format(SR.
InvalidDirName
, path), nameof(path));