3 writes to failureSpanArgument
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (3)
6215
this.
failureSpanArgument
= originalDateTimeString;
6238
this.
failureSpanArgument
= failedFormatSpecifier;
6254
this.
failureSpanArgument
= failureStringArgument;
10 references to failureSpanArgument
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (10)
5305
return new FormatException(SR.Format(SR.Format_BadDatePattern, new string(result.
failureSpanArgument
)));
5307
return new FormatException(SR.Format(SR.Format_BadDateTime, new string(result.
failureSpanArgument
)));
5309
return new FormatException(SR.Format(SR.Format_BadDateTimeCalendar, new string(result.
failureSpanArgument
), result.calendar));
5311
return new FormatException(SR.Format(SR.Format_BadDayOfWeek, new string(result.
failureSpanArgument
)));
5313
return new FormatException(SR.Format(SR.Format_BadFormatSpecifier, new string(result.
failureSpanArgument
)));
5317
return new FormatException(SR.Format(SR.Format_DateOutOfRange, new string(result.
failureSpanArgument
)));
5319
return new FormatException(SR.Format(SR.Format_MissingIncompleteDate, new string(result.
failureSpanArgument
)));
5323
return new FormatException(SR.Format(SR.Format_OffsetOutOfRange, new string(result.
failureSpanArgument
)));
5327
return new FormatException(SR.Format(SR.Format_UnknownDateTimeWord, new string(result.
failureSpanArgument
), result.failureIntArgument));
5329
return new FormatException(SR.Format(SR.Format_UTCOutOfRange, new string(result.
failureSpanArgument
)));