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