15 references to Throw
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\ArgumentNullException.cs (3)
59Throw(paramName); 80Throw(paramName); 91Throw(paramName);
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
541ArgumentNullException.Throw(argumentName);
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
559ArgumentNullException.Throw(format is null ? nameof(format) : nameof(arg)); // same as base logic
src\libraries\System.Private.CoreLib\src\System\String.cs (2)
212ArgumentNullException.Throw(nameof(value)); 271ArgumentNullException.Throw(nameof(value));
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
478ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args)); 518ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args));
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (6)
731ArgumentNullException.Throw(nameof(value)); 777ArgumentNullException.Throw(nameof(value)); 813ArgumentNullException.Throw(nameof(value)); 1358ArgumentNullException.Throw(nameof(value)); 1450ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args)); 1498ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args));