2 references to Argument_DirectorySeparatorInvalid
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Directory.cs (1)
75
throw new ArgumentException(SR.
Argument_DirectorySeparatorInvalid
, paramName);
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (1)
45
throw new IOException(SR.
Argument_DirectorySeparatorInvalid
);