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