1 write to matchType
System.Web.Services (1)
System\Web\Services\Protocols\PatternMatcher.cs (1)
199
member.
matchType
= MatchType.Reflect(memberType);
5 references to matchType
System.Web.Services (5)
System\Web\Services\Protocols\PatternMatcher.cs (5)
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]);
124
matches.Add(
matchType
.Match(text.Substring(c.Index, c.Length)));
129
return matches.ToArray(
matchType
.Type);
140
return
matchType
.Match(text.Substring(c.Index, c.Length));