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