10 instantiations of InfiniteIntConverter
System.Web (9)
Configuration\BufferModeSettings.cs (4)
43new InfiniteIntConverter(), 51new InfiniteIntConverter(), 59new InfiniteIntConverter(), 83new InfiniteIntConverter(),
Configuration\ProcessModelSection.cs (3)
109new InfiniteIntConverter(), 116new InfiniteIntConverter(), 123new InfiniteIntConverter(),
Configuration\ProfileSettings.cs (1)
45new InfiniteIntConverter(),
Configuration\RuleSettings.cs (1)
70new InfiniteIntConverter(),
System.Web.Services (1)
System\Web\Services\Configuration\SoapEnvelopeProcessingElement.cs (1)
48readonly ConfigurationProperty readTimeout = new ConfigurationProperty("readTimeout", typeof(int), int.MaxValue, new InfiniteIntConverter(), null, ConfigurationPropertyOptions.None);
10 references to InfiniteIntConverter
System.Web (9)
Configuration\BufferModeSettings.cs (4)
133[TypeConverter(typeof(InfiniteIntConverter))] 145[TypeConverter(typeof(InfiniteIntConverter))] 157[TypeConverter(typeof(InfiniteIntConverter))] 192[TypeConverter(typeof(InfiniteIntConverter))]
Configuration\ProcessModelSection.cs (3)
310[TypeConverter(typeof(InfiniteIntConverter))] 322[TypeConverter(typeof(InfiniteIntConverter))] 334[TypeConverter(typeof(InfiniteIntConverter))]
Configuration\ProfileSettings.cs (1)
126[TypeConverter(typeof(InfiniteIntConverter))]
Configuration\RuleSettings.cs (1)
197[TypeConverter(typeof(InfiniteIntConverter))]
System.Web.Services (1)
System\Web\Services\Configuration\SoapEnvelopeProcessingElement.cs (1)
31[TypeConverter(typeof(InfiniteIntConverter))]