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