3 writes to OperandType
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (3)
26OperandType = typeof(int); 40OperandType = typeof(double); 58OperandType = type;
3 references to OperandType
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (3)
98/// Determines whether any conversions necessary from the value being validated to <see cref="OperandType"/> as set 215Type type = OperandType; 256TypeDescriptor.GetConverter(OperandType);