Lines Matching refs:MinValue
616 Int16.MinValue, in testConstructorsService()
618 Int32.MinValue, in testConstructorsService()
620 Int64.MinValue, in testConstructorsService()
630 new short[] { Int16.MinValue }, in testConstructorsService()
632 new Int32[] {Int32.MinValue}, in testConstructorsService()
634 new long[] { Int64.MinValue }, in testConstructorsService()
659 new Any(Int16.MinValue), in testConstructorsService()
661 new Any(Int32.MinValue), in testConstructorsService()
663 new Any(Int64.MinValue), in testConstructorsService()
673 new Any(typeof(short[]), new short[] { Int16.MinValue }), in testConstructorsService()
675 new Any(typeof(int[]), new int[] { Int32.MinValue }), in testConstructorsService()
677 new Any(typeof(long[]), new long[] { Int64.MinValue }), in testConstructorsService()
724 new TestPolyStruct(Int16.MinValue), in testConstructorsService()
725 new TestPolyStruct(Int32.MinValue), in testConstructorsService()
726 new TestPolyStruct(Int64.MinValue), in testConstructorsService()
742 new TestPolyStruct(new short[] {Int16.MinValue}), in testConstructorsService()
743 new TestPolyStruct(new int[] {Int32.MinValue}), in testConstructorsService()
744 new TestPolyStruct(new long[] {Int64.MinValue}), in testConstructorsService()
755 new TestPolyStruct(new int[][] { new int[] {Int32.MinValue} }), in testConstructorsService()
756 new TestPolyStruct[]{ new TestPolyStruct(Int32.MinValue)}, in testConstructorsService()