6 references to MatchSpecifiedWords
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
2379
if (str.
MatchSpecifiedWords
(value.tokenString, true, ref matchStrLen))
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (5)
3393
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
3492
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
3585
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
3650
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
5730
if (
MatchSpecifiedWords
(word, false, ref matchLength))