78 references to s
System.Private.CoreLib (78)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
104if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (19)
218if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); } 671ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 686ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 706ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 727ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 744ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 786ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 819ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 861ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 886ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 916ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 933ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 953ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 979ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1003ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1025ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1047ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1064ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1170ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (3)
2518ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 2528ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 2573ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (3)
396if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 420if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 445if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\DateTime.cs (6)
1572if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1582if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1589if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1605if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1617if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1631if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
530ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
398ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CharUnicodeInfo.cs (5)
44ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 138ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 172ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 247ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 376ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
357ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
137if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
137if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
153if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
150if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StringReader.cs (1)
20ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
260ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
147ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
151ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
158ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (9)
974ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 984ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 994ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1004ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1014ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 1033ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s); 1054ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s); 1095ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s); 1137ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
140if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
401ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (2)
536ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 669ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (3)
94ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 261argument: (s is null) ? ExceptionArgument.s : ExceptionArgument.bytes, 274ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.s, ExceptionResource.ArgumentOutOfRange_IndexCount);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\UnicodeEncoding.cs (1)
113ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\UTF32Encoding.cs (1)
121ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\UTF7Encoding.cs (1)
157ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
897case ExceptionArgument.s:
src\runtime\src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (3)
564if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 588if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); 613if (s == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s);
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
139if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
132if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
148if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
147if (s is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.s); }