9 references to ValidateType
System.Configuration (9)
System\Configuration\CommaDelimitedStringAttributeCollectionConverter.cs (1)
25ValidateType(value, typeof(CommaDelimitedStringCollection));
System\Configuration\InfiniteIntConverter.cs (1)
24ValidateType(value, typeof(int));
System\Configuration\InfiniteTimeSpanConverter.cs (1)
25ValidateType(value, typeof(TimeSpan));
System\Configuration\TimeSpanMinutesConverter.cs (1)
24ValidateType(value, typeof(TimeSpan));
System\Configuration\TimeSpanMinutesOrInfiniteConverter.cs (1)
24ValidateType(value, typeof(TimeSpan));
System\Configuration\TimeSpanSecondsConverter.cs (1)
24ValidateType(value, typeof(TimeSpan));
System\Configuration\TimeSpanSecondsOrInfiniteConverter.cs (1)
24ValidateType(value, typeof(TimeSpan));
System\Configuration\TypeNameConverter.cs (1)
26ValidateType(value, typeof(Type));
System\Configuration\WhiteSpaceTrimStringConverter.cs (1)
24ValidateType(value, typeof(string));