2 references to TryParseQuoteString
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
4384
if (!
TryParseQuoteString
(format.Value, format.Index, ref enquotedString, out tokenLen))
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
1333
if (!DateTimeParse.
TryParseQuoteString
(format, i, ref enquotedString, out tokenLen))