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