2 references to TryParseQuoteString
mscorlib (2)
system\globalization\datetimeparse.cs (1)
3811if (!TryParseQuoteString(format.Value, format.Index, enquotedString, out tokenLen)) {
system\globalization\timespanparse.cs (1)
1248if (!DateTimeParse.TryParseQuoteString(format, i, enquotedString, out tokenLen)) {