2 writes to _repeats
System.Web.Services.Description (2)
System\Web\Services\Description\MimeFormatExtensions.cs (2)
145_repeats = value; 155_repeats = int.MaxValue;
3 references to _repeats
System.Web.Services.Description (3)
System\Web\Services\Description\MimeFormatExtensions.cs (3)
138get { return _repeats; } 151get { return _repeats == int.MaxValue ? "*" : _repeats.ToString(CultureInfo.InvariantCulture); }