9 references to ValidateType
System.Configuration.ConfigurationManager (9)
System\Configuration\CommaDelimitedStringAttributeCollectionConverter.cs (1)
13
ValidateType
(value, typeof(CommaDelimitedStringCollection));
System\Configuration\InfiniteIntConverter.cs (1)
14
ValidateType
(value, typeof(int));
System\Configuration\InfiniteTimeSpanConverter.cs (1)
15
ValidateType
(value, typeof(TimeSpan));
System\Configuration\TimeSpanMinutesConverter.cs (1)
13
ValidateType
(value, typeof(TimeSpan));
System\Configuration\TimeSpanMinutesOrInfiniteConverter.cs (1)
13
ValidateType
(value, typeof(TimeSpan));
System\Configuration\TimeSpanSecondsConverter.cs (1)
13
ValidateType
(value, typeof(TimeSpan));
System\Configuration\TimeSpanSecondsOrInfiniteConverter.cs (1)
13
ValidateType
(value, typeof(TimeSpan));
System\Configuration\TypeNameConverter.cs (1)
14
if (!(value is Type))
ValidateType
(value, typeof(Type));
System\Configuration\WhiteSpaceTrimStringConverter.cs (1)
13
ValidateType
(value, typeof(string));