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