2 references to MatchString
System.Web.Services (2)
System\Web\Services\Protocols\PatternMatcher.cs (2)
73
((FieldInfo)memberInfo).SetValue(target, matchType == null ?
MatchString
(text) : MatchClass(text));
75
((PropertyInfo)memberInfo).SetValue(target, matchType == null ?
MatchString
(text) : MatchClass(text), new object[0]);