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)
560ArgumentNullException.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)
476ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args)); 514ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args));
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (6)
741ArgumentNullException.Throw(nameof(value)); 787ArgumentNullException.Throw(nameof(value)); 823ArgumentNullException.Throw(nameof(value)); 1397ArgumentNullException.Throw(nameof(value)); 1487ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args)); 1533ArgumentNullException.Throw(format is null ? nameof(format) : nameof(args));