3 writes to OperandType
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (3)
26OperandType = typeof(int); 40OperandType = typeof(double); 58OperandType = type;
4 references to OperandType
Microsoft.AspNetCore.Components.Endpoints (1)
Forms\DataAnnotationsClientValidationProvider.cs (1)
154case RangeAttribute ra when IsNumericRangeOperand(ra.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 234Type type = OperandType; 275TypeDescriptor.GetConverter(OperandType);