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