74 references to s
System.Private.CoreLib (74)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
104if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\Char.cs (19)
198if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); } 604ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 619ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 639ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 660ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 677ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 719ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 752ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 794ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 819ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 849ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 866ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 886ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 912ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 936ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 958ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 980ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 997ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1103ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Convert.cs (3)
2647ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 2663ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 2930ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (3)
367if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 391if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 416if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (6)
1613if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1623if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1630if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1646if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1658if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1672if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
530ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
396ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Globalization\CharUnicodeInfo.cs (5)
44ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 111ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 145ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 220ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 349ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
343ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
137if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
137if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
147if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
144if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\IO\StringReader.cs (1)
20ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (9)
874ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 884ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 894ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 904ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 914ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 933ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s); 954ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s); 995ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s); 1037ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
140if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
399ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (2)
536ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 669ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (3)
93ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 260argument: (s is null) ? ExceptionArgument.s : ExceptionArgument.bytes, 273ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s, ExceptionResource.ArgumentOutOfRange_IndexCount);
src\libraries\System.Private.CoreLib\src\System\Text\UnicodeEncoding.cs (1)
113ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Text\UTF32Encoding.cs (1)
121ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Text\UTF7Encoding.cs (1)
157ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (2)
261argument: (s is null) ? ExceptionArgument.s : ExceptionArgument.bytes, 274ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s, ExceptionResource.ArgumentOutOfRange_IndexCount);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
905case ExceptionArgument.s:
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (3)
533if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 557if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 582if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
138if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
132if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
142if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
141if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }