2 writes to _repeats
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (2)
209_repeats = value; 221_repeats = int.MaxValue;
3 references to _repeats
dotnet-svcutil-lib (3)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (3)
205get { return _repeats; } 217get { return _repeats == int.MaxValue ? "*" : _repeats.ToString(CultureInfo.InvariantCulture); }