1 instantiation of MatchType
System.Web.Services (1)
System\Web\Services\Protocols\PatternMatcher.cs (1)
42MatchType matchType = new MatchType();
6 references to MatchType
System.Web.Services (6)
System\Web\Services\Protocols\PatternMatcher.cs (6)
14MatchType matchType; 21matchType = MatchType.Reflect(type); 41internal static MatchType Reflect(Type type) { 42MatchType matchType = new MatchType(); 69MatchType matchType; 199member.matchType = MatchType.Reflect(memberType);