Lines Matching refs:MaxValue
617 UInt16.MaxValue, in testConstructorsService()
619 UInt32.MaxValue, in testConstructorsService()
621 UInt64.MaxValue, in testConstructorsService()
631 new UInt16[] { UInt16.MaxValue }, in testConstructorsService()
633 new UInt32[] { UInt32.MaxValue }, in testConstructorsService()
635 new UInt64[] { UInt64.MaxValue }, in testConstructorsService()
660 new Any(UInt16.MaxValue), in testConstructorsService()
662 new Any(UInt32.MaxValue), in testConstructorsService()
664 new Any(UInt64.MaxValue), in testConstructorsService()
674 new Any(typeof(UInt16[]), new UInt16[] { UInt16.MaxValue }), in testConstructorsService()
676 new Any(typeof(UInt32[]), new UInt32[] { UInt32.MaxValue }), in testConstructorsService()
678 new Any(typeof(UInt64[]), new UInt64[] { UInt64.MaxValue }), in testConstructorsService()