1 write to capture
System.Web.Services (1)
System\Web\Services\Protocols\PatternMatcher.cs (1)
189member.capture = attr.Capture;
6 references to capture
System.Web.Services (6)
System\Web\Services\Protocols\PatternMatcher.cs (6)
103if (g.Captures.Count <= capture) 104throw BadCaptureIndexException(capture, memberInfo.Name, g.Captures.Count - 1); 105Capture c = g.Captures[capture]; 137if (g.Captures.Count <= capture) 138throw BadCaptureIndexException(capture, memberInfo.Name, g.Captures.Count - 1); 139Capture c = g.Captures[capture];