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