3 references to Match
System.Web.Services (3)
System\Web\Services\Protocols\PatternMatcher.cs (3)
29
return matchType.
Match
(text);
124
matches.Add(matchType.
Match
(text.Substring(c.Index, c.Length)));
140
return matchType.
Match
(text.Substring(c.Index, c.Length));