11 references to MinValue
mscorlib (4)
system\convert.cs (1)
2036if (r < UInt16.MinValue || r > UInt16.MaxValue)
system\decimal.cs (1)
952if (temp < UInt16.MinValue || temp > UInt16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_UInt16"));
system\internal.cs (2)
131new KeyValuePair<Char, UInt16>('\0', UInt16.MinValue); 132new KeyValuePair<UInt16, Double>(UInt16.MinValue, Double.MinValue);
System (2)
services\monitoring\system\diagnosticts\EventLogTraceListener.cs (2)
214if (id < ushort.MinValue) 215id = ushort.MinValue;
System.Data (2)
fx\src\data\System\Data\Common\UInt16Storage.cs (2)
18private const UInt16 defaultValue = UInt16.MinValue; 111UInt16 max = UInt16.MinValue;
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
691if (value < UInt16.MinValue || value > UInt16.MaxValue)
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (1)
3317static readonly FacetsChecker numeric10FacetsChecker = new Numeric10FacetsChecker(ushort.MinValue, ushort.MaxValue);
System\Xml\Schema\XmlValueConverter.cs (1)
852if (value < (int) UInt16.MinValue || value > (int) UInt16.MaxValue)