4 references to MatchLongestWords
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (4)
3464
int tempResult = str.
MatchLongestWords
(dtfi.InternalGetGenitiveMonthNames(abbreviated: true), ref maxMatchStrLen);
3476
int tempResult = str.
MatchLongestWords
(dtfi.InternalGetLeapYearMonthNames(), ref maxMatchStrLen);
3563
int tempResult = str.
MatchLongestWords
(dtfi.InternalGetGenitiveMonthNames(abbreviated: false), ref maxMatchStrLen);
3576
int tempResult = str.
MatchLongestWords
(dtfi.InternalGetLeapYearMonthNames(), ref maxMatchStrLen);