15 references to Throw
System.Private.CoreLib (15)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArgumentNullException.cs (3)
59Throw(paramName); 81Throw(paramName); 92Throw(paramName);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
541ArgumentNullException.Throw(argumentName);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
586ArgumentNullException.Throw(format is null ? nameof(format) : nameof(arg)); // same as base logic
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (2)
214ArgumentNullException.Throw(nameof(value)); 273ArgumentNullException.Throw(nameof(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
497ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args)); 535ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (6)
756ArgumentNullException.Throw(nameof(value)); 802ArgumentNullException.Throw(nameof(value)); 838ArgumentNullException.Throw(nameof(value)); 1412ArgumentNullException.Throw(nameof(value)); 1502ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args)); 1548ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args));