3 writes to OperandType
System.ComponentModel.DataAnnotations (3)
DataAnnotations\RangeAttribute.cs (3)
39this.OperandType = typeof(int); 51this.OperandType = typeof(double); 62this.OperandType = type;
1 reference to OperandType
System.ComponentModel.DataAnnotations (1)
DataAnnotations\RangeAttribute.cs (1)
159Type type = this.OperandType;