17 references to ThrowHelper
System.Text.Encodings.Web (17)
System\Text\Encodings\Web\DefaultHtmlEncoder.cs (1)
21
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.settings);
System\Text\Encodings\Web\DefaultJavaScriptEncoder.cs (1)
25
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.settings);
System\Text\Encodings\Web\DefaultUrlEncoder.cs (1)
19
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.settings);
System\Text\Encodings\Web\TextEncoder.cs (5)
133
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.value);
208
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.output);
212
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.value);
243
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.output);
247
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.value);
System\Text\Encodings\Web\TextEncoderSettings.cs (9)
31
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.other);
45
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.allowedRanges);
66
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.characters);
82
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.codePoints);
102
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.range);
122
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.ranges);
154
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.characters);
170
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.range);
190
ThrowHelper
.ThrowArgumentNullException(ExceptionArgument.ranges);