2 writes to maxRepeats
System.Web.Services (2)
System\Web\Services\Protocols\PatternMatcher.cs (2)
190
member.
maxRepeats
= attr.MaxRepeats;
194
member.
maxRepeats
= memberType.IsArray ? int.MaxValue : 1;
3 references to maxRepeats
System.Web.Services (3)
System\Web\Services\Protocols\PatternMatcher.cs (3)
85
while (m.Success && matchCount <
maxRepeats
) {
119
while (m.Success && matchCount <
maxRepeats
) {
193
if (member.
maxRepeats
< 0) // unspecified