1 write to Repeats
System.Web.Services (1)
System\Web\Services\Description\MimeFormatExtensions.cs (1)
189Repeats = int.Parse(value, CultureInfo.InvariantCulture); // pass through our setter for arg checking
6 references to Repeats
System.Web.Services (6)
System\Web\Services\Description\MimeTextImporter.cs (6)
76if (match.Repeats != 1 && match.Repeats != int.MaxValue) 96if (match.Repeats != 1 && match.Repeats != int.MaxValue) { 97propertyValues[numPropValues] = new CodePrimitiveExpression(match.Repeats); 111if (match.Repeats != 1)