17 references to MaxValue
mscorlib (1)
system\runtime\interopservices\safebuffer.cs (1)
87((UIntPtr) UInt32.MaxValue) : ((UIntPtr) UInt64.MaxValue);
PresentationCore (1)
Core\CSharp\System\Windows\LayoutManager.cs (1)
980ulong treeLevel = ulong.MaxValue;
System.Activities (1)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
117ulong oldestTimestamp = ulong.MaxValue;
System.Data (4)
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
97UInt64 min = UInt64.MaxValue;
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
3637if (!_stateObj.Parser.TrySkipPlpValue(UInt64.MaxValue, _stateObj, out ignored)) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
3801if (!TrySkipPlpValue(UInt64.MaxValue, stateObj, out ignored)) { 4917if (!TrySkipPlpValue(UInt64.MaxValue, stateObj, out ignored)) {
System.IO.Log (5)
System\IO\Log\LogWriteRestartAreaState.cs (1)
492if (this.newBaseLsn != UInt64.MaxValue)
System\IO\Log\SequenceNumber.cs (4)
46if (value == UInt64.MaxValue) 48this.sequenceNumberLow = UInt64.MaxValue; 69return new SequenceNumber(UInt64.MaxValue, UInt64.MaxValue);
System.Numerics (2)
System\Numerics\BigIntegerBuilder.cs (2)
1167if (uu1 == ulong.MaxValue || uu2 == ulong.MaxValue) {
System.ServiceModel (1)
System\ServiceModel\Channels\PeerHelpers.cs (1)
502public const ulong MaxHopCount = ulong.MaxValue;
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (1)
3211static readonly FacetsChecker numeric10FacetsChecker = new Numeric10FacetsChecker(ulong.MinValue, ulong.MaxValue);
System\Xml\Schema\XmlValueConverter.cs (1)
824if (value < (decimal) UInt64.MinValue || value > (decimal) UInt64.MaxValue)