3 writes to failureSpanArgument
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (3)
6219
this.
failureSpanArgument
= originalDateTimeString;
6242
this.
failureSpanArgument
= failedFormatSpecifier;
6258
this.
failureSpanArgument
= failureStringArgument;
10 references to failureSpanArgument
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (10)
5309
return new FormatException(SR.Format(SR.Format_BadDatePattern, new string(result.
failureSpanArgument
)));
5311
return new FormatException(SR.Format(SR.Format_BadDateTime, new string(result.
failureSpanArgument
)));
5313
return new FormatException(SR.Format(SR.Format_BadDateTimeCalendar, new string(result.
failureSpanArgument
), result.calendar));
5315
return new FormatException(SR.Format(SR.Format_BadDayOfWeek, new string(result.
failureSpanArgument
)));
5317
return new FormatException(SR.Format(SR.Format_BadFormatSpecifier, new string(result.
failureSpanArgument
)));
5321
return new FormatException(SR.Format(SR.Format_DateOutOfRange, new string(result.
failureSpanArgument
)));
5323
return new FormatException(SR.Format(SR.Format_MissingIncompleteDate, new string(result.
failureSpanArgument
)));
5327
return new FormatException(SR.Format(SR.Format_OffsetOutOfRange, new string(result.
failureSpanArgument
)));
5331
return new FormatException(SR.Format(SR.Format_UnknownDateTimeWord, new string(result.
failureSpanArgument
), result.failureIntArgument));
5333
return new FormatException(SR.Format(SR.Format_UTCOutOfRange, new string(result.
failureSpanArgument
)));