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)
205
get { return
_repeats
; }
217
get { return
_repeats
== int.MaxValue ? "*" :
_repeats
.ToString(CultureInfo.InvariantCulture); }