3 writes to failureSpanArgument
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (3)
6116
this.
failureSpanArgument
= originalDateTimeString;
6139
this.
failureSpanArgument
= failedFormatSpecifier;
6155
this.
failureSpanArgument
= failureStringArgument;
10 references to failureSpanArgument
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (10)
5204
return new FormatException(SR.Format(SR.Format_BadDatePattern, new string(result.
failureSpanArgument
)));
5206
return new FormatException(SR.Format(SR.Format_BadDateTime, new string(result.
failureSpanArgument
)));
5208
return new FormatException(SR.Format(SR.Format_BadDateTimeCalendar, new string(result.
failureSpanArgument
), result.calendar));
5210
return new FormatException(SR.Format(SR.Format_BadDayOfWeek, new string(result.
failureSpanArgument
)));
5212
return new FormatException(SR.Format(SR.Format_BadFormatSpecifier, new string(result.
failureSpanArgument
)));
5216
return new FormatException(SR.Format(SR.Format_DateOutOfRange, new string(result.
failureSpanArgument
)));
5218
return new FormatException(SR.Format(SR.Format_MissingIncompleteDate, new string(result.
failureSpanArgument
)));
5222
return new FormatException(SR.Format(SR.Format_OffsetOutOfRange, new string(result.
failureSpanArgument
)));
5226
return new FormatException(SR.Format(SR.Format_UnknownDateTimeWord, new string(result.
failureSpanArgument
), result.failureIntArgument));
5228
return new FormatException(SR.Format(SR.Format_UTCOutOfRange, new string(result.
failureSpanArgument
)));