5 references to Argument_NullCharInPath
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (2)
33throw new ArgumentException(SR.Argument_NullCharInPath, expression); 36throw new ArgumentException(SR.Argument_NullCharInPath, directory);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.cs (1)
27throw new ArgumentException(SR.Argument_NullCharInPath, argName);
src\libraries\System.Private.CoreLib\src\System\IO\Path.Unix.cs (2)
31throw new ArgumentException(SR.Argument_NullCharInPath, nameof(path)); 45throw new ArgumentException(SR.Argument_NullCharInPath);