22 references to Argument_InvalidCharSequenceNoIndex
System.Private.CoreLib (22)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.Nls.cs (1)
124
(unicode ? SR.
Argument_InvalidCharSequenceNoIndex
: SR.Argument_IdnBadPunycode),
src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Icu.cs (6)
41
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, nameof(source));
84
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, nameof(strInput));
111
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, nameof(strInput));
155
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, nameof(source));
194
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, nameof(source));
210
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, paramName);
src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Nls.cs (4)
95
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, nameof(strInput));
154
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, nameof(source));
191
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, nameof(source));
213
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, inputName);
src\libraries\System.Private.CoreLib\src\System\Text\DecoderFallback.cs (7)
127
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
);
134
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
);
150
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
);
182
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
);
189
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
);
199
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
);
241
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
);
src\libraries\System.Private.CoreLib\src\System\Text\DecoderReplacementFallback.cs (1)
59
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, nameof(replacement));
src\libraries\System.Private.CoreLib\src\System\Text\EncoderFallback.cs (1)
285
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
);
src\libraries\System.Private.CoreLib\src\System\Text\EncoderReplacementFallback.cs (1)
59
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
, nameof(replacement));
src\libraries\System.Private.CoreLib\src\System\Text\UTF7Encoding.cs (1)
905
throw new ArgumentException(SR.
Argument_InvalidCharSequenceNoIndex
);