5 references to MinValue
System.Data (2)
fx\src\data\System\Data\Common\UInt32Storage.cs (2)
18private const UInt32 defaultValue = UInt32.MinValue; 111UInt32 max = UInt32.MinValue;
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
641if (value < UInt32.MinValue || value > UInt32.MaxValue)
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (1)
3264static readonly FacetsChecker numeric10FacetsChecker = new Numeric10FacetsChecker(uint.MinValue, uint.MaxValue);
System\Xml\Schema\XmlValueConverter.cs (1)
866if (value < (long) UInt32.MinValue || value > (long) UInt32.MaxValue)