7 references to MatchSpecifiedWords
mscorlib (7)
system\globalization\datetimeformatinfo.cs (2)
2833if (str.MatchSpecifiedWords(value.tokenString, true, ref matchStrLen)) { 2842if (str.MatchSpecifiedWords(value.tokenString, true, ref matchStrLen)) {
system\globalization\datetimeparse.cs (5)
3059? str.MatchSpecifiedWords(searchStr, false, ref matchStrLen) 3111? str.MatchSpecifiedWords(searchStr, false, ref matchStrLen) 3168? str.MatchSpecifiedWords(searchStr, false, ref matchStrLen) 3201? str.MatchSpecifiedWords(searchStr, false, ref matchStrLen) 4670if (MatchSpecifiedWords(word, false, ref matchLength)) {