1 write to failureIntArgument
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
6161this.failureIntArgument = failureIntArgument;
3 references to failureIntArgument
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (3)
5214return new FormatException(SR.Format(SR.Format_BadQuote, (char)result.failureIntArgument)); 5224return new FormatException(SR.Format(SR.Format_RepeatDateTimePattern, (char)result.failureIntArgument)); 5226return new FormatException(SR.Format(SR.Format_UnknownDateTimeWord, new string(result.failureSpanArgument), result.failureIntArgument));