summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs')
-rw-r--r--tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs9792
1 files changed, 4896 insertions, 4896 deletions
diff --git a/tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs b/tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs
index 871909c319..2277a3fcef 100644
--- a/tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs
+++ b/tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs
@@ -28,26 +28,26 @@ internal class Program
Eval(0006, o is NotEmptyStruct[], false);
Eval(0007, o is NotEmptyStruct?, false);
Eval(0008, o is NotEmptyStruct?[], false);
- Eval(0009, o is EmptyStructGen<int>, false);
- Eval(0010, o is EmptyStructGen<int>[], false);
- Eval(0011, o is EmptyStructGen<int>?, false);
- Eval(0012, o is EmptyStructGen<int>?[], false);
- Eval(0013, o is NotEmptyStructGen<Guid>, false);
- Eval(0014, o is NotEmptyStructGen<Guid>[], false);
- Eval(0015, o is NotEmptyStructGen<Guid>?, false);
- Eval(0016, o is NotEmptyStructGen<Guid>?[], false);
- Eval(0017, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0018, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0019, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(0020, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0009, o is EmptyStructGen<int>, false);
+// Eval(0010, o is EmptyStructGen<int>[], false);
+// Eval(0011, o is EmptyStructGen<int>?, false);
+// Eval(0012, o is EmptyStructGen<int>?[], false);
+// Eval(0013, o is NotEmptyStructGen<Guid>, false);
+// Eval(0014, o is NotEmptyStructGen<Guid>[], false);
+// Eval(0015, o is NotEmptyStructGen<Guid>?, false);
+// Eval(0016, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(0017, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0018, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0019, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(0020, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(0021, o is NestedStruct, false);
Eval(0022, o is NestedStruct[], false);
Eval(0023, o is NestedStruct?, false);
Eval(0024, o is NestedStruct?[], false);
- Eval(0025, o is NestedStructGen<Decimal>, false);
- Eval(0026, o is NestedStructGen<Decimal>[], false);
- Eval(0027, o is NestedStructGen<Decimal>?, false);
- Eval(0028, o is NestedStructGen<Decimal>?[], false);
+// Eval(0025, o is NestedStructGen<Decimal>, false);
+// Eval(0026, o is NestedStructGen<Decimal>[], false);
+// Eval(0027, o is NestedStructGen<Decimal>?, false);
+// Eval(0028, o is NestedStructGen<Decimal>?[], false);
Eval(0029, o is ExplicitFieldOffsetStruct, false);
Eval(0030, o is ExplicitFieldOffsetStruct[], false);
Eval(0031, o is ExplicitFieldOffsetStruct?, false);
@@ -64,18 +64,18 @@ internal class Program
Eval(0050, o is ImplementTwoInterface[], false);
Eval(0051, o is ImplementTwoInterface?, false);
Eval(0052, o is ImplementTwoInterface?[], false);
- Eval(0053, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(0054, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(0055, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(0056, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(0057, o is ImplementTwoInterfaceGen<int>, false);
- Eval(0058, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(0059, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(0060, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(0061, o is ImplementAllInterface<int>, false);
- Eval(0062, o is ImplementAllInterface<int>[], false);
- Eval(0063, o is ImplementAllInterface<int>?, false);
- Eval(0064, o is ImplementAllInterface<int>?[], false);
+// Eval(0053, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(0054, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(0055, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(0056, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(0057, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(0058, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(0059, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(0060, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(0061, o is ImplementAllInterface<int>, false);
+// Eval(0062, o is ImplementAllInterface<int>[], false);
+// Eval(0063, o is ImplementAllInterface<int>?, false);
+// Eval(0064, o is ImplementAllInterface<int>?[], false);
Eval(0065, o is IntE, false);
Eval(0066, o is IntE[], false);
Eval(0067, o is IntE?, false);
@@ -174,38 +174,38 @@ internal class Program
Eval(0160, o is IEmpty[], false);
Eval(0161, o is INotEmpty, false);
Eval(0162, o is INotEmpty[], false);
- Eval(0163, o is IEmptyGen<int>, false);
- Eval(0164, o is IEmptyGen<int>[], false);
- Eval(0165, o is INotEmptyGen<int>, false);
- Eval(0166, o is INotEmptyGen<int>[], false);
+// Eval(0163, o is IEmptyGen<int>, false);
+// Eval(0164, o is IEmptyGen<int>[], false);
+// Eval(0165, o is INotEmptyGen<int>, false);
+// Eval(0166, o is INotEmptyGen<int>[], false);
Eval(0167, o is SimpleDelegate, false);
Eval(0168, o is SimpleDelegate[], false);
- Eval(0169, o is GenericDelegate<int>, false);
- Eval(0170, o is GenericDelegate<int>[], false);
+// Eval(0169, o is GenericDelegate<int>, false);
+// Eval(0170, o is GenericDelegate<int>[], false);
Eval(0171, o is EmptyClass, false);
Eval(0172, o is EmptyClass[], false);
Eval(0173, o is NotEmptyClass, false);
Eval(0174, o is NotEmptyClass[], false);
- Eval(0175, o is EmptyClassGen<int>, false);
- Eval(0176, o is EmptyClassGen<int>[], false);
- Eval(0177, o is NotEmptyClassGen<Guid>, false);
- Eval(0178, o is NotEmptyClassGen<Guid>[], false);
- Eval(0179, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(0180, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(0175, o is EmptyClassGen<int>, false);
+// Eval(0176, o is EmptyClassGen<int>[], false);
+// Eval(0177, o is NotEmptyClassGen<Guid>, false);
+// Eval(0178, o is NotEmptyClassGen<Guid>[], false);
+// Eval(0179, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(0180, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(0181, o is NestedClass, false);
Eval(0182, o is NestedClass[], false);
- Eval(0183, o is NestedClassGen<Decimal>, false);
- Eval(0184, o is NestedClassGen<Decimal>[], false);
+// Eval(0183, o is NestedClassGen<Decimal>, false);
+// Eval(0184, o is NestedClassGen<Decimal>[], false);
Eval(0185, o is ImplementOneInterfaceC, false);
Eval(0186, o is ImplementOneInterfaceC[], false);
Eval(0187, o is ImplementTwoInterfaceC, false);
Eval(0188, o is ImplementTwoInterfaceC[], false);
- Eval(0189, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(0190, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(0191, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(0192, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(0193, o is ImplementAllInterfaceC<int>, false);
- Eval(0194, o is ImplementAllInterfaceC<int>[], false);
+// Eval(0189, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(0190, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(0191, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(0192, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(0193, o is ImplementAllInterfaceC<int>, false);
+// Eval(0194, o is ImplementAllInterfaceC<int>[], false);
Eval(0195, o is SealedClass, false);
Eval(0196, o is SealedClass[], false);
}
@@ -220,26 +220,26 @@ internal class Program
Eval(0202, o is NotEmptyStruct[], false);
Eval(0203, o is NotEmptyStruct?, false);
Eval(0204, o is NotEmptyStruct?[], false);
- Eval(0205, o is EmptyStructGen<int>, false);
- Eval(0206, o is EmptyStructGen<int>[], false);
- Eval(0207, o is EmptyStructGen<int>?, false);
- Eval(0208, o is EmptyStructGen<int>?[], false);
- Eval(0209, o is NotEmptyStructGen<Guid>, false);
- Eval(0210, o is NotEmptyStructGen<Guid>[], false);
- Eval(0211, o is NotEmptyStructGen<Guid>?, false);
- Eval(0212, o is NotEmptyStructGen<Guid>?[], false);
- Eval(0213, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0214, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0215, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(0216, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0205, o is EmptyStructGen<int>, false);
+// Eval(0206, o is EmptyStructGen<int>[], false);
+// Eval(0207, o is EmptyStructGen<int>?, false);
+// Eval(0208, o is EmptyStructGen<int>?[], false);
+// Eval(0209, o is NotEmptyStructGen<Guid>, false);
+// Eval(0210, o is NotEmptyStructGen<Guid>[], false);
+// Eval(0211, o is NotEmptyStructGen<Guid>?, false);
+// Eval(0212, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(0213, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0214, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0215, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(0216, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(0217, o is NestedStruct, false);
Eval(0218, o is NestedStruct[], false);
Eval(0219, o is NestedStruct?, false);
Eval(0220, o is NestedStruct?[], false);
- Eval(0221, o is NestedStructGen<Decimal>, false);
- Eval(0222, o is NestedStructGen<Decimal>[], false);
- Eval(0223, o is NestedStructGen<Decimal>?, false);
- Eval(0224, o is NestedStructGen<Decimal>?[], false);
+// Eval(0221, o is NestedStructGen<Decimal>, false);
+// Eval(0222, o is NestedStructGen<Decimal>[], false);
+// Eval(0223, o is NestedStructGen<Decimal>?, false);
+// Eval(0224, o is NestedStructGen<Decimal>?[], false);
Eval(0225, o is ExplicitFieldOffsetStruct, false);
Eval(0226, o is ExplicitFieldOffsetStruct[], false);
Eval(0227, o is ExplicitFieldOffsetStruct?, false);
@@ -256,18 +256,18 @@ internal class Program
Eval(0246, o is ImplementTwoInterface[], false);
Eval(0247, o is ImplementTwoInterface?, false);
Eval(0248, o is ImplementTwoInterface?[], false);
- Eval(0249, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(0250, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(0251, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(0252, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(0253, o is ImplementTwoInterfaceGen<int>, false);
- Eval(0254, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(0255, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(0256, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(0257, o is ImplementAllInterface<int>, false);
- Eval(0258, o is ImplementAllInterface<int>[], false);
- Eval(0259, o is ImplementAllInterface<int>?, false);
- Eval(0260, o is ImplementAllInterface<int>?[], false);
+// Eval(0249, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(0250, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(0251, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(0252, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(0253, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(0254, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(0255, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(0256, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(0257, o is ImplementAllInterface<int>, false);
+// Eval(0258, o is ImplementAllInterface<int>[], false);
+// Eval(0259, o is ImplementAllInterface<int>?, false);
+// Eval(0260, o is ImplementAllInterface<int>?[], false);
Eval(0261, o is IntE, false);
Eval(0262, o is IntE[], false);
Eval(0263, o is IntE?, false);
@@ -366,38 +366,38 @@ internal class Program
Eval(0356, o is IEmpty[], false);
Eval(0357, o is INotEmpty, false);
Eval(0358, o is INotEmpty[], false);
- Eval(0359, o is IEmptyGen<int>, false);
- Eval(0360, o is IEmptyGen<int>[], false);
- Eval(0361, o is INotEmptyGen<int>, false);
- Eval(0362, o is INotEmptyGen<int>[], false);
+// Eval(0359, o is IEmptyGen<int>, false);
+// Eval(0360, o is IEmptyGen<int>[], false);
+// Eval(0361, o is INotEmptyGen<int>, false);
+// Eval(0362, o is INotEmptyGen<int>[], false);
Eval(0363, o is SimpleDelegate, false);
Eval(0364, o is SimpleDelegate[], false);
- Eval(0365, o is GenericDelegate<int>, false);
- Eval(0366, o is GenericDelegate<int>[], false);
+// Eval(0365, o is GenericDelegate<int>, false);
+// Eval(0366, o is GenericDelegate<int>[], false);
Eval(0367, o is EmptyClass, false);
Eval(0368, o is EmptyClass[], false);
Eval(0369, o is NotEmptyClass, false);
Eval(0370, o is NotEmptyClass[], false);
- Eval(0371, o is EmptyClassGen<int>, false);
- Eval(0372, o is EmptyClassGen<int>[], false);
- Eval(0373, o is NotEmptyClassGen<Guid>, false);
- Eval(0374, o is NotEmptyClassGen<Guid>[], false);
- Eval(0375, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(0376, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(0371, o is EmptyClassGen<int>, false);
+// Eval(0372, o is EmptyClassGen<int>[], false);
+// Eval(0373, o is NotEmptyClassGen<Guid>, false);
+// Eval(0374, o is NotEmptyClassGen<Guid>[], false);
+// Eval(0375, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(0376, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(0377, o is NestedClass, false);
Eval(0378, o is NestedClass[], false);
- Eval(0379, o is NestedClassGen<Decimal>, false);
- Eval(0380, o is NestedClassGen<Decimal>[], false);
+// Eval(0379, o is NestedClassGen<Decimal>, false);
+// Eval(0380, o is NestedClassGen<Decimal>[], false);
Eval(0381, o is ImplementOneInterfaceC, false);
Eval(0382, o is ImplementOneInterfaceC[], false);
Eval(0383, o is ImplementTwoInterfaceC, false);
Eval(0384, o is ImplementTwoInterfaceC[], false);
- Eval(0385, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(0386, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(0387, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(0388, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(0389, o is ImplementAllInterfaceC<int>, false);
- Eval(0390, o is ImplementAllInterfaceC<int>[], false);
+// Eval(0385, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(0386, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(0387, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(0388, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(0389, o is ImplementAllInterfaceC<int>, false);
+// Eval(0390, o is ImplementAllInterfaceC<int>[], false);
Eval(0391, o is SealedClass, false);
Eval(0392, o is SealedClass[], false);
}
@@ -412,26 +412,26 @@ internal class Program
Eval(0398, o is NotEmptyStruct[], false);
Eval(0399, o is NotEmptyStruct?, false);
Eval(0400, o is NotEmptyStruct?[], false);
- Eval(0401, o is EmptyStructGen<int>, false);
- Eval(0402, o is EmptyStructGen<int>[], false);
- Eval(0403, o is EmptyStructGen<int>?, false);
- Eval(0404, o is EmptyStructGen<int>?[], false);
- Eval(0405, o is NotEmptyStructGen<Guid>, false);
- Eval(0406, o is NotEmptyStructGen<Guid>[], false);
- Eval(0407, o is NotEmptyStructGen<Guid>?, false);
- Eval(0408, o is NotEmptyStructGen<Guid>?[], false);
- Eval(0409, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0410, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0411, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(0412, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0401, o is EmptyStructGen<int>, false);
+// Eval(0402, o is EmptyStructGen<int>[], false);
+// Eval(0403, o is EmptyStructGen<int>?, false);
+// Eval(0404, o is EmptyStructGen<int>?[], false);
+// Eval(0405, o is NotEmptyStructGen<Guid>, false);
+// Eval(0406, o is NotEmptyStructGen<Guid>[], false);
+// Eval(0407, o is NotEmptyStructGen<Guid>?, false);
+// Eval(0408, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(0409, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0410, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0411, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(0412, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(0413, o is NestedStruct, false);
Eval(0414, o is NestedStruct[], false);
Eval(0415, o is NestedStruct?, false);
Eval(0416, o is NestedStruct?[], false);
- Eval(0417, o is NestedStructGen<Decimal>, false);
- Eval(0418, o is NestedStructGen<Decimal>[], false);
- Eval(0419, o is NestedStructGen<Decimal>?, false);
- Eval(0420, o is NestedStructGen<Decimal>?[], false);
+// Eval(0417, o is NestedStructGen<Decimal>, false);
+// Eval(0418, o is NestedStructGen<Decimal>[], false);
+// Eval(0419, o is NestedStructGen<Decimal>?, false);
+// Eval(0420, o is NestedStructGen<Decimal>?[], false);
Eval(0421, o is ExplicitFieldOffsetStruct, false);
Eval(0422, o is ExplicitFieldOffsetStruct[], false);
Eval(0423, o is ExplicitFieldOffsetStruct?, false);
@@ -448,18 +448,18 @@ internal class Program
Eval(0442, o is ImplementTwoInterface[], false);
Eval(0443, o is ImplementTwoInterface?, false);
Eval(0444, o is ImplementTwoInterface?[], false);
- Eval(0445, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(0446, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(0447, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(0448, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(0449, o is ImplementTwoInterfaceGen<int>, false);
- Eval(0450, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(0451, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(0452, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(0453, o is ImplementAllInterface<int>, false);
- Eval(0454, o is ImplementAllInterface<int>[], false);
- Eval(0455, o is ImplementAllInterface<int>?, false);
- Eval(0456, o is ImplementAllInterface<int>?[], false);
+// Eval(0445, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(0446, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(0447, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(0448, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(0449, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(0450, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(0451, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(0452, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(0453, o is ImplementAllInterface<int>, false);
+// Eval(0454, o is ImplementAllInterface<int>[], false);
+// Eval(0455, o is ImplementAllInterface<int>?, false);
+// Eval(0456, o is ImplementAllInterface<int>?[], false);
Eval(0457, o is IntE, false);
Eval(0458, o is IntE[], false);
Eval(0459, o is IntE?, false);
@@ -558,38 +558,38 @@ internal class Program
Eval(0552, o is IEmpty[], false);
Eval(0553, o is INotEmpty, false);
Eval(0554, o is INotEmpty[], false);
- Eval(0555, o is IEmptyGen<int>, false);
- Eval(0556, o is IEmptyGen<int>[], false);
- Eval(0557, o is INotEmptyGen<int>, false);
- Eval(0558, o is INotEmptyGen<int>[], false);
+// Eval(0555, o is IEmptyGen<int>, false);
+// Eval(0556, o is IEmptyGen<int>[], false);
+// Eval(0557, o is INotEmptyGen<int>, false);
+// Eval(0558, o is INotEmptyGen<int>[], false);
Eval(0559, o is SimpleDelegate, false);
Eval(0560, o is SimpleDelegate[], false);
- Eval(0561, o is GenericDelegate<int>, false);
- Eval(0562, o is GenericDelegate<int>[], false);
+// Eval(0561, o is GenericDelegate<int>, false);
+// Eval(0562, o is GenericDelegate<int>[], false);
Eval(0563, o is EmptyClass, false);
Eval(0564, o is EmptyClass[], false);
Eval(0565, o is NotEmptyClass, false);
Eval(0566, o is NotEmptyClass[], false);
- Eval(0567, o is EmptyClassGen<int>, false);
- Eval(0568, o is EmptyClassGen<int>[], false);
- Eval(0569, o is NotEmptyClassGen<Guid>, false);
- Eval(0570, o is NotEmptyClassGen<Guid>[], false);
- Eval(0571, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(0572, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(0567, o is EmptyClassGen<int>, false);
+// Eval(0568, o is EmptyClassGen<int>[], false);
+// Eval(0569, o is NotEmptyClassGen<Guid>, false);
+// Eval(0570, o is NotEmptyClassGen<Guid>[], false);
+// Eval(0571, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(0572, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(0573, o is NestedClass, false);
Eval(0574, o is NestedClass[], false);
- Eval(0575, o is NestedClassGen<Decimal>, false);
- Eval(0576, o is NestedClassGen<Decimal>[], false);
+// Eval(0575, o is NestedClassGen<Decimal>, false);
+// Eval(0576, o is NestedClassGen<Decimal>[], false);
Eval(0577, o is ImplementOneInterfaceC, false);
Eval(0578, o is ImplementOneInterfaceC[], false);
Eval(0579, o is ImplementTwoInterfaceC, false);
Eval(0580, o is ImplementTwoInterfaceC[], false);
- Eval(0581, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(0582, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(0583, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(0584, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(0585, o is ImplementAllInterfaceC<int>, false);
- Eval(0586, o is ImplementAllInterfaceC<int>[], false);
+// Eval(0581, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(0582, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(0583, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(0584, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(0585, o is ImplementAllInterfaceC<int>, false);
+// Eval(0586, o is ImplementAllInterfaceC<int>[], false);
Eval(0587, o is SealedClass, false);
Eval(0588, o is SealedClass[], false);
}
@@ -607,26 +607,26 @@ internal class Program
Eval(0594, o is NotEmptyStruct[], false);
Eval(0595, o is NotEmptyStruct?, true);
Eval(0596, o is NotEmptyStruct?[], false);
- Eval(0597, o is EmptyStructGen<int>, false);
- Eval(0598, o is EmptyStructGen<int>[], false);
- Eval(0599, o is EmptyStructGen<int>?, false);
- Eval(0600, o is EmptyStructGen<int>?[], false);
- Eval(0601, o is NotEmptyStructGen<Guid>, false);
- Eval(0602, o is NotEmptyStructGen<Guid>[], false);
- Eval(0603, o is NotEmptyStructGen<Guid>?, false);
- Eval(0604, o is NotEmptyStructGen<Guid>?[], false);
- Eval(0605, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0606, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0607, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(0608, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0597, o is EmptyStructGen<int>, false);
+// Eval(0598, o is EmptyStructGen<int>[], false);
+// Eval(0599, o is EmptyStructGen<int>?, false);
+// Eval(0600, o is EmptyStructGen<int>?[], false);
+// Eval(0601, o is NotEmptyStructGen<Guid>, false);
+// Eval(0602, o is NotEmptyStructGen<Guid>[], false);
+// Eval(0603, o is NotEmptyStructGen<Guid>?, false);
+// Eval(0604, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(0605, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0606, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0607, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(0608, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(0609, o is NestedStruct, false);
Eval(0610, o is NestedStruct[], false);
Eval(0611, o is NestedStruct?, false);
Eval(0612, o is NestedStruct?[], false);
- Eval(0613, o is NestedStructGen<Decimal>, false);
- Eval(0614, o is NestedStructGen<Decimal>[], false);
- Eval(0615, o is NestedStructGen<Decimal>?, false);
- Eval(0616, o is NestedStructGen<Decimal>?[], false);
+// Eval(0613, o is NestedStructGen<Decimal>, false);
+// Eval(0614, o is NestedStructGen<Decimal>[], false);
+// Eval(0615, o is NestedStructGen<Decimal>?, false);
+// Eval(0616, o is NestedStructGen<Decimal>?[], false);
Eval(0617, o is ExplicitFieldOffsetStruct, false);
Eval(0618, o is ExplicitFieldOffsetStruct[], false);
Eval(0619, o is ExplicitFieldOffsetStruct?, false);
@@ -643,18 +643,18 @@ internal class Program
Eval(0638, o is ImplementTwoInterface[], false);
Eval(0639, o is ImplementTwoInterface?, false);
Eval(0640, o is ImplementTwoInterface?[], false);
- Eval(0641, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(0642, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(0643, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(0644, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(0645, o is ImplementTwoInterfaceGen<int>, false);
- Eval(0646, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(0647, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(0648, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(0649, o is ImplementAllInterface<int>, false);
- Eval(0650, o is ImplementAllInterface<int>[], false);
- Eval(0651, o is ImplementAllInterface<int>?, false);
- Eval(0652, o is ImplementAllInterface<int>?[], false);
+// Eval(0641, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(0642, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(0643, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(0644, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(0645, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(0646, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(0647, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(0648, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(0649, o is ImplementAllInterface<int>, false);
+// Eval(0650, o is ImplementAllInterface<int>[], false);
+// Eval(0651, o is ImplementAllInterface<int>?, false);
+// Eval(0652, o is ImplementAllInterface<int>?[], false);
Eval(0653, o is IntE, false);
Eval(0654, o is IntE[], false);
Eval(0655, o is IntE?, false);
@@ -753,38 +753,38 @@ internal class Program
Eval(0748, o is IEmpty[], false);
Eval(0749, o is INotEmpty, false);
Eval(0750, o is INotEmpty[], false);
- Eval(0751, o is IEmptyGen<int>, false);
- Eval(0752, o is IEmptyGen<int>[], false);
- Eval(0753, o is INotEmptyGen<int>, false);
- Eval(0754, o is INotEmptyGen<int>[], false);
+// Eval(0751, o is IEmptyGen<int>, false);
+// Eval(0752, o is IEmptyGen<int>[], false);
+// Eval(0753, o is INotEmptyGen<int>, false);
+// Eval(0754, o is INotEmptyGen<int>[], false);
Eval(0755, o is SimpleDelegate, false);
Eval(0756, o is SimpleDelegate[], false);
- Eval(0757, o is GenericDelegate<int>, false);
- Eval(0758, o is GenericDelegate<int>[], false);
+// Eval(0757, o is GenericDelegate<int>, false);
+// Eval(0758, o is GenericDelegate<int>[], false);
Eval(0759, o is EmptyClass, false);
Eval(0760, o is EmptyClass[], false);
Eval(0761, o is NotEmptyClass, false);
Eval(0762, o is NotEmptyClass[], false);
- Eval(0763, o is EmptyClassGen<int>, false);
- Eval(0764, o is EmptyClassGen<int>[], false);
- Eval(0765, o is NotEmptyClassGen<Guid>, false);
- Eval(0766, o is NotEmptyClassGen<Guid>[], false);
- Eval(0767, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(0768, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(0763, o is EmptyClassGen<int>, false);
+// Eval(0764, o is EmptyClassGen<int>[], false);
+// Eval(0765, o is NotEmptyClassGen<Guid>, false);
+// Eval(0766, o is NotEmptyClassGen<Guid>[], false);
+// Eval(0767, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(0768, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(0769, o is NestedClass, false);
Eval(0770, o is NestedClass[], false);
- Eval(0771, o is NestedClassGen<Decimal>, false);
- Eval(0772, o is NestedClassGen<Decimal>[], false);
+// Eval(0771, o is NestedClassGen<Decimal>, false);
+// Eval(0772, o is NestedClassGen<Decimal>[], false);
Eval(0773, o is ImplementOneInterfaceC, false);
Eval(0774, o is ImplementOneInterfaceC[], false);
Eval(0775, o is ImplementTwoInterfaceC, false);
Eval(0776, o is ImplementTwoInterfaceC[], false);
- Eval(0777, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(0778, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(0779, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(0780, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(0781, o is ImplementAllInterfaceC<int>, false);
- Eval(0782, o is ImplementAllInterfaceC<int>[], false);
+// Eval(0777, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(0778, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(0779, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(0780, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(0781, o is ImplementAllInterfaceC<int>, false);
+// Eval(0782, o is ImplementAllInterfaceC<int>[], false);
Eval(0783, o is SealedClass, false);
Eval(0784, o is SealedClass[], false);
}
@@ -799,26 +799,26 @@ internal class Program
Eval(0790, o is NotEmptyStruct[], false);
Eval(0791, o is NotEmptyStruct?, true);
Eval(0792, o is NotEmptyStruct?[], false);
- Eval(0793, o is EmptyStructGen<int>, false);
- Eval(0794, o is EmptyStructGen<int>[], false);
- Eval(0795, o is EmptyStructGen<int>?, false);
- Eval(0796, o is EmptyStructGen<int>?[], false);
- Eval(0797, o is NotEmptyStructGen<Guid>, false);
- Eval(0798, o is NotEmptyStructGen<Guid>[], false);
- Eval(0799, o is NotEmptyStructGen<Guid>?, false);
- Eval(0800, o is NotEmptyStructGen<Guid>?[], false);
- Eval(0801, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0802, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0803, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(0804, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0793, o is EmptyStructGen<int>, false);
+// Eval(0794, o is EmptyStructGen<int>[], false);
+// Eval(0795, o is EmptyStructGen<int>?, false);
+// Eval(0796, o is EmptyStructGen<int>?[], false);
+// Eval(0797, o is NotEmptyStructGen<Guid>, false);
+// Eval(0798, o is NotEmptyStructGen<Guid>[], false);
+// Eval(0799, o is NotEmptyStructGen<Guid>?, false);
+// Eval(0800, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(0801, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0802, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0803, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(0804, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(0805, o is NestedStruct, false);
Eval(0806, o is NestedStruct[], false);
Eval(0807, o is NestedStruct?, false);
Eval(0808, o is NestedStruct?[], false);
- Eval(0809, o is NestedStructGen<Decimal>, false);
- Eval(0810, o is NestedStructGen<Decimal>[], false);
- Eval(0811, o is NestedStructGen<Decimal>?, false);
- Eval(0812, o is NestedStructGen<Decimal>?[], false);
+// Eval(0809, o is NestedStructGen<Decimal>, false);
+// Eval(0810, o is NestedStructGen<Decimal>[], false);
+// Eval(0811, o is NestedStructGen<Decimal>?, false);
+// Eval(0812, o is NestedStructGen<Decimal>?[], false);
Eval(0813, o is ExplicitFieldOffsetStruct, false);
Eval(0814, o is ExplicitFieldOffsetStruct[], false);
Eval(0815, o is ExplicitFieldOffsetStruct?, false);
@@ -835,18 +835,18 @@ internal class Program
Eval(0834, o is ImplementTwoInterface[], false);
Eval(0835, o is ImplementTwoInterface?, false);
Eval(0836, o is ImplementTwoInterface?[], false);
- Eval(0837, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(0838, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(0839, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(0840, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(0841, o is ImplementTwoInterfaceGen<int>, false);
- Eval(0842, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(0843, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(0844, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(0845, o is ImplementAllInterface<int>, false);
- Eval(0846, o is ImplementAllInterface<int>[], false);
- Eval(0847, o is ImplementAllInterface<int>?, false);
- Eval(0848, o is ImplementAllInterface<int>?[], false);
+// Eval(0837, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(0838, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(0839, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(0840, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(0841, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(0842, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(0843, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(0844, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(0845, o is ImplementAllInterface<int>, false);
+// Eval(0846, o is ImplementAllInterface<int>[], false);
+// Eval(0847, o is ImplementAllInterface<int>?, false);
+// Eval(0848, o is ImplementAllInterface<int>?[], false);
Eval(0849, o is IntE, false);
Eval(0850, o is IntE[], false);
Eval(0851, o is IntE?, false);
@@ -945,38 +945,38 @@ internal class Program
Eval(0944, o is IEmpty[], false);
Eval(0945, o is INotEmpty, false);
Eval(0946, o is INotEmpty[], false);
- Eval(0947, o is IEmptyGen<int>, false);
- Eval(0948, o is IEmptyGen<int>[], false);
- Eval(0949, o is INotEmptyGen<int>, false);
- Eval(0950, o is INotEmptyGen<int>[], false);
+// Eval(0947, o is IEmptyGen<int>, false);
+// Eval(0948, o is IEmptyGen<int>[], false);
+// Eval(0949, o is INotEmptyGen<int>, false);
+// Eval(0950, o is INotEmptyGen<int>[], false);
Eval(0951, o is SimpleDelegate, false);
Eval(0952, o is SimpleDelegate[], false);
- Eval(0953, o is GenericDelegate<int>, false);
- Eval(0954, o is GenericDelegate<int>[], false);
+// Eval(0953, o is GenericDelegate<int>, false);
+// Eval(0954, o is GenericDelegate<int>[], false);
Eval(0955, o is EmptyClass, false);
Eval(0956, o is EmptyClass[], false);
Eval(0957, o is NotEmptyClass, false);
Eval(0958, o is NotEmptyClass[], false);
- Eval(0959, o is EmptyClassGen<int>, false);
- Eval(0960, o is EmptyClassGen<int>[], false);
- Eval(0961, o is NotEmptyClassGen<Guid>, false);
- Eval(0962, o is NotEmptyClassGen<Guid>[], false);
- Eval(0963, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(0964, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(0959, o is EmptyClassGen<int>, false);
+// Eval(0960, o is EmptyClassGen<int>[], false);
+// Eval(0961, o is NotEmptyClassGen<Guid>, false);
+// Eval(0962, o is NotEmptyClassGen<Guid>[], false);
+// Eval(0963, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(0964, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(0965, o is NestedClass, false);
Eval(0966, o is NestedClass[], false);
- Eval(0967, o is NestedClassGen<Decimal>, false);
- Eval(0968, o is NestedClassGen<Decimal>[], false);
+// Eval(0967, o is NestedClassGen<Decimal>, false);
+// Eval(0968, o is NestedClassGen<Decimal>[], false);
Eval(0969, o is ImplementOneInterfaceC, false);
Eval(0970, o is ImplementOneInterfaceC[], false);
Eval(0971, o is ImplementTwoInterfaceC, false);
Eval(0972, o is ImplementTwoInterfaceC[], false);
- Eval(0973, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(0974, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(0975, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(0976, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(0977, o is ImplementAllInterfaceC<int>, false);
- Eval(0978, o is ImplementAllInterfaceC<int>[], false);
+// Eval(0973, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(0974, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(0975, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(0976, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(0977, o is ImplementAllInterfaceC<int>, false);
+// Eval(0978, o is ImplementAllInterfaceC<int>[], false);
Eval(0979, o is SealedClass, false);
Eval(0980, o is SealedClass[], false);
}
@@ -991,26 +991,26 @@ internal class Program
Eval(0986, o is NotEmptyStruct[], false);
Eval(0987, o is NotEmptyStruct?, false);
Eval(0988, o is NotEmptyStruct?[], false);
- Eval(0989, o is EmptyStructGen<int>, false);
- Eval(0990, o is EmptyStructGen<int>[], false);
- Eval(0991, o is EmptyStructGen<int>?, false);
- Eval(0992, o is EmptyStructGen<int>?[], false);
- Eval(0993, o is NotEmptyStructGen<Guid>, false);
- Eval(0994, o is NotEmptyStructGen<Guid>[], false);
- Eval(0995, o is NotEmptyStructGen<Guid>?, false);
- Eval(0996, o is NotEmptyStructGen<Guid>?[], false);
- Eval(0997, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0998, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0999, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1000, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0989, o is EmptyStructGen<int>, false);
+// Eval(0990, o is EmptyStructGen<int>[], false);
+// Eval(0991, o is EmptyStructGen<int>?, false);
+// Eval(0992, o is EmptyStructGen<int>?[], false);
+// Eval(0993, o is NotEmptyStructGen<Guid>, false);
+// Eval(0994, o is NotEmptyStructGen<Guid>[], false);
+// Eval(0995, o is NotEmptyStructGen<Guid>?, false);
+// Eval(0996, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(0997, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0998, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0999, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1000, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1001, o is NestedStruct, false);
Eval(1002, o is NestedStruct[], false);
Eval(1003, o is NestedStruct?, false);
Eval(1004, o is NestedStruct?[], false);
- Eval(1005, o is NestedStructGen<Decimal>, false);
- Eval(1006, o is NestedStructGen<Decimal>[], false);
- Eval(1007, o is NestedStructGen<Decimal>?, false);
- Eval(1008, o is NestedStructGen<Decimal>?[], false);
+// Eval(1005, o is NestedStructGen<Decimal>, false);
+// Eval(1006, o is NestedStructGen<Decimal>[], false);
+// Eval(1007, o is NestedStructGen<Decimal>?, false);
+// Eval(1008, o is NestedStructGen<Decimal>?[], false);
Eval(1009, o is ExplicitFieldOffsetStruct, false);
Eval(1010, o is ExplicitFieldOffsetStruct[], false);
Eval(1011, o is ExplicitFieldOffsetStruct?, false);
@@ -1027,18 +1027,18 @@ internal class Program
Eval(1030, o is ImplementTwoInterface[], false);
Eval(1031, o is ImplementTwoInterface?, false);
Eval(1032, o is ImplementTwoInterface?[], false);
- Eval(1033, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(1034, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(1035, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(1036, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(1037, o is ImplementTwoInterfaceGen<int>, false);
- Eval(1038, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(1039, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(1040, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(1041, o is ImplementAllInterface<int>, false);
- Eval(1042, o is ImplementAllInterface<int>[], false);
- Eval(1043, o is ImplementAllInterface<int>?, false);
- Eval(1044, o is ImplementAllInterface<int>?[], false);
+// Eval(1033, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(1034, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(1035, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(1036, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(1037, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(1038, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(1039, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(1040, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(1041, o is ImplementAllInterface<int>, false);
+// Eval(1042, o is ImplementAllInterface<int>[], false);
+// Eval(1043, o is ImplementAllInterface<int>?, false);
+// Eval(1044, o is ImplementAllInterface<int>?[], false);
Eval(1045, o is IntE, false);
Eval(1046, o is IntE[], false);
Eval(1047, o is IntE?, false);
@@ -1137,38 +1137,38 @@ internal class Program
Eval(1140, o is IEmpty[], false);
Eval(1141, o is INotEmpty, false);
Eval(1142, o is INotEmpty[], false);
- Eval(1143, o is IEmptyGen<int>, false);
- Eval(1144, o is IEmptyGen<int>[], false);
- Eval(1145, o is INotEmptyGen<int>, false);
- Eval(1146, o is INotEmptyGen<int>[], false);
+// Eval(1143, o is IEmptyGen<int>, false);
+// Eval(1144, o is IEmptyGen<int>[], false);
+// Eval(1145, o is INotEmptyGen<int>, false);
+// Eval(1146, o is INotEmptyGen<int>[], false);
Eval(1147, o is SimpleDelegate, false);
Eval(1148, o is SimpleDelegate[], false);
- Eval(1149, o is GenericDelegate<int>, false);
- Eval(1150, o is GenericDelegate<int>[], false);
+// Eval(1149, o is GenericDelegate<int>, false);
+// Eval(1150, o is GenericDelegate<int>[], false);
Eval(1151, o is EmptyClass, false);
Eval(1152, o is EmptyClass[], false);
Eval(1153, o is NotEmptyClass, false);
Eval(1154, o is NotEmptyClass[], false);
- Eval(1155, o is EmptyClassGen<int>, false);
- Eval(1156, o is EmptyClassGen<int>[], false);
- Eval(1157, o is NotEmptyClassGen<Guid>, false);
- Eval(1158, o is NotEmptyClassGen<Guid>[], false);
- Eval(1159, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(1160, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(1155, o is EmptyClassGen<int>, false);
+// Eval(1156, o is EmptyClassGen<int>[], false);
+// Eval(1157, o is NotEmptyClassGen<Guid>, false);
+// Eval(1158, o is NotEmptyClassGen<Guid>[], false);
+// Eval(1159, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(1160, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(1161, o is NestedClass, false);
Eval(1162, o is NestedClass[], false);
- Eval(1163, o is NestedClassGen<Decimal>, false);
- Eval(1164, o is NestedClassGen<Decimal>[], false);
+// Eval(1163, o is NestedClassGen<Decimal>, false);
+// Eval(1164, o is NestedClassGen<Decimal>[], false);
Eval(1165, o is ImplementOneInterfaceC, false);
Eval(1166, o is ImplementOneInterfaceC[], false);
Eval(1167, o is ImplementTwoInterfaceC, false);
Eval(1168, o is ImplementTwoInterfaceC[], false);
- Eval(1169, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(1170, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(1171, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(1172, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(1173, o is ImplementAllInterfaceC<int>, false);
- Eval(1174, o is ImplementAllInterfaceC<int>[], false);
+// Eval(1169, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(1170, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(1171, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(1172, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(1173, o is ImplementAllInterfaceC<int>, false);
+// Eval(1174, o is ImplementAllInterfaceC<int>[], false);
Eval(1175, o is SealedClass, false);
Eval(1176, o is SealedClass[], false);
}
@@ -1186,26 +1186,26 @@ internal class Program
Eval(1182, o is NotEmptyStruct[], false);
Eval(1183, o is NotEmptyStruct?, false);
Eval(1184, o is NotEmptyStruct?[], false);
- Eval(1185, o is EmptyStructGen<int>, true);
- Eval(1186, o is EmptyStructGen<int>[], false);
- Eval(1187, o is EmptyStructGen<int>?, true);
- Eval(1188, o is EmptyStructGen<int>?[], false);
- Eval(1189, o is NotEmptyStructGen<Guid>, false);
- Eval(1190, o is NotEmptyStructGen<Guid>[], false);
- Eval(1191, o is NotEmptyStructGen<Guid>?, false);
- Eval(1192, o is NotEmptyStructGen<Guid>?[], false);
- Eval(1193, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(1194, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(1195, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1196, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(1185, o is EmptyStructGen<int>, true);
+// Eval(1186, o is EmptyStructGen<int>[], false);
+// Eval(1187, o is EmptyStructGen<int>?, true);
+// Eval(1188, o is EmptyStructGen<int>?[], false);
+// Eval(1189, o is NotEmptyStructGen<Guid>, false);
+// Eval(1190, o is NotEmptyStructGen<Guid>[], false);
+// Eval(1191, o is NotEmptyStructGen<Guid>?, false);
+// Eval(1192, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(1193, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(1194, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(1195, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1196, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1197, o is NestedStruct, false);
Eval(1198, o is NestedStruct[], false);
Eval(1199, o is NestedStruct?, false);
Eval(1200, o is NestedStruct?[], false);
- Eval(1201, o is NestedStructGen<Decimal>, false);
- Eval(1202, o is NestedStructGen<Decimal>[], false);
- Eval(1203, o is NestedStructGen<Decimal>?, false);
- Eval(1204, o is NestedStructGen<Decimal>?[], false);
+// Eval(1201, o is NestedStructGen<Decimal>, false);
+// Eval(1202, o is NestedStructGen<Decimal>[], false);
+// Eval(1203, o is NestedStructGen<Decimal>?, false);
+// Eval(1204, o is NestedStructGen<Decimal>?[], false);
Eval(1205, o is ExplicitFieldOffsetStruct, false);
Eval(1206, o is ExplicitFieldOffsetStruct[], false);
Eval(1207, o is ExplicitFieldOffsetStruct?, false);
@@ -1222,18 +1222,18 @@ internal class Program
Eval(1226, o is ImplementTwoInterface[], false);
Eval(1227, o is ImplementTwoInterface?, false);
Eval(1228, o is ImplementTwoInterface?[], false);
- Eval(1229, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(1230, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(1231, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(1232, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(1233, o is ImplementTwoInterfaceGen<int>, false);
- Eval(1234, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(1235, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(1236, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(1237, o is ImplementAllInterface<int>, false);
- Eval(1238, o is ImplementAllInterface<int>[], false);
- Eval(1239, o is ImplementAllInterface<int>?, false);
- Eval(1240, o is ImplementAllInterface<int>?[], false);
+// Eval(1229, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(1230, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(1231, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(1232, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(1233, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(1234, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(1235, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(1236, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(1237, o is ImplementAllInterface<int>, false);
+// Eval(1238, o is ImplementAllInterface<int>[], false);
+// Eval(1239, o is ImplementAllInterface<int>?, false);
+// Eval(1240, o is ImplementAllInterface<int>?[], false);
Eval(1241, o is IntE, false);
Eval(1242, o is IntE[], false);
Eval(1243, o is IntE?, false);
@@ -1332,38 +1332,38 @@ internal class Program
Eval(1336, o is IEmpty[], false);
Eval(1337, o is INotEmpty, false);
Eval(1338, o is INotEmpty[], false);
- Eval(1339, o is IEmptyGen<int>, false);
- Eval(1340, o is IEmptyGen<int>[], false);
- Eval(1341, o is INotEmptyGen<int>, false);
- Eval(1342, o is INotEmptyGen<int>[], false);
+// Eval(1339, o is IEmptyGen<int>, false);
+// Eval(1340, o is IEmptyGen<int>[], false);
+// Eval(1341, o is INotEmptyGen<int>, false);
+// Eval(1342, o is INotEmptyGen<int>[], false);
Eval(1343, o is SimpleDelegate, false);
Eval(1344, o is SimpleDelegate[], false);
- Eval(1345, o is GenericDelegate<int>, false);
- Eval(1346, o is GenericDelegate<int>[], false);
+// Eval(1345, o is GenericDelegate<int>, false);
+// Eval(1346, o is GenericDelegate<int>[], false);
Eval(1347, o is EmptyClass, false);
Eval(1348, o is EmptyClass[], false);
Eval(1349, o is NotEmptyClass, false);
Eval(1350, o is NotEmptyClass[], false);
- Eval(1351, o is EmptyClassGen<int>, false);
- Eval(1352, o is EmptyClassGen<int>[], false);
- Eval(1353, o is NotEmptyClassGen<Guid>, false);
- Eval(1354, o is NotEmptyClassGen<Guid>[], false);
- Eval(1355, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(1356, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(1351, o is EmptyClassGen<int>, false);
+// Eval(1352, o is EmptyClassGen<int>[], false);
+// Eval(1353, o is NotEmptyClassGen<Guid>, false);
+// Eval(1354, o is NotEmptyClassGen<Guid>[], false);
+// Eval(1355, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(1356, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(1357, o is NestedClass, false);
Eval(1358, o is NestedClass[], false);
- Eval(1359, o is NestedClassGen<Decimal>, false);
- Eval(1360, o is NestedClassGen<Decimal>[], false);
+// Eval(1359, o is NestedClassGen<Decimal>, false);
+// Eval(1360, o is NestedClassGen<Decimal>[], false);
Eval(1361, o is ImplementOneInterfaceC, false);
Eval(1362, o is ImplementOneInterfaceC[], false);
Eval(1363, o is ImplementTwoInterfaceC, false);
Eval(1364, o is ImplementTwoInterfaceC[], false);
- Eval(1365, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(1366, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(1367, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(1368, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(1369, o is ImplementAllInterfaceC<int>, false);
- Eval(1370, o is ImplementAllInterfaceC<int>[], false);
+// Eval(1365, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(1366, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(1367, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(1368, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(1369, o is ImplementAllInterfaceC<int>, false);
+// Eval(1370, o is ImplementAllInterfaceC<int>[], false);
Eval(1371, o is SealedClass, false);
Eval(1372, o is SealedClass[], false);
}
@@ -1378,26 +1378,26 @@ internal class Program
Eval(1378, o is NotEmptyStruct[], false);
Eval(1379, o is NotEmptyStruct?, false);
Eval(1380, o is NotEmptyStruct?[], false);
- Eval(1381, o is EmptyStructGen<int>, true);
- Eval(1382, o is EmptyStructGen<int>[], false);
- Eval(1383, o is EmptyStructGen<int>?, true);
- Eval(1384, o is EmptyStructGen<int>?[], false);
- Eval(1385, o is NotEmptyStructGen<Guid>, false);
- Eval(1386, o is NotEmptyStructGen<Guid>[], false);
- Eval(1387, o is NotEmptyStructGen<Guid>?, false);
- Eval(1388, o is NotEmptyStructGen<Guid>?[], false);
- Eval(1389, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(1390, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(1391, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1392, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(1381, o is EmptyStructGen<int>, true);
+// Eval(1382, o is EmptyStructGen<int>[], false);
+// Eval(1383, o is EmptyStructGen<int>?, true);
+// Eval(1384, o is EmptyStructGen<int>?[], false);
+// Eval(1385, o is NotEmptyStructGen<Guid>, false);
+// Eval(1386, o is NotEmptyStructGen<Guid>[], false);
+// Eval(1387, o is NotEmptyStructGen<Guid>?, false);
+// Eval(1388, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(1389, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(1390, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(1391, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1392, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1393, o is NestedStruct, false);
Eval(1394, o is NestedStruct[], false);
Eval(1395, o is NestedStruct?, false);
Eval(1396, o is NestedStruct?[], false);
- Eval(1397, o is NestedStructGen<Decimal>, false);
- Eval(1398, o is NestedStructGen<Decimal>[], false);
- Eval(1399, o is NestedStructGen<Decimal>?, false);
- Eval(1400, o is NestedStructGen<Decimal>?[], false);
+// Eval(1397, o is NestedStructGen<Decimal>, false);
+// Eval(1398, o is NestedStructGen<Decimal>[], false);
+// Eval(1399, o is NestedStructGen<Decimal>?, false);
+// Eval(1400, o is NestedStructGen<Decimal>?[], false);
Eval(1401, o is ExplicitFieldOffsetStruct, false);
Eval(1402, o is ExplicitFieldOffsetStruct[], false);
Eval(1403, o is ExplicitFieldOffsetStruct?, false);
@@ -1414,18 +1414,18 @@ internal class Program
Eval(1422, o is ImplementTwoInterface[], false);
Eval(1423, o is ImplementTwoInterface?, false);
Eval(1424, o is ImplementTwoInterface?[], false);
- Eval(1425, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(1426, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(1427, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(1428, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(1429, o is ImplementTwoInterfaceGen<int>, false);
- Eval(1430, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(1431, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(1432, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(1433, o is ImplementAllInterface<int>, false);
- Eval(1434, o is ImplementAllInterface<int>[], false);
- Eval(1435, o is ImplementAllInterface<int>?, false);
- Eval(1436, o is ImplementAllInterface<int>?[], false);
+// Eval(1425, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(1426, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(1427, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(1428, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(1429, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(1430, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(1431, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(1432, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(1433, o is ImplementAllInterface<int>, false);
+// Eval(1434, o is ImplementAllInterface<int>[], false);
+// Eval(1435, o is ImplementAllInterface<int>?, false);
+// Eval(1436, o is ImplementAllInterface<int>?[], false);
Eval(1437, o is IntE, false);
Eval(1438, o is IntE[], false);
Eval(1439, o is IntE?, false);
@@ -1524,38 +1524,38 @@ internal class Program
Eval(1532, o is IEmpty[], false);
Eval(1533, o is INotEmpty, false);
Eval(1534, o is INotEmpty[], false);
- Eval(1535, o is IEmptyGen<int>, false);
- Eval(1536, o is IEmptyGen<int>[], false);
- Eval(1537, o is INotEmptyGen<int>, false);
- Eval(1538, o is INotEmptyGen<int>[], false);
+// Eval(1535, o is IEmptyGen<int>, false);
+// Eval(1536, o is IEmptyGen<int>[], false);
+// Eval(1537, o is INotEmptyGen<int>, false);
+// Eval(1538, o is INotEmptyGen<int>[], false);
Eval(1539, o is SimpleDelegate, false);
Eval(1540, o is SimpleDelegate[], false);
- Eval(1541, o is GenericDelegate<int>, false);
- Eval(1542, o is GenericDelegate<int>[], false);
+// Eval(1541, o is GenericDelegate<int>, false);
+// Eval(1542, o is GenericDelegate<int>[], false);
Eval(1543, o is EmptyClass, false);
Eval(1544, o is EmptyClass[], false);
Eval(1545, o is NotEmptyClass, false);
Eval(1546, o is NotEmptyClass[], false);
- Eval(1547, o is EmptyClassGen<int>, false);
- Eval(1548, o is EmptyClassGen<int>[], false);
- Eval(1549, o is NotEmptyClassGen<Guid>, false);
- Eval(1550, o is NotEmptyClassGen<Guid>[], false);
- Eval(1551, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(1552, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(1547, o is EmptyClassGen<int>, false);
+// Eval(1548, o is EmptyClassGen<int>[], false);
+// Eval(1549, o is NotEmptyClassGen<Guid>, false);
+// Eval(1550, o is NotEmptyClassGen<Guid>[], false);
+// Eval(1551, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(1552, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(1553, o is NestedClass, false);
Eval(1554, o is NestedClass[], false);
- Eval(1555, o is NestedClassGen<Decimal>, false);
- Eval(1556, o is NestedClassGen<Decimal>[], false);
+// Eval(1555, o is NestedClassGen<Decimal>, false);
+// Eval(1556, o is NestedClassGen<Decimal>[], false);
Eval(1557, o is ImplementOneInterfaceC, false);
Eval(1558, o is ImplementOneInterfaceC[], false);
Eval(1559, o is ImplementTwoInterfaceC, false);
Eval(1560, o is ImplementTwoInterfaceC[], false);
- Eval(1561, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(1562, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(1563, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(1564, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(1565, o is ImplementAllInterfaceC<int>, false);
- Eval(1566, o is ImplementAllInterfaceC<int>[], false);
+// Eval(1561, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(1562, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(1563, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(1564, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(1565, o is ImplementAllInterfaceC<int>, false);
+// Eval(1566, o is ImplementAllInterfaceC<int>[], false);
Eval(1567, o is SealedClass, false);
Eval(1568, o is SealedClass[], false);
}
@@ -1570,26 +1570,26 @@ internal class Program
Eval(1574, o is NotEmptyStruct[], false);
Eval(1575, o is NotEmptyStruct?, false);
Eval(1576, o is NotEmptyStruct?[], false);
- Eval(1577, o is EmptyStructGen<int>, false);
- Eval(1578, o is EmptyStructGen<int>[], false);
- Eval(1579, o is EmptyStructGen<int>?, false);
- Eval(1580, o is EmptyStructGen<int>?[], false);
- Eval(1581, o is NotEmptyStructGen<Guid>, false);
- Eval(1582, o is NotEmptyStructGen<Guid>[], false);
- Eval(1583, o is NotEmptyStructGen<Guid>?, false);
- Eval(1584, o is NotEmptyStructGen<Guid>?[], false);
- Eval(1585, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(1586, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(1587, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1588, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(1577, o is EmptyStructGen<int>, false);
+// Eval(1578, o is EmptyStructGen<int>[], false);
+// Eval(1579, o is EmptyStructGen<int>?, false);
+// Eval(1580, o is EmptyStructGen<int>?[], false);
+// Eval(1581, o is NotEmptyStructGen<Guid>, false);
+// Eval(1582, o is NotEmptyStructGen<Guid>[], false);
+// Eval(1583, o is NotEmptyStructGen<Guid>?, false);
+// Eval(1584, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(1585, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(1586, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(1587, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1588, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1589, o is NestedStruct, false);
Eval(1590, o is NestedStruct[], false);
Eval(1591, o is NestedStruct?, false);
Eval(1592, o is NestedStruct?[], false);
- Eval(1593, o is NestedStructGen<Decimal>, false);
- Eval(1594, o is NestedStructGen<Decimal>[], false);
- Eval(1595, o is NestedStructGen<Decimal>?, false);
- Eval(1596, o is NestedStructGen<Decimal>?[], false);
+// Eval(1593, o is NestedStructGen<Decimal>, false);
+// Eval(1594, o is NestedStructGen<Decimal>[], false);
+// Eval(1595, o is NestedStructGen<Decimal>?, false);
+// Eval(1596, o is NestedStructGen<Decimal>?[], false);
Eval(1597, o is ExplicitFieldOffsetStruct, false);
Eval(1598, o is ExplicitFieldOffsetStruct[], false);
Eval(1599, o is ExplicitFieldOffsetStruct?, false);
@@ -1606,18 +1606,18 @@ internal class Program
Eval(1618, o is ImplementTwoInterface[], false);
Eval(1619, o is ImplementTwoInterface?, false);
Eval(1620, o is ImplementTwoInterface?[], false);
- Eval(1621, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(1622, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(1623, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(1624, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(1625, o is ImplementTwoInterfaceGen<int>, false);
- Eval(1626, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(1627, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(1628, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(1629, o is ImplementAllInterface<int>, false);
- Eval(1630, o is ImplementAllInterface<int>[], false);
- Eval(1631, o is ImplementAllInterface<int>?, false);
- Eval(1632, o is ImplementAllInterface<int>?[], false);
+// Eval(1621, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(1622, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(1623, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(1624, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(1625, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(1626, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(1627, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(1628, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(1629, o is ImplementAllInterface<int>, false);
+// Eval(1630, o is ImplementAllInterface<int>[], false);
+// Eval(1631, o is ImplementAllInterface<int>?, false);
+// Eval(1632, o is ImplementAllInterface<int>?[], false);
Eval(1633, o is IntE, false);
Eval(1634, o is IntE[], false);
Eval(1635, o is IntE?, false);
@@ -1716,38 +1716,38 @@ internal class Program
Eval(1728, o is IEmpty[], false);
Eval(1729, o is INotEmpty, false);
Eval(1730, o is INotEmpty[], false);
- Eval(1731, o is IEmptyGen<int>, false);
- Eval(1732, o is IEmptyGen<int>[], false);
- Eval(1733, o is INotEmptyGen<int>, false);
- Eval(1734, o is INotEmptyGen<int>[], false);
+// Eval(1731, o is IEmptyGen<int>, false);
+// Eval(1732, o is IEmptyGen<int>[], false);
+// Eval(1733, o is INotEmptyGen<int>, false);
+// Eval(1734, o is INotEmptyGen<int>[], false);
Eval(1735, o is SimpleDelegate, false);
Eval(1736, o is SimpleDelegate[], false);
- Eval(1737, o is GenericDelegate<int>, false);
- Eval(1738, o is GenericDelegate<int>[], false);
+// Eval(1737, o is GenericDelegate<int>, false);
+// Eval(1738, o is GenericDelegate<int>[], false);
Eval(1739, o is EmptyClass, false);
Eval(1740, o is EmptyClass[], false);
Eval(1741, o is NotEmptyClass, false);
Eval(1742, o is NotEmptyClass[], false);
- Eval(1743, o is EmptyClassGen<int>, false);
- Eval(1744, o is EmptyClassGen<int>[], false);
- Eval(1745, o is NotEmptyClassGen<Guid>, false);
- Eval(1746, o is NotEmptyClassGen<Guid>[], false);
- Eval(1747, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(1748, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(1743, o is EmptyClassGen<int>, false);
+// Eval(1744, o is EmptyClassGen<int>[], false);
+// Eval(1745, o is NotEmptyClassGen<Guid>, false);
+// Eval(1746, o is NotEmptyClassGen<Guid>[], false);
+// Eval(1747, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(1748, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(1749, o is NestedClass, false);
Eval(1750, o is NestedClass[], false);
- Eval(1751, o is NestedClassGen<Decimal>, false);
- Eval(1752, o is NestedClassGen<Decimal>[], false);
+// Eval(1751, o is NestedClassGen<Decimal>, false);
+// Eval(1752, o is NestedClassGen<Decimal>[], false);
Eval(1753, o is ImplementOneInterfaceC, false);
Eval(1754, o is ImplementOneInterfaceC[], false);
Eval(1755, o is ImplementTwoInterfaceC, false);
Eval(1756, o is ImplementTwoInterfaceC[], false);
- Eval(1757, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(1758, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(1759, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(1760, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(1761, o is ImplementAllInterfaceC<int>, false);
- Eval(1762, o is ImplementAllInterfaceC<int>[], false);
+// Eval(1757, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(1758, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(1759, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(1760, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(1761, o is ImplementAllInterfaceC<int>, false);
+// Eval(1762, o is ImplementAllInterfaceC<int>[], false);
Eval(1763, o is SealedClass, false);
Eval(1764, o is SealedClass[], false);
}
@@ -1765,26 +1765,26 @@ internal class Program
Eval(1770, o is NotEmptyStruct[], false);
Eval(1771, o is NotEmptyStruct?, false);
Eval(1772, o is NotEmptyStruct?[], false);
- Eval(1773, o is EmptyStructGen<int>, false);
- Eval(1774, o is EmptyStructGen<int>[], false);
- Eval(1775, o is EmptyStructGen<int>?, false);
- Eval(1776, o is EmptyStructGen<int>?[], false);
- Eval(1777, o is NotEmptyStructGen<Guid>, true);
- Eval(1778, o is NotEmptyStructGen<Guid>[], false);
- Eval(1779, o is NotEmptyStructGen<Guid>?, true);
- Eval(1780, o is NotEmptyStructGen<Guid>?[], false);
- Eval(1781, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(1782, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(1783, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1784, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(1773, o is EmptyStructGen<int>, false);
+// Eval(1774, o is EmptyStructGen<int>[], false);
+// Eval(1775, o is EmptyStructGen<int>?, false);
+// Eval(1776, o is EmptyStructGen<int>?[], false);
+// Eval(1777, o is NotEmptyStructGen<Guid>, true);
+// Eval(1778, o is NotEmptyStructGen<Guid>[], false);
+// Eval(1779, o is NotEmptyStructGen<Guid>?, true);
+// Eval(1780, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(1781, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(1782, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(1783, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1784, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1785, o is NestedStruct, false);
Eval(1786, o is NestedStruct[], false);
Eval(1787, o is NestedStruct?, false);
Eval(1788, o is NestedStruct?[], false);
- Eval(1789, o is NestedStructGen<Decimal>, false);
- Eval(1790, o is NestedStructGen<Decimal>[], false);
- Eval(1791, o is NestedStructGen<Decimal>?, false);
- Eval(1792, o is NestedStructGen<Decimal>?[], false);
+// Eval(1789, o is NestedStructGen<Decimal>, false);
+// Eval(1790, o is NestedStructGen<Decimal>[], false);
+// Eval(1791, o is NestedStructGen<Decimal>?, false);
+// Eval(1792, o is NestedStructGen<Decimal>?[], false);
Eval(1793, o is ExplicitFieldOffsetStruct, false);
Eval(1794, o is ExplicitFieldOffsetStruct[], false);
Eval(1795, o is ExplicitFieldOffsetStruct?, false);
@@ -1801,18 +1801,18 @@ internal class Program
Eval(1814, o is ImplementTwoInterface[], false);
Eval(1815, o is ImplementTwoInterface?, false);
Eval(1816, o is ImplementTwoInterface?[], false);
- Eval(1817, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(1818, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(1819, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(1820, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(1821, o is ImplementTwoInterfaceGen<int>, false);
- Eval(1822, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(1823, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(1824, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(1825, o is ImplementAllInterface<int>, false);
- Eval(1826, o is ImplementAllInterface<int>[], false);
- Eval(1827, o is ImplementAllInterface<int>?, false);
- Eval(1828, o is ImplementAllInterface<int>?[], false);
+// Eval(1817, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(1818, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(1819, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(1820, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(1821, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(1822, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(1823, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(1824, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(1825, o is ImplementAllInterface<int>, false);
+// Eval(1826, o is ImplementAllInterface<int>[], false);
+// Eval(1827, o is ImplementAllInterface<int>?, false);
+// Eval(1828, o is ImplementAllInterface<int>?[], false);
Eval(1829, o is IntE, false);
Eval(1830, o is IntE[], false);
Eval(1831, o is IntE?, false);
@@ -1911,38 +1911,38 @@ internal class Program
Eval(1924, o is IEmpty[], false);
Eval(1925, o is INotEmpty, false);
Eval(1926, o is INotEmpty[], false);
- Eval(1927, o is IEmptyGen<int>, false);
- Eval(1928, o is IEmptyGen<int>[], false);
- Eval(1929, o is INotEmptyGen<int>, false);
- Eval(1930, o is INotEmptyGen<int>[], false);
+// Eval(1927, o is IEmptyGen<int>, false);
+// Eval(1928, o is IEmptyGen<int>[], false);
+// Eval(1929, o is INotEmptyGen<int>, false);
+// Eval(1930, o is INotEmptyGen<int>[], false);
Eval(1931, o is SimpleDelegate, false);
Eval(1932, o is SimpleDelegate[], false);
- Eval(1933, o is GenericDelegate<int>, false);
- Eval(1934, o is GenericDelegate<int>[], false);
+// Eval(1933, o is GenericDelegate<int>, false);
+// Eval(1934, o is GenericDelegate<int>[], false);
Eval(1935, o is EmptyClass, false);
Eval(1936, o is EmptyClass[], false);
Eval(1937, o is NotEmptyClass, false);
Eval(1938, o is NotEmptyClass[], false);
- Eval(1939, o is EmptyClassGen<int>, false);
- Eval(1940, o is EmptyClassGen<int>[], false);
- Eval(1941, o is NotEmptyClassGen<Guid>, false);
- Eval(1942, o is NotEmptyClassGen<Guid>[], false);
- Eval(1943, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(1944, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(1939, o is EmptyClassGen<int>, false);
+// Eval(1940, o is EmptyClassGen<int>[], false);
+// Eval(1941, o is NotEmptyClassGen<Guid>, false);
+// Eval(1942, o is NotEmptyClassGen<Guid>[], false);
+// Eval(1943, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(1944, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(1945, o is NestedClass, false);
Eval(1946, o is NestedClass[], false);
- Eval(1947, o is NestedClassGen<Decimal>, false);
- Eval(1948, o is NestedClassGen<Decimal>[], false);
+// Eval(1947, o is NestedClassGen<Decimal>, false);
+// Eval(1948, o is NestedClassGen<Decimal>[], false);
Eval(1949, o is ImplementOneInterfaceC, false);
Eval(1950, o is ImplementOneInterfaceC[], false);
Eval(1951, o is ImplementTwoInterfaceC, false);
Eval(1952, o is ImplementTwoInterfaceC[], false);
- Eval(1953, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(1954, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(1955, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(1956, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(1957, o is ImplementAllInterfaceC<int>, false);
- Eval(1958, o is ImplementAllInterfaceC<int>[], false);
+// Eval(1953, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(1954, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(1955, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(1956, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(1957, o is ImplementAllInterfaceC<int>, false);
+// Eval(1958, o is ImplementAllInterfaceC<int>[], false);
Eval(1959, o is SealedClass, false);
Eval(1960, o is SealedClass[], false);
}
@@ -1957,26 +1957,26 @@ internal class Program
Eval(1966, o is NotEmptyStruct[], false);
Eval(1967, o is NotEmptyStruct?, false);
Eval(1968, o is NotEmptyStruct?[], false);
- Eval(1969, o is EmptyStructGen<int>, false);
- Eval(1970, o is EmptyStructGen<int>[], false);
- Eval(1971, o is EmptyStructGen<int>?, false);
- Eval(1972, o is EmptyStructGen<int>?[], false);
- Eval(1973, o is NotEmptyStructGen<Guid>, true);
- Eval(1974, o is NotEmptyStructGen<Guid>[], false);
- Eval(1975, o is NotEmptyStructGen<Guid>?, true);
- Eval(1976, o is NotEmptyStructGen<Guid>?[], false);
- Eval(1977, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(1978, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(1979, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1980, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(1969, o is EmptyStructGen<int>, false);
+// Eval(1970, o is EmptyStructGen<int>[], false);
+// Eval(1971, o is EmptyStructGen<int>?, false);
+// Eval(1972, o is EmptyStructGen<int>?[], false);
+// Eval(1973, o is NotEmptyStructGen<Guid>, true);
+// Eval(1974, o is NotEmptyStructGen<Guid>[], false);
+// Eval(1975, o is NotEmptyStructGen<Guid>?, true);
+// Eval(1976, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(1977, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(1978, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(1979, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1980, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1981, o is NestedStruct, false);
Eval(1982, o is NestedStruct[], false);
Eval(1983, o is NestedStruct?, false);
Eval(1984, o is NestedStruct?[], false);
- Eval(1985, o is NestedStructGen<Decimal>, false);
- Eval(1986, o is NestedStructGen<Decimal>[], false);
- Eval(1987, o is NestedStructGen<Decimal>?, false);
- Eval(1988, o is NestedStructGen<Decimal>?[], false);
+// Eval(1985, o is NestedStructGen<Decimal>, false);
+// Eval(1986, o is NestedStructGen<Decimal>[], false);
+// Eval(1987, o is NestedStructGen<Decimal>?, false);
+// Eval(1988, o is NestedStructGen<Decimal>?[], false);
Eval(1989, o is ExplicitFieldOffsetStruct, false);
Eval(1990, o is ExplicitFieldOffsetStruct[], false);
Eval(1991, o is ExplicitFieldOffsetStruct?, false);
@@ -1993,18 +1993,18 @@ internal class Program
Eval(2010, o is ImplementTwoInterface[], false);
Eval(2011, o is ImplementTwoInterface?, false);
Eval(2012, o is ImplementTwoInterface?[], false);
- Eval(2013, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2014, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2015, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2016, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2017, o is ImplementTwoInterfaceGen<int>, false);
- Eval(2018, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(2019, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(2020, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(2021, o is ImplementAllInterface<int>, false);
- Eval(2022, o is ImplementAllInterface<int>[], false);
- Eval(2023, o is ImplementAllInterface<int>?, false);
- Eval(2024, o is ImplementAllInterface<int>?[], false);
+// Eval(2013, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2014, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2015, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2016, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2017, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(2018, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2019, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(2020, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(2021, o is ImplementAllInterface<int>, false);
+// Eval(2022, o is ImplementAllInterface<int>[], false);
+// Eval(2023, o is ImplementAllInterface<int>?, false);
+// Eval(2024, o is ImplementAllInterface<int>?[], false);
Eval(2025, o is IntE, false);
Eval(2026, o is IntE[], false);
Eval(2027, o is IntE?, false);
@@ -2103,38 +2103,38 @@ internal class Program
Eval(2120, o is IEmpty[], false);
Eval(2121, o is INotEmpty, false);
Eval(2122, o is INotEmpty[], false);
- Eval(2123, o is IEmptyGen<int>, false);
- Eval(2124, o is IEmptyGen<int>[], false);
- Eval(2125, o is INotEmptyGen<int>, false);
- Eval(2126, o is INotEmptyGen<int>[], false);
+// Eval(2123, o is IEmptyGen<int>, false);
+// Eval(2124, o is IEmptyGen<int>[], false);
+// Eval(2125, o is INotEmptyGen<int>, false);
+// Eval(2126, o is INotEmptyGen<int>[], false);
Eval(2127, o is SimpleDelegate, false);
Eval(2128, o is SimpleDelegate[], false);
- Eval(2129, o is GenericDelegate<int>, false);
- Eval(2130, o is GenericDelegate<int>[], false);
+// Eval(2129, o is GenericDelegate<int>, false);
+// Eval(2130, o is GenericDelegate<int>[], false);
Eval(2131, o is EmptyClass, false);
Eval(2132, o is EmptyClass[], false);
Eval(2133, o is NotEmptyClass, false);
Eval(2134, o is NotEmptyClass[], false);
- Eval(2135, o is EmptyClassGen<int>, false);
- Eval(2136, o is EmptyClassGen<int>[], false);
- Eval(2137, o is NotEmptyClassGen<Guid>, false);
- Eval(2138, o is NotEmptyClassGen<Guid>[], false);
- Eval(2139, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(2140, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(2135, o is EmptyClassGen<int>, false);
+// Eval(2136, o is EmptyClassGen<int>[], false);
+// Eval(2137, o is NotEmptyClassGen<Guid>, false);
+// Eval(2138, o is NotEmptyClassGen<Guid>[], false);
+// Eval(2139, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(2140, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(2141, o is NestedClass, false);
Eval(2142, o is NestedClass[], false);
- Eval(2143, o is NestedClassGen<Decimal>, false);
- Eval(2144, o is NestedClassGen<Decimal>[], false);
+// Eval(2143, o is NestedClassGen<Decimal>, false);
+// Eval(2144, o is NestedClassGen<Decimal>[], false);
Eval(2145, o is ImplementOneInterfaceC, false);
Eval(2146, o is ImplementOneInterfaceC[], false);
Eval(2147, o is ImplementTwoInterfaceC, false);
Eval(2148, o is ImplementTwoInterfaceC[], false);
- Eval(2149, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(2150, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(2151, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(2152, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(2153, o is ImplementAllInterfaceC<int>, false);
- Eval(2154, o is ImplementAllInterfaceC<int>[], false);
+// Eval(2149, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(2150, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(2151, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(2152, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(2153, o is ImplementAllInterfaceC<int>, false);
+// Eval(2154, o is ImplementAllInterfaceC<int>[], false);
Eval(2155, o is SealedClass, false);
Eval(2156, o is SealedClass[], false);
}
@@ -2149,26 +2149,26 @@ internal class Program
Eval(2162, o is NotEmptyStruct[], false);
Eval(2163, o is NotEmptyStruct?, false);
Eval(2164, o is NotEmptyStruct?[], false);
- Eval(2165, o is EmptyStructGen<int>, false);
- Eval(2166, o is EmptyStructGen<int>[], false);
- Eval(2167, o is EmptyStructGen<int>?, false);
- Eval(2168, o is EmptyStructGen<int>?[], false);
- Eval(2169, o is NotEmptyStructGen<Guid>, false);
- Eval(2170, o is NotEmptyStructGen<Guid>[], false);
- Eval(2171, o is NotEmptyStructGen<Guid>?, false);
- Eval(2172, o is NotEmptyStructGen<Guid>?[], false);
- Eval(2173, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(2174, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(2175, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(2176, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(2165, o is EmptyStructGen<int>, false);
+// Eval(2166, o is EmptyStructGen<int>[], false);
+// Eval(2167, o is EmptyStructGen<int>?, false);
+// Eval(2168, o is EmptyStructGen<int>?[], false);
+// Eval(2169, o is NotEmptyStructGen<Guid>, false);
+// Eval(2170, o is NotEmptyStructGen<Guid>[], false);
+// Eval(2171, o is NotEmptyStructGen<Guid>?, false);
+// Eval(2172, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(2173, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(2174, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(2175, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(2176, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(2177, o is NestedStruct, false);
Eval(2178, o is NestedStruct[], false);
Eval(2179, o is NestedStruct?, false);
Eval(2180, o is NestedStruct?[], false);
- Eval(2181, o is NestedStructGen<Decimal>, false);
- Eval(2182, o is NestedStructGen<Decimal>[], false);
- Eval(2183, o is NestedStructGen<Decimal>?, false);
- Eval(2184, o is NestedStructGen<Decimal>?[], false);
+// Eval(2181, o is NestedStructGen<Decimal>, false);
+// Eval(2182, o is NestedStructGen<Decimal>[], false);
+// Eval(2183, o is NestedStructGen<Decimal>?, false);
+// Eval(2184, o is NestedStructGen<Decimal>?[], false);
Eval(2185, o is ExplicitFieldOffsetStruct, false);
Eval(2186, o is ExplicitFieldOffsetStruct[], false);
Eval(2187, o is ExplicitFieldOffsetStruct?, false);
@@ -2185,18 +2185,18 @@ internal class Program
Eval(2206, o is ImplementTwoInterface[], false);
Eval(2207, o is ImplementTwoInterface?, false);
Eval(2208, o is ImplementTwoInterface?[], false);
- Eval(2209, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2210, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2211, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2212, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2213, o is ImplementTwoInterfaceGen<int>, false);
- Eval(2214, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(2215, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(2216, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(2217, o is ImplementAllInterface<int>, false);
- Eval(2218, o is ImplementAllInterface<int>[], false);
- Eval(2219, o is ImplementAllInterface<int>?, false);
- Eval(2220, o is ImplementAllInterface<int>?[], false);
+// Eval(2209, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2210, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2211, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2212, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2213, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(2214, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2215, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(2216, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(2217, o is ImplementAllInterface<int>, false);
+// Eval(2218, o is ImplementAllInterface<int>[], false);
+// Eval(2219, o is ImplementAllInterface<int>?, false);
+// Eval(2220, o is ImplementAllInterface<int>?[], false);
Eval(2221, o is IntE, false);
Eval(2222, o is IntE[], false);
Eval(2223, o is IntE?, false);
@@ -2295,38 +2295,38 @@ internal class Program
Eval(2316, o is IEmpty[], false);
Eval(2317, o is INotEmpty, false);
Eval(2318, o is INotEmpty[], false);
- Eval(2319, o is IEmptyGen<int>, false);
- Eval(2320, o is IEmptyGen<int>[], false);
- Eval(2321, o is INotEmptyGen<int>, false);
- Eval(2322, o is INotEmptyGen<int>[], false);
+// Eval(2319, o is IEmptyGen<int>, false);
+// Eval(2320, o is IEmptyGen<int>[], false);
+// Eval(2321, o is INotEmptyGen<int>, false);
+// Eval(2322, o is INotEmptyGen<int>[], false);
Eval(2323, o is SimpleDelegate, false);
Eval(2324, o is SimpleDelegate[], false);
- Eval(2325, o is GenericDelegate<int>, false);
- Eval(2326, o is GenericDelegate<int>[], false);
+// Eval(2325, o is GenericDelegate<int>, false);
+// Eval(2326, o is GenericDelegate<int>[], false);
Eval(2327, o is EmptyClass, false);
Eval(2328, o is EmptyClass[], false);
Eval(2329, o is NotEmptyClass, false);
Eval(2330, o is NotEmptyClass[], false);
- Eval(2331, o is EmptyClassGen<int>, false);
- Eval(2332, o is EmptyClassGen<int>[], false);
- Eval(2333, o is NotEmptyClassGen<Guid>, false);
- Eval(2334, o is NotEmptyClassGen<Guid>[], false);
- Eval(2335, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(2336, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(2331, o is EmptyClassGen<int>, false);
+// Eval(2332, o is EmptyClassGen<int>[], false);
+// Eval(2333, o is NotEmptyClassGen<Guid>, false);
+// Eval(2334, o is NotEmptyClassGen<Guid>[], false);
+// Eval(2335, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(2336, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(2337, o is NestedClass, false);
Eval(2338, o is NestedClass[], false);
- Eval(2339, o is NestedClassGen<Decimal>, false);
- Eval(2340, o is NestedClassGen<Decimal>[], false);
+// Eval(2339, o is NestedClassGen<Decimal>, false);
+// Eval(2340, o is NestedClassGen<Decimal>[], false);
Eval(2341, o is ImplementOneInterfaceC, false);
Eval(2342, o is ImplementOneInterfaceC[], false);
Eval(2343, o is ImplementTwoInterfaceC, false);
Eval(2344, o is ImplementTwoInterfaceC[], false);
- Eval(2345, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(2346, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(2347, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(2348, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(2349, o is ImplementAllInterfaceC<int>, false);
- Eval(2350, o is ImplementAllInterfaceC<int>[], false);
+// Eval(2345, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(2346, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(2347, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(2348, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(2349, o is ImplementAllInterfaceC<int>, false);
+// Eval(2350, o is ImplementAllInterfaceC<int>[], false);
Eval(2351, o is SealedClass, false);
Eval(2352, o is SealedClass[], false);
}
@@ -2344,26 +2344,26 @@ internal class Program
Eval(2358, o is NotEmptyStruct[], false);
Eval(2359, o is NotEmptyStruct?, false);
Eval(2360, o is NotEmptyStruct?[], false);
- Eval(2361, o is EmptyStructGen<int>, false);
- Eval(2362, o is EmptyStructGen<int>[], false);
- Eval(2363, o is EmptyStructGen<int>?, false);
- Eval(2364, o is EmptyStructGen<int>?[], false);
- Eval(2365, o is NotEmptyStructGen<Guid>, false);
- Eval(2366, o is NotEmptyStructGen<Guid>[], false);
- Eval(2367, o is NotEmptyStructGen<Guid>?, false);
- Eval(2368, o is NotEmptyStructGen<Guid>?[], false);
- Eval(2369, o is NotEmptyStructConstrainedGen<IntPtr>, true);
- Eval(2370, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(2371, o is NotEmptyStructConstrainedGen<IntPtr>?, true);
- Eval(2372, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(2361, o is EmptyStructGen<int>, false);
+// Eval(2362, o is EmptyStructGen<int>[], false);
+// Eval(2363, o is EmptyStructGen<int>?, false);
+// Eval(2364, o is EmptyStructGen<int>?[], false);
+// Eval(2365, o is NotEmptyStructGen<Guid>, false);
+// Eval(2366, o is NotEmptyStructGen<Guid>[], false);
+// Eval(2367, o is NotEmptyStructGen<Guid>?, false);
+// Eval(2368, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(2369, o is NotEmptyStructConstrainedGen<IntPtr>, true);
+// Eval(2370, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(2371, o is NotEmptyStructConstrainedGen<IntPtr>?, true);
+// Eval(2372, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(2373, o is NestedStruct, false);
Eval(2374, o is NestedStruct[], false);
Eval(2375, o is NestedStruct?, false);
Eval(2376, o is NestedStruct?[], false);
- Eval(2377, o is NestedStructGen<Decimal>, false);
- Eval(2378, o is NestedStructGen<Decimal>[], false);
- Eval(2379, o is NestedStructGen<Decimal>?, false);
- Eval(2380, o is NestedStructGen<Decimal>?[], false);
+// Eval(2377, o is NestedStructGen<Decimal>, false);
+// Eval(2378, o is NestedStructGen<Decimal>[], false);
+// Eval(2379, o is NestedStructGen<Decimal>?, false);
+// Eval(2380, o is NestedStructGen<Decimal>?[], false);
Eval(2381, o is ExplicitFieldOffsetStruct, false);
Eval(2382, o is ExplicitFieldOffsetStruct[], false);
Eval(2383, o is ExplicitFieldOffsetStruct?, false);
@@ -2380,18 +2380,18 @@ internal class Program
Eval(2402, o is ImplementTwoInterface[], false);
Eval(2403, o is ImplementTwoInterface?, false);
Eval(2404, o is ImplementTwoInterface?[], false);
- Eval(2405, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2406, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2407, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2408, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2409, o is ImplementTwoInterfaceGen<int>, false);
- Eval(2410, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(2411, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(2412, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(2413, o is ImplementAllInterface<int>, false);
- Eval(2414, o is ImplementAllInterface<int>[], false);
- Eval(2415, o is ImplementAllInterface<int>?, false);
- Eval(2416, o is ImplementAllInterface<int>?[], false);
+// Eval(2405, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2406, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2407, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2408, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2409, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(2410, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2411, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(2412, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(2413, o is ImplementAllInterface<int>, false);
+// Eval(2414, o is ImplementAllInterface<int>[], false);
+// Eval(2415, o is ImplementAllInterface<int>?, false);
+// Eval(2416, o is ImplementAllInterface<int>?[], false);
Eval(2417, o is IntE, false);
Eval(2418, o is IntE[], false);
Eval(2419, o is IntE?, false);
@@ -2490,38 +2490,38 @@ internal class Program
Eval(2512, o is IEmpty[], false);
Eval(2513, o is INotEmpty, false);
Eval(2514, o is INotEmpty[], false);
- Eval(2515, o is IEmptyGen<int>, false);
- Eval(2516, o is IEmptyGen<int>[], false);
- Eval(2517, o is INotEmptyGen<int>, false);
- Eval(2518, o is INotEmptyGen<int>[], false);
+// Eval(2515, o is IEmptyGen<int>, false);
+// Eval(2516, o is IEmptyGen<int>[], false);
+// Eval(2517, o is INotEmptyGen<int>, false);
+// Eval(2518, o is INotEmptyGen<int>[], false);
Eval(2519, o is SimpleDelegate, false);
Eval(2520, o is SimpleDelegate[], false);
- Eval(2521, o is GenericDelegate<int>, false);
- Eval(2522, o is GenericDelegate<int>[], false);
+// Eval(2521, o is GenericDelegate<int>, false);
+// Eval(2522, o is GenericDelegate<int>[], false);
Eval(2523, o is EmptyClass, false);
Eval(2524, o is EmptyClass[], false);
Eval(2525, o is NotEmptyClass, false);
Eval(2526, o is NotEmptyClass[], false);
- Eval(2527, o is EmptyClassGen<int>, false);
- Eval(2528, o is EmptyClassGen<int>[], false);
- Eval(2529, o is NotEmptyClassGen<Guid>, false);
- Eval(2530, o is NotEmptyClassGen<Guid>[], false);
- Eval(2531, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(2532, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(2527, o is EmptyClassGen<int>, false);
+// Eval(2528, o is EmptyClassGen<int>[], false);
+// Eval(2529, o is NotEmptyClassGen<Guid>, false);
+// Eval(2530, o is NotEmptyClassGen<Guid>[], false);
+// Eval(2531, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(2532, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(2533, o is NestedClass, false);
Eval(2534, o is NestedClass[], false);
- Eval(2535, o is NestedClassGen<Decimal>, false);
- Eval(2536, o is NestedClassGen<Decimal>[], false);
+// Eval(2535, o is NestedClassGen<Decimal>, false);
+// Eval(2536, o is NestedClassGen<Decimal>[], false);
Eval(2537, o is ImplementOneInterfaceC, false);
Eval(2538, o is ImplementOneInterfaceC[], false);
Eval(2539, o is ImplementTwoInterfaceC, false);
Eval(2540, o is ImplementTwoInterfaceC[], false);
- Eval(2541, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(2542, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(2543, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(2544, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(2545, o is ImplementAllInterfaceC<int>, false);
- Eval(2546, o is ImplementAllInterfaceC<int>[], false);
+// Eval(2541, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(2542, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(2543, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(2544, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(2545, o is ImplementAllInterfaceC<int>, false);
+// Eval(2546, o is ImplementAllInterfaceC<int>[], false);
Eval(2547, o is SealedClass, false);
Eval(2548, o is SealedClass[], false);
}
@@ -2536,26 +2536,26 @@ internal class Program
Eval(2554, o is NotEmptyStruct[], false);
Eval(2555, o is NotEmptyStruct?, false);
Eval(2556, o is NotEmptyStruct?[], false);
- Eval(2557, o is EmptyStructGen<int>, false);
- Eval(2558, o is EmptyStructGen<int>[], false);
- Eval(2559, o is EmptyStructGen<int>?, false);
- Eval(2560, o is EmptyStructGen<int>?[], false);
- Eval(2561, o is NotEmptyStructGen<Guid>, false);
- Eval(2562, o is NotEmptyStructGen<Guid>[], false);
- Eval(2563, o is NotEmptyStructGen<Guid>?, false);
- Eval(2564, o is NotEmptyStructGen<Guid>?[], false);
- Eval(2565, o is NotEmptyStructConstrainedGen<IntPtr>, true);
- Eval(2566, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(2567, o is NotEmptyStructConstrainedGen<IntPtr>?, true);
- Eval(2568, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(2557, o is EmptyStructGen<int>, false);
+// Eval(2558, o is EmptyStructGen<int>[], false);
+// Eval(2559, o is EmptyStructGen<int>?, false);
+// Eval(2560, o is EmptyStructGen<int>?[], false);
+// Eval(2561, o is NotEmptyStructGen<Guid>, false);
+// Eval(2562, o is NotEmptyStructGen<Guid>[], false);
+// Eval(2563, o is NotEmptyStructGen<Guid>?, false);
+// Eval(2564, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(2565, o is NotEmptyStructConstrainedGen<IntPtr>, true);
+// Eval(2566, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(2567, o is NotEmptyStructConstrainedGen<IntPtr>?, true);
+// Eval(2568, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(2569, o is NestedStruct, false);
Eval(2570, o is NestedStruct[], false);
Eval(2571, o is NestedStruct?, false);
Eval(2572, o is NestedStruct?[], false);
- Eval(2573, o is NestedStructGen<Decimal>, false);
- Eval(2574, o is NestedStructGen<Decimal>[], false);
- Eval(2575, o is NestedStructGen<Decimal>?, false);
- Eval(2576, o is NestedStructGen<Decimal>?[], false);
+// Eval(2573, o is NestedStructGen<Decimal>, false);
+// Eval(2574, o is NestedStructGen<Decimal>[], false);
+// Eval(2575, o is NestedStructGen<Decimal>?, false);
+// Eval(2576, o is NestedStructGen<Decimal>?[], false);
Eval(2577, o is ExplicitFieldOffsetStruct, false);
Eval(2578, o is ExplicitFieldOffsetStruct[], false);
Eval(2579, o is ExplicitFieldOffsetStruct?, false);
@@ -2572,18 +2572,18 @@ internal class Program
Eval(2598, o is ImplementTwoInterface[], false);
Eval(2599, o is ImplementTwoInterface?, false);
Eval(2600, o is ImplementTwoInterface?[], false);
- Eval(2601, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2602, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2603, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2604, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2605, o is ImplementTwoInterfaceGen<int>, false);
- Eval(2606, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(2607, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(2608, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(2609, o is ImplementAllInterface<int>, false);
- Eval(2610, o is ImplementAllInterface<int>[], false);
- Eval(2611, o is ImplementAllInterface<int>?, false);
- Eval(2612, o is ImplementAllInterface<int>?[], false);
+// Eval(2601, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2602, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2603, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2604, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2605, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(2606, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2607, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(2608, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(2609, o is ImplementAllInterface<int>, false);
+// Eval(2610, o is ImplementAllInterface<int>[], false);
+// Eval(2611, o is ImplementAllInterface<int>?, false);
+// Eval(2612, o is ImplementAllInterface<int>?[], false);
Eval(2613, o is IntE, false);
Eval(2614, o is IntE[], false);
Eval(2615, o is IntE?, false);
@@ -2682,38 +2682,38 @@ internal class Program
Eval(2708, o is IEmpty[], false);
Eval(2709, o is INotEmpty, false);
Eval(2710, o is INotEmpty[], false);
- Eval(2711, o is IEmptyGen<int>, false);
- Eval(2712, o is IEmptyGen<int>[], false);
- Eval(2713, o is INotEmptyGen<int>, false);
- Eval(2714, o is INotEmptyGen<int>[], false);
+// Eval(2711, o is IEmptyGen<int>, false);
+// Eval(2712, o is IEmptyGen<int>[], false);
+// Eval(2713, o is INotEmptyGen<int>, false);
+// Eval(2714, o is INotEmptyGen<int>[], false);
Eval(2715, o is SimpleDelegate, false);
Eval(2716, o is SimpleDelegate[], false);
- Eval(2717, o is GenericDelegate<int>, false);
- Eval(2718, o is GenericDelegate<int>[], false);
+// Eval(2717, o is GenericDelegate<int>, false);
+// Eval(2718, o is GenericDelegate<int>[], false);
Eval(2719, o is EmptyClass, false);
Eval(2720, o is EmptyClass[], false);
Eval(2721, o is NotEmptyClass, false);
Eval(2722, o is NotEmptyClass[], false);
- Eval(2723, o is EmptyClassGen<int>, false);
- Eval(2724, o is EmptyClassGen<int>[], false);
- Eval(2725, o is NotEmptyClassGen<Guid>, false);
- Eval(2726, o is NotEmptyClassGen<Guid>[], false);
- Eval(2727, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(2728, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(2723, o is EmptyClassGen<int>, false);
+// Eval(2724, o is EmptyClassGen<int>[], false);
+// Eval(2725, o is NotEmptyClassGen<Guid>, false);
+// Eval(2726, o is NotEmptyClassGen<Guid>[], false);
+// Eval(2727, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(2728, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(2729, o is NestedClass, false);
Eval(2730, o is NestedClass[], false);
- Eval(2731, o is NestedClassGen<Decimal>, false);
- Eval(2732, o is NestedClassGen<Decimal>[], false);
+// Eval(2731, o is NestedClassGen<Decimal>, false);
+// Eval(2732, o is NestedClassGen<Decimal>[], false);
Eval(2733, o is ImplementOneInterfaceC, false);
Eval(2734, o is ImplementOneInterfaceC[], false);
Eval(2735, o is ImplementTwoInterfaceC, false);
Eval(2736, o is ImplementTwoInterfaceC[], false);
- Eval(2737, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(2738, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(2739, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(2740, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(2741, o is ImplementAllInterfaceC<int>, false);
- Eval(2742, o is ImplementAllInterfaceC<int>[], false);
+// Eval(2737, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(2738, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(2739, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(2740, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(2741, o is ImplementAllInterfaceC<int>, false);
+// Eval(2742, o is ImplementAllInterfaceC<int>[], false);
Eval(2743, o is SealedClass, false);
Eval(2744, o is SealedClass[], false);
}
@@ -2728,26 +2728,26 @@ internal class Program
Eval(2750, o is NotEmptyStruct[], false);
Eval(2751, o is NotEmptyStruct?, false);
Eval(2752, o is NotEmptyStruct?[], false);
- Eval(2753, o is EmptyStructGen<int>, false);
- Eval(2754, o is EmptyStructGen<int>[], false);
- Eval(2755, o is EmptyStructGen<int>?, false);
- Eval(2756, o is EmptyStructGen<int>?[], false);
- Eval(2757, o is NotEmptyStructGen<Guid>, false);
- Eval(2758, o is NotEmptyStructGen<Guid>[], false);
- Eval(2759, o is NotEmptyStructGen<Guid>?, false);
- Eval(2760, o is NotEmptyStructGen<Guid>?[], false);
- Eval(2761, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(2762, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(2763, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(2764, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(2753, o is EmptyStructGen<int>, false);
+// Eval(2754, o is EmptyStructGen<int>[], false);
+// Eval(2755, o is EmptyStructGen<int>?, false);
+// Eval(2756, o is EmptyStructGen<int>?[], false);
+// Eval(2757, o is NotEmptyStructGen<Guid>, false);
+// Eval(2758, o is NotEmptyStructGen<Guid>[], false);
+// Eval(2759, o is NotEmptyStructGen<Guid>?, false);
+// Eval(2760, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(2761, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(2762, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(2763, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(2764, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(2765, o is NestedStruct, false);
Eval(2766, o is NestedStruct[], false);
Eval(2767, o is NestedStruct?, false);
Eval(2768, o is NestedStruct?[], false);
- Eval(2769, o is NestedStructGen<Decimal>, false);
- Eval(2770, o is NestedStructGen<Decimal>[], false);
- Eval(2771, o is NestedStructGen<Decimal>?, false);
- Eval(2772, o is NestedStructGen<Decimal>?[], false);
+// Eval(2769, o is NestedStructGen<Decimal>, false);
+// Eval(2770, o is NestedStructGen<Decimal>[], false);
+// Eval(2771, o is NestedStructGen<Decimal>?, false);
+// Eval(2772, o is NestedStructGen<Decimal>?[], false);
Eval(2773, o is ExplicitFieldOffsetStruct, false);
Eval(2774, o is ExplicitFieldOffsetStruct[], false);
Eval(2775, o is ExplicitFieldOffsetStruct?, false);
@@ -2764,18 +2764,18 @@ internal class Program
Eval(2794, o is ImplementTwoInterface[], false);
Eval(2795, o is ImplementTwoInterface?, false);
Eval(2796, o is ImplementTwoInterface?[], false);
- Eval(2797, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2798, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2799, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2800, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2801, o is ImplementTwoInterfaceGen<int>, false);
- Eval(2802, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(2803, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(2804, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(2805, o is ImplementAllInterface<int>, false);
- Eval(2806, o is ImplementAllInterface<int>[], false);
- Eval(2807, o is ImplementAllInterface<int>?, false);
- Eval(2808, o is ImplementAllInterface<int>?[], false);
+// Eval(2797, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2798, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2799, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2800, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2801, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(2802, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2803, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(2804, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(2805, o is ImplementAllInterface<int>, false);
+// Eval(2806, o is ImplementAllInterface<int>[], false);
+// Eval(2807, o is ImplementAllInterface<int>?, false);
+// Eval(2808, o is ImplementAllInterface<int>?[], false);
Eval(2809, o is IntE, false);
Eval(2810, o is IntE[], false);
Eval(2811, o is IntE?, false);
@@ -2874,38 +2874,38 @@ internal class Program
Eval(2904, o is IEmpty[], false);
Eval(2905, o is INotEmpty, false);
Eval(2906, o is INotEmpty[], false);
- Eval(2907, o is IEmptyGen<int>, false);
- Eval(2908, o is IEmptyGen<int>[], false);
- Eval(2909, o is INotEmptyGen<int>, false);
- Eval(2910, o is INotEmptyGen<int>[], false);
+// Eval(2907, o is IEmptyGen<int>, false);
+// Eval(2908, o is IEmptyGen<int>[], false);
+// Eval(2909, o is INotEmptyGen<int>, false);
+// Eval(2910, o is INotEmptyGen<int>[], false);
Eval(2911, o is SimpleDelegate, false);
Eval(2912, o is SimpleDelegate[], false);
- Eval(2913, o is GenericDelegate<int>, false);
- Eval(2914, o is GenericDelegate<int>[], false);
+// Eval(2913, o is GenericDelegate<int>, false);
+// Eval(2914, o is GenericDelegate<int>[], false);
Eval(2915, o is EmptyClass, false);
Eval(2916, o is EmptyClass[], false);
Eval(2917, o is NotEmptyClass, false);
Eval(2918, o is NotEmptyClass[], false);
- Eval(2919, o is EmptyClassGen<int>, false);
- Eval(2920, o is EmptyClassGen<int>[], false);
- Eval(2921, o is NotEmptyClassGen<Guid>, false);
- Eval(2922, o is NotEmptyClassGen<Guid>[], false);
- Eval(2923, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(2924, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(2919, o is EmptyClassGen<int>, false);
+// Eval(2920, o is EmptyClassGen<int>[], false);
+// Eval(2921, o is NotEmptyClassGen<Guid>, false);
+// Eval(2922, o is NotEmptyClassGen<Guid>[], false);
+// Eval(2923, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(2924, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(2925, o is NestedClass, false);
Eval(2926, o is NestedClass[], false);
- Eval(2927, o is NestedClassGen<Decimal>, false);
- Eval(2928, o is NestedClassGen<Decimal>[], false);
+// Eval(2927, o is NestedClassGen<Decimal>, false);
+// Eval(2928, o is NestedClassGen<Decimal>[], false);
Eval(2929, o is ImplementOneInterfaceC, false);
Eval(2930, o is ImplementOneInterfaceC[], false);
Eval(2931, o is ImplementTwoInterfaceC, false);
Eval(2932, o is ImplementTwoInterfaceC[], false);
- Eval(2933, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(2934, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(2935, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(2936, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(2937, o is ImplementAllInterfaceC<int>, false);
- Eval(2938, o is ImplementAllInterfaceC<int>[], false);
+// Eval(2933, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(2934, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(2935, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(2936, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(2937, o is ImplementAllInterfaceC<int>, false);
+// Eval(2938, o is ImplementAllInterfaceC<int>[], false);
Eval(2939, o is SealedClass, false);
Eval(2940, o is SealedClass[], false);
}
@@ -2923,26 +2923,26 @@ internal class Program
Eval(2946, o is NotEmptyStruct[], false);
Eval(2947, o is NotEmptyStruct?, false);
Eval(2948, o is NotEmptyStruct?[], false);
- Eval(2949, o is EmptyStructGen<int>, false);
- Eval(2950, o is EmptyStructGen<int>[], false);
- Eval(2951, o is EmptyStructGen<int>?, false);
- Eval(2952, o is EmptyStructGen<int>?[], false);
- Eval(2953, o is NotEmptyStructGen<Guid>, false);
- Eval(2954, o is NotEmptyStructGen<Guid>[], false);
- Eval(2955, o is NotEmptyStructGen<Guid>?, false);
- Eval(2956, o is NotEmptyStructGen<Guid>?[], false);
- Eval(2957, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(2958, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(2959, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(2960, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(2949, o is EmptyStructGen<int>, false);
+// Eval(2950, o is EmptyStructGen<int>[], false);
+// Eval(2951, o is EmptyStructGen<int>?, false);
+// Eval(2952, o is EmptyStructGen<int>?[], false);
+// Eval(2953, o is NotEmptyStructGen<Guid>, false);
+// Eval(2954, o is NotEmptyStructGen<Guid>[], false);
+// Eval(2955, o is NotEmptyStructGen<Guid>?, false);
+// Eval(2956, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(2957, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(2958, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(2959, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(2960, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(2961, o is NestedStruct, true);
Eval(2962, o is NestedStruct[], false);
Eval(2963, o is NestedStruct?, true);
Eval(2964, o is NestedStruct?[], false);
- Eval(2965, o is NestedStructGen<Decimal>, false);
- Eval(2966, o is NestedStructGen<Decimal>[], false);
- Eval(2967, o is NestedStructGen<Decimal>?, false);
- Eval(2968, o is NestedStructGen<Decimal>?[], false);
+// Eval(2965, o is NestedStructGen<Decimal>, false);
+// Eval(2966, o is NestedStructGen<Decimal>[], false);
+// Eval(2967, o is NestedStructGen<Decimal>?, false);
+// Eval(2968, o is NestedStructGen<Decimal>?[], false);
Eval(2969, o is ExplicitFieldOffsetStruct, false);
Eval(2970, o is ExplicitFieldOffsetStruct[], false);
Eval(2971, o is ExplicitFieldOffsetStruct?, false);
@@ -2959,18 +2959,18 @@ internal class Program
Eval(2990, o is ImplementTwoInterface[], false);
Eval(2991, o is ImplementTwoInterface?, false);
Eval(2992, o is ImplementTwoInterface?[], false);
- Eval(2993, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2994, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2995, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2996, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2997, o is ImplementTwoInterfaceGen<int>, false);
- Eval(2998, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(2999, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(3000, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3001, o is ImplementAllInterface<int>, false);
- Eval(3002, o is ImplementAllInterface<int>[], false);
- Eval(3003, o is ImplementAllInterface<int>?, false);
- Eval(3004, o is ImplementAllInterface<int>?[], false);
+// Eval(2993, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2994, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2995, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2996, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2997, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(2998, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2999, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3000, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3001, o is ImplementAllInterface<int>, false);
+// Eval(3002, o is ImplementAllInterface<int>[], false);
+// Eval(3003, o is ImplementAllInterface<int>?, false);
+// Eval(3004, o is ImplementAllInterface<int>?[], false);
Eval(3005, o is IntE, false);
Eval(3006, o is IntE[], false);
Eval(3007, o is IntE?, false);
@@ -3069,38 +3069,38 @@ internal class Program
Eval(3100, o is IEmpty[], false);
Eval(3101, o is INotEmpty, false);
Eval(3102, o is INotEmpty[], false);
- Eval(3103, o is IEmptyGen<int>, false);
- Eval(3104, o is IEmptyGen<int>[], false);
- Eval(3105, o is INotEmptyGen<int>, false);
- Eval(3106, o is INotEmptyGen<int>[], false);
+// Eval(3103, o is IEmptyGen<int>, false);
+// Eval(3104, o is IEmptyGen<int>[], false);
+// Eval(3105, o is INotEmptyGen<int>, false);
+// Eval(3106, o is INotEmptyGen<int>[], false);
Eval(3107, o is SimpleDelegate, false);
Eval(3108, o is SimpleDelegate[], false);
- Eval(3109, o is GenericDelegate<int>, false);
- Eval(3110, o is GenericDelegate<int>[], false);
+// Eval(3109, o is GenericDelegate<int>, false);
+// Eval(3110, o is GenericDelegate<int>[], false);
Eval(3111, o is EmptyClass, false);
Eval(3112, o is EmptyClass[], false);
Eval(3113, o is NotEmptyClass, false);
Eval(3114, o is NotEmptyClass[], false);
- Eval(3115, o is EmptyClassGen<int>, false);
- Eval(3116, o is EmptyClassGen<int>[], false);
- Eval(3117, o is NotEmptyClassGen<Guid>, false);
- Eval(3118, o is NotEmptyClassGen<Guid>[], false);
- Eval(3119, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(3120, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(3115, o is EmptyClassGen<int>, false);
+// Eval(3116, o is EmptyClassGen<int>[], false);
+// Eval(3117, o is NotEmptyClassGen<Guid>, false);
+// Eval(3118, o is NotEmptyClassGen<Guid>[], false);
+// Eval(3119, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(3120, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(3121, o is NestedClass, false);
Eval(3122, o is NestedClass[], false);
- Eval(3123, o is NestedClassGen<Decimal>, false);
- Eval(3124, o is NestedClassGen<Decimal>[], false);
+// Eval(3123, o is NestedClassGen<Decimal>, false);
+// Eval(3124, o is NestedClassGen<Decimal>[], false);
Eval(3125, o is ImplementOneInterfaceC, false);
Eval(3126, o is ImplementOneInterfaceC[], false);
Eval(3127, o is ImplementTwoInterfaceC, false);
Eval(3128, o is ImplementTwoInterfaceC[], false);
- Eval(3129, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(3130, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(3131, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(3132, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(3133, o is ImplementAllInterfaceC<int>, false);
- Eval(3134, o is ImplementAllInterfaceC<int>[], false);
+// Eval(3129, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(3130, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(3131, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(3132, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(3133, o is ImplementAllInterfaceC<int>, false);
+// Eval(3134, o is ImplementAllInterfaceC<int>[], false);
Eval(3135, o is SealedClass, false);
Eval(3136, o is SealedClass[], false);
}
@@ -3115,26 +3115,26 @@ internal class Program
Eval(3142, o is NotEmptyStruct[], false);
Eval(3143, o is NotEmptyStruct?, false);
Eval(3144, o is NotEmptyStruct?[], false);
- Eval(3145, o is EmptyStructGen<int>, false);
- Eval(3146, o is EmptyStructGen<int>[], false);
- Eval(3147, o is EmptyStructGen<int>?, false);
- Eval(3148, o is EmptyStructGen<int>?[], false);
- Eval(3149, o is NotEmptyStructGen<Guid>, false);
- Eval(3150, o is NotEmptyStructGen<Guid>[], false);
- Eval(3151, o is NotEmptyStructGen<Guid>?, false);
- Eval(3152, o is NotEmptyStructGen<Guid>?[], false);
- Eval(3153, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(3154, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(3155, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(3156, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(3145, o is EmptyStructGen<int>, false);
+// Eval(3146, o is EmptyStructGen<int>[], false);
+// Eval(3147, o is EmptyStructGen<int>?, false);
+// Eval(3148, o is EmptyStructGen<int>?[], false);
+// Eval(3149, o is NotEmptyStructGen<Guid>, false);
+// Eval(3150, o is NotEmptyStructGen<Guid>[], false);
+// Eval(3151, o is NotEmptyStructGen<Guid>?, false);
+// Eval(3152, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(3153, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(3154, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(3155, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(3156, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(3157, o is NestedStruct, true);
Eval(3158, o is NestedStruct[], false);
Eval(3159, o is NestedStruct?, true);
Eval(3160, o is NestedStruct?[], false);
- Eval(3161, o is NestedStructGen<Decimal>, false);
- Eval(3162, o is NestedStructGen<Decimal>[], false);
- Eval(3163, o is NestedStructGen<Decimal>?, false);
- Eval(3164, o is NestedStructGen<Decimal>?[], false);
+// Eval(3161, o is NestedStructGen<Decimal>, false);
+// Eval(3162, o is NestedStructGen<Decimal>[], false);
+// Eval(3163, o is NestedStructGen<Decimal>?, false);
+// Eval(3164, o is NestedStructGen<Decimal>?[], false);
Eval(3165, o is ExplicitFieldOffsetStruct, false);
Eval(3166, o is ExplicitFieldOffsetStruct[], false);
Eval(3167, o is ExplicitFieldOffsetStruct?, false);
@@ -3151,18 +3151,18 @@ internal class Program
Eval(3186, o is ImplementTwoInterface[], false);
Eval(3187, o is ImplementTwoInterface?, false);
Eval(3188, o is ImplementTwoInterface?[], false);
- Eval(3189, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(3190, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(3191, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(3192, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(3193, o is ImplementTwoInterfaceGen<int>, false);
- Eval(3194, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(3195, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(3196, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3197, o is ImplementAllInterface<int>, false);
- Eval(3198, o is ImplementAllInterface<int>[], false);
- Eval(3199, o is ImplementAllInterface<int>?, false);
- Eval(3200, o is ImplementAllInterface<int>?[], false);
+// Eval(3189, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(3190, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(3191, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(3192, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(3193, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(3194, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(3195, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3196, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3197, o is ImplementAllInterface<int>, false);
+// Eval(3198, o is ImplementAllInterface<int>[], false);
+// Eval(3199, o is ImplementAllInterface<int>?, false);
+// Eval(3200, o is ImplementAllInterface<int>?[], false);
Eval(3201, o is IntE, false);
Eval(3202, o is IntE[], false);
Eval(3203, o is IntE?, false);
@@ -3261,38 +3261,38 @@ internal class Program
Eval(3296, o is IEmpty[], false);
Eval(3297, o is INotEmpty, false);
Eval(3298, o is INotEmpty[], false);
- Eval(3299, o is IEmptyGen<int>, false);
- Eval(3300, o is IEmptyGen<int>[], false);
- Eval(3301, o is INotEmptyGen<int>, false);
- Eval(3302, o is INotEmptyGen<int>[], false);
+// Eval(3299, o is IEmptyGen<int>, false);
+// Eval(3300, o is IEmptyGen<int>[], false);
+// Eval(3301, o is INotEmptyGen<int>, false);
+// Eval(3302, o is INotEmptyGen<int>[], false);
Eval(3303, o is SimpleDelegate, false);
Eval(3304, o is SimpleDelegate[], false);
- Eval(3305, o is GenericDelegate<int>, false);
- Eval(3306, o is GenericDelegate<int>[], false);
+// Eval(3305, o is GenericDelegate<int>, false);
+// Eval(3306, o is GenericDelegate<int>[], false);
Eval(3307, o is EmptyClass, false);
Eval(3308, o is EmptyClass[], false);
Eval(3309, o is NotEmptyClass, false);
Eval(3310, o is NotEmptyClass[], false);
- Eval(3311, o is EmptyClassGen<int>, false);
- Eval(3312, o is EmptyClassGen<int>[], false);
- Eval(3313, o is NotEmptyClassGen<Guid>, false);
- Eval(3314, o is NotEmptyClassGen<Guid>[], false);
- Eval(3315, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(3316, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(3311, o is EmptyClassGen<int>, false);
+// Eval(3312, o is EmptyClassGen<int>[], false);
+// Eval(3313, o is NotEmptyClassGen<Guid>, false);
+// Eval(3314, o is NotEmptyClassGen<Guid>[], false);
+// Eval(3315, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(3316, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(3317, o is NestedClass, false);
Eval(3318, o is NestedClass[], false);
- Eval(3319, o is NestedClassGen<Decimal>, false);
- Eval(3320, o is NestedClassGen<Decimal>[], false);
+// Eval(3319, o is NestedClassGen<Decimal>, false);
+// Eval(3320, o is NestedClassGen<Decimal>[], false);
Eval(3321, o is ImplementOneInterfaceC, false);
Eval(3322, o is ImplementOneInterfaceC[], false);
Eval(3323, o is ImplementTwoInterfaceC, false);
Eval(3324, o is ImplementTwoInterfaceC[], false);
- Eval(3325, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(3326, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(3327, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(3328, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(3329, o is ImplementAllInterfaceC<int>, false);
- Eval(3330, o is ImplementAllInterfaceC<int>[], false);
+// Eval(3325, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(3326, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(3327, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(3328, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(3329, o is ImplementAllInterfaceC<int>, false);
+// Eval(3330, o is ImplementAllInterfaceC<int>[], false);
Eval(3331, o is SealedClass, false);
Eval(3332, o is SealedClass[], false);
}
@@ -3307,26 +3307,26 @@ internal class Program
Eval(3338, o is NotEmptyStruct[], false);
Eval(3339, o is NotEmptyStruct?, false);
Eval(3340, o is NotEmptyStruct?[], false);
- Eval(3341, o is EmptyStructGen<int>, false);
- Eval(3342, o is EmptyStructGen<int>[], false);
- Eval(3343, o is EmptyStructGen<int>?, false);
- Eval(3344, o is EmptyStructGen<int>?[], false);
- Eval(3345, o is NotEmptyStructGen<Guid>, false);
- Eval(3346, o is NotEmptyStructGen<Guid>[], false);
- Eval(3347, o is NotEmptyStructGen<Guid>?, false);
- Eval(3348, o is NotEmptyStructGen<Guid>?[], false);
- Eval(3349, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(3350, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(3351, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(3352, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(3341, o is EmptyStructGen<int>, false);
+// Eval(3342, o is EmptyStructGen<int>[], false);
+// Eval(3343, o is EmptyStructGen<int>?, false);
+// Eval(3344, o is EmptyStructGen<int>?[], false);
+// Eval(3345, o is NotEmptyStructGen<Guid>, false);
+// Eval(3346, o is NotEmptyStructGen<Guid>[], false);
+// Eval(3347, o is NotEmptyStructGen<Guid>?, false);
+// Eval(3348, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(3349, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(3350, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(3351, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(3352, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(3353, o is NestedStruct, false);
Eval(3354, o is NestedStruct[], false);
Eval(3355, o is NestedStruct?, false);
Eval(3356, o is NestedStruct?[], false);
- Eval(3357, o is NestedStructGen<Decimal>, false);
- Eval(3358, o is NestedStructGen<Decimal>[], false);
- Eval(3359, o is NestedStructGen<Decimal>?, false);
- Eval(3360, o is NestedStructGen<Decimal>?[], false);
+// Eval(3357, o is NestedStructGen<Decimal>, false);
+// Eval(3358, o is NestedStructGen<Decimal>[], false);
+// Eval(3359, o is NestedStructGen<Decimal>?, false);
+// Eval(3360, o is NestedStructGen<Decimal>?[], false);
Eval(3361, o is ExplicitFieldOffsetStruct, false);
Eval(3362, o is ExplicitFieldOffsetStruct[], false);
Eval(3363, o is ExplicitFieldOffsetStruct?, false);
@@ -3343,18 +3343,18 @@ internal class Program
Eval(3382, o is ImplementTwoInterface[], false);
Eval(3383, o is ImplementTwoInterface?, false);
Eval(3384, o is ImplementTwoInterface?[], false);
- Eval(3385, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(3386, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(3387, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(3388, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(3389, o is ImplementTwoInterfaceGen<int>, false);
- Eval(3390, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(3391, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(3392, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3393, o is ImplementAllInterface<int>, false);
- Eval(3394, o is ImplementAllInterface<int>[], false);
- Eval(3395, o is ImplementAllInterface<int>?, false);
- Eval(3396, o is ImplementAllInterface<int>?[], false);
+// Eval(3385, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(3386, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(3387, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(3388, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(3389, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(3390, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(3391, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3392, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3393, o is ImplementAllInterface<int>, false);
+// Eval(3394, o is ImplementAllInterface<int>[], false);
+// Eval(3395, o is ImplementAllInterface<int>?, false);
+// Eval(3396, o is ImplementAllInterface<int>?[], false);
Eval(3397, o is IntE, false);
Eval(3398, o is IntE[], false);
Eval(3399, o is IntE?, false);
@@ -3453,38 +3453,38 @@ internal class Program
Eval(3492, o is IEmpty[], false);
Eval(3493, o is INotEmpty, false);
Eval(3494, o is INotEmpty[], false);
- Eval(3495, o is IEmptyGen<int>, false);
- Eval(3496, o is IEmptyGen<int>[], false);
- Eval(3497, o is INotEmptyGen<int>, false);
- Eval(3498, o is INotEmptyGen<int>[], false);
+// Eval(3495, o is IEmptyGen<int>, false);
+// Eval(3496, o is IEmptyGen<int>[], false);
+// Eval(3497, o is INotEmptyGen<int>, false);
+// Eval(3498, o is INotEmptyGen<int>[], false);
Eval(3499, o is SimpleDelegate, false);
Eval(3500, o is SimpleDelegate[], false);
- Eval(3501, o is GenericDelegate<int>, false);
- Eval(3502, o is GenericDelegate<int>[], false);
+// Eval(3501, o is GenericDelegate<int>, false);
+// Eval(3502, o is GenericDelegate<int>[], false);
Eval(3503, o is EmptyClass, false);
Eval(3504, o is EmptyClass[], false);
Eval(3505, o is NotEmptyClass, false);
Eval(3506, o is NotEmptyClass[], false);
- Eval(3507, o is EmptyClassGen<int>, false);
- Eval(3508, o is EmptyClassGen<int>[], false);
- Eval(3509, o is NotEmptyClassGen<Guid>, false);
- Eval(3510, o is NotEmptyClassGen<Guid>[], false);
- Eval(3511, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(3512, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(3507, o is EmptyClassGen<int>, false);
+// Eval(3508, o is EmptyClassGen<int>[], false);
+// Eval(3509, o is NotEmptyClassGen<Guid>, false);
+// Eval(3510, o is NotEmptyClassGen<Guid>[], false);
+// Eval(3511, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(3512, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(3513, o is NestedClass, false);
Eval(3514, o is NestedClass[], false);
- Eval(3515, o is NestedClassGen<Decimal>, false);
- Eval(3516, o is NestedClassGen<Decimal>[], false);
+// Eval(3515, o is NestedClassGen<Decimal>, false);
+// Eval(3516, o is NestedClassGen<Decimal>[], false);
Eval(3517, o is ImplementOneInterfaceC, false);
Eval(3518, o is ImplementOneInterfaceC[], false);
Eval(3519, o is ImplementTwoInterfaceC, false);
Eval(3520, o is ImplementTwoInterfaceC[], false);
- Eval(3521, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(3522, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(3523, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(3524, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(3525, o is ImplementAllInterfaceC<int>, false);
- Eval(3526, o is ImplementAllInterfaceC<int>[], false);
+// Eval(3521, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(3522, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(3523, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(3524, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(3525, o is ImplementAllInterfaceC<int>, false);
+// Eval(3526, o is ImplementAllInterfaceC<int>[], false);
Eval(3527, o is SealedClass, false);
Eval(3528, o is SealedClass[], false);
}
@@ -3502,26 +3502,26 @@ internal class Program
Eval(3534, o is NotEmptyStruct[], false);
Eval(3535, o is NotEmptyStruct?, false);
Eval(3536, o is NotEmptyStruct?[], false);
- Eval(3537, o is EmptyStructGen<int>, false);
- Eval(3538, o is EmptyStructGen<int>[], false);
- Eval(3539, o is EmptyStructGen<int>?, false);
- Eval(3540, o is EmptyStructGen<int>?[], false);
- Eval(3541, o is NotEmptyStructGen<Guid>, false);
- Eval(3542, o is NotEmptyStructGen<Guid>[], false);
- Eval(3543, o is NotEmptyStructGen<Guid>?, false);
- Eval(3544, o is NotEmptyStructGen<Guid>?[], false);
- Eval(3545, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(3546, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(3547, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(3548, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(3537, o is EmptyStructGen<int>, false);
+// Eval(3538, o is EmptyStructGen<int>[], false);
+// Eval(3539, o is EmptyStructGen<int>?, false);
+// Eval(3540, o is EmptyStructGen<int>?[], false);
+// Eval(3541, o is NotEmptyStructGen<Guid>, false);
+// Eval(3542, o is NotEmptyStructGen<Guid>[], false);
+// Eval(3543, o is NotEmptyStructGen<Guid>?, false);
+// Eval(3544, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(3545, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(3546, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(3547, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(3548, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(3549, o is NestedStruct, false);
Eval(3550, o is NestedStruct[], false);
Eval(3551, o is NestedStruct?, false);
Eval(3552, o is NestedStruct?[], false);
- Eval(3553, o is NestedStructGen<Decimal>, true);
- Eval(3554, o is NestedStructGen<Decimal>[], false);
- Eval(3555, o is NestedStructGen<Decimal>?, true);
- Eval(3556, o is NestedStructGen<Decimal>?[], false);
+// Eval(3553, o is NestedStructGen<Decimal>, true);
+// Eval(3554, o is NestedStructGen<Decimal>[], false);
+// Eval(3555, o is NestedStructGen<Decimal>?, true);
+// Eval(3556, o is NestedStructGen<Decimal>?[], false);
Eval(3557, o is ExplicitFieldOffsetStruct, false);
Eval(3558, o is ExplicitFieldOffsetStruct[], false);
Eval(3559, o is ExplicitFieldOffsetStruct?, false);
@@ -3538,18 +3538,18 @@ internal class Program
Eval(3578, o is ImplementTwoInterface[], false);
Eval(3579, o is ImplementTwoInterface?, false);
Eval(3580, o is ImplementTwoInterface?[], false);
- Eval(3581, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(3582, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(3583, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(3584, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(3585, o is ImplementTwoInterfaceGen<int>, false);
- Eval(3586, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(3587, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(3588, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3589, o is ImplementAllInterface<int>, false);
- Eval(3590, o is ImplementAllInterface<int>[], false);
- Eval(3591, o is ImplementAllInterface<int>?, false);
- Eval(3592, o is ImplementAllInterface<int>?[], false);
+// Eval(3581, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(3582, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(3583, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(3584, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(3585, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(3586, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(3587, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3588, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3589, o is ImplementAllInterface<int>, false);
+// Eval(3590, o is ImplementAllInterface<int>[], false);
+// Eval(3591, o is ImplementAllInterface<int>?, false);
+// Eval(3592, o is ImplementAllInterface<int>?[], false);
Eval(3593, o is IntE, false);
Eval(3594, o is IntE[], false);
Eval(3595, o is IntE?, false);
@@ -3648,38 +3648,38 @@ internal class Program
Eval(3688, o is IEmpty[], false);
Eval(3689, o is INotEmpty, false);
Eval(3690, o is INotEmpty[], false);
- Eval(3691, o is IEmptyGen<int>, false);
- Eval(3692, o is IEmptyGen<int>[], false);
- Eval(3693, o is INotEmptyGen<int>, false);
- Eval(3694, o is INotEmptyGen<int>[], false);
+// Eval(3691, o is IEmptyGen<int>, false);
+// Eval(3692, o is IEmptyGen<int>[], false);
+// Eval(3693, o is INotEmptyGen<int>, false);
+// Eval(3694, o is INotEmptyGen<int>[], false);
Eval(3695, o is SimpleDelegate, false);
Eval(3696, o is SimpleDelegate[], false);
- Eval(3697, o is GenericDelegate<int>, false);
- Eval(3698, o is GenericDelegate<int>[], false);
+// Eval(3697, o is GenericDelegate<int>, false);
+// Eval(3698, o is GenericDelegate<int>[], false);
Eval(3699, o is EmptyClass, false);
Eval(3700, o is EmptyClass[], false);
Eval(3701, o is NotEmptyClass, false);
Eval(3702, o is NotEmptyClass[], false);
- Eval(3703, o is EmptyClassGen<int>, false);
- Eval(3704, o is EmptyClassGen<int>[], false);
- Eval(3705, o is NotEmptyClassGen<Guid>, false);
- Eval(3706, o is NotEmptyClassGen<Guid>[], false);
- Eval(3707, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(3708, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(3703, o is EmptyClassGen<int>, false);
+// Eval(3704, o is EmptyClassGen<int>[], false);
+// Eval(3705, o is NotEmptyClassGen<Guid>, false);
+// Eval(3706, o is NotEmptyClassGen<Guid>[], false);
+// Eval(3707, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(3708, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(3709, o is NestedClass, false);
Eval(3710, o is NestedClass[], false);
- Eval(3711, o is NestedClassGen<Decimal>, false);
- Eval(3712, o is NestedClassGen<Decimal>[], false);
+// Eval(3711, o is NestedClassGen<Decimal>, false);
+// Eval(3712, o is NestedClassGen<Decimal>[], false);
Eval(3713, o is ImplementOneInterfaceC, false);
Eval(3714, o is ImplementOneInterfaceC[], false);
Eval(3715, o is ImplementTwoInterfaceC, false);
Eval(3716, o is ImplementTwoInterfaceC[], false);
- Eval(3717, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(3718, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(3719, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(3720, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(3721, o is ImplementAllInterfaceC<int>, false);
- Eval(3722, o is ImplementAllInterfaceC<int>[], false);
+// Eval(3717, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(3718, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(3719, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(3720, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(3721, o is ImplementAllInterfaceC<int>, false);
+// Eval(3722, o is ImplementAllInterfaceC<int>[], false);
Eval(3723, o is SealedClass, false);
Eval(3724, o is SealedClass[], false);
}
@@ -3694,26 +3694,26 @@ internal class Program
Eval(3730, o is NotEmptyStruct[], false);
Eval(3731, o is NotEmptyStruct?, false);
Eval(3732, o is NotEmptyStruct?[], false);
- Eval(3733, o is EmptyStructGen<int>, false);
- Eval(3734, o is EmptyStructGen<int>[], false);
- Eval(3735, o is EmptyStructGen<int>?, false);
- Eval(3736, o is EmptyStructGen<int>?[], false);
- Eval(3737, o is NotEmptyStructGen<Guid>, false);
- Eval(3738, o is NotEmptyStructGen<Guid>[], false);
- Eval(3739, o is NotEmptyStructGen<Guid>?, false);
- Eval(3740, o is NotEmptyStructGen<Guid>?[], false);
- Eval(3741, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(3742, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(3743, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(3744, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(3733, o is EmptyStructGen<int>, false);
+// Eval(3734, o is EmptyStructGen<int>[], false);
+// Eval(3735, o is EmptyStructGen<int>?, false);
+// Eval(3736, o is EmptyStructGen<int>?[], false);
+// Eval(3737, o is NotEmptyStructGen<Guid>, false);
+// Eval(3738, o is NotEmptyStructGen<Guid>[], false);
+// Eval(3739, o is NotEmptyStructGen<Guid>?, false);
+// Eval(3740, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(3741, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(3742, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(3743, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(3744, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(3745, o is NestedStruct, false);
Eval(3746, o is NestedStruct[], false);
Eval(3747, o is NestedStruct?, false);
Eval(3748, o is NestedStruct?[], false);
- Eval(3749, o is NestedStructGen<Decimal>, true);
- Eval(3750, o is NestedStructGen<Decimal>[], false);
- Eval(3751, o is NestedStructGen<Decimal>?, true);
- Eval(3752, o is NestedStructGen<Decimal>?[], false);
+// Eval(3749, o is NestedStructGen<Decimal>, true);
+// Eval(3750, o is NestedStructGen<Decimal>[], false);
+// Eval(3751, o is NestedStructGen<Decimal>?, true);
+// Eval(3752, o is NestedStructGen<Decimal>?[], false);
Eval(3753, o is ExplicitFieldOffsetStruct, false);
Eval(3754, o is ExplicitFieldOffsetStruct[], false);
Eval(3755, o is ExplicitFieldOffsetStruct?, false);
@@ -3730,18 +3730,18 @@ internal class Program
Eval(3774, o is ImplementTwoInterface[], false);
Eval(3775, o is ImplementTwoInterface?, false);
Eval(3776, o is ImplementTwoInterface?[], false);
- Eval(3777, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(3778, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(3779, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(3780, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(3781, o is ImplementTwoInterfaceGen<int>, false);
- Eval(3782, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(3783, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(3784, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3785, o is ImplementAllInterface<int>, false);
- Eval(3786, o is ImplementAllInterface<int>[], false);
- Eval(3787, o is ImplementAllInterface<int>?, false);
- Eval(3788, o is ImplementAllInterface<int>?[], false);
+// Eval(3777, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(3778, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(3779, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(3780, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(3781, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(3782, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(3783, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3784, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3785, o is ImplementAllInterface<int>, false);
+// Eval(3786, o is ImplementAllInterface<int>[], false);
+// Eval(3787, o is ImplementAllInterface<int>?, false);
+// Eval(3788, o is ImplementAllInterface<int>?[], false);
Eval(3789, o is IntE, false);
Eval(3790, o is IntE[], false);
Eval(3791, o is IntE?, false);
@@ -3840,38 +3840,38 @@ internal class Program
Eval(3884, o is IEmpty[], false);
Eval(3885, o is INotEmpty, false);
Eval(3886, o is INotEmpty[], false);
- Eval(3887, o is IEmptyGen<int>, false);
- Eval(3888, o is IEmptyGen<int>[], false);
- Eval(3889, o is INotEmptyGen<int>, false);
- Eval(3890, o is INotEmptyGen<int>[], false);
+// Eval(3887, o is IEmptyGen<int>, false);
+// Eval(3888, o is IEmptyGen<int>[], false);
+// Eval(3889, o is INotEmptyGen<int>, false);
+// Eval(3890, o is INotEmptyGen<int>[], false);
Eval(3891, o is SimpleDelegate, false);
Eval(3892, o is SimpleDelegate[], false);
- Eval(3893, o is GenericDelegate<int>, false);
- Eval(3894, o is GenericDelegate<int>[], false);
+// Eval(3893, o is GenericDelegate<int>, false);
+// Eval(3894, o is GenericDelegate<int>[], false);
Eval(3895, o is EmptyClass, false);
Eval(3896, o is EmptyClass[], false);
Eval(3897, o is NotEmptyClass, false);
Eval(3898, o is NotEmptyClass[], false);
- Eval(3899, o is EmptyClassGen<int>, false);
- Eval(3900, o is EmptyClassGen<int>[], false);
- Eval(3901, o is NotEmptyClassGen<Guid>, false);
- Eval(3902, o is NotEmptyClassGen<Guid>[], false);
- Eval(3903, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(3904, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(3899, o is EmptyClassGen<int>, false);
+// Eval(3900, o is EmptyClassGen<int>[], false);
+// Eval(3901, o is NotEmptyClassGen<Guid>, false);
+// Eval(3902, o is NotEmptyClassGen<Guid>[], false);
+// Eval(3903, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(3904, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(3905, o is NestedClass, false);
Eval(3906, o is NestedClass[], false);
- Eval(3907, o is NestedClassGen<Decimal>, false);
- Eval(3908, o is NestedClassGen<Decimal>[], false);
+// Eval(3907, o is NestedClassGen<Decimal>, false);
+// Eval(3908, o is NestedClassGen<Decimal>[], false);
Eval(3909, o is ImplementOneInterfaceC, false);
Eval(3910, o is ImplementOneInterfaceC[], false);
Eval(3911, o is ImplementTwoInterfaceC, false);
Eval(3912, o is ImplementTwoInterfaceC[], false);
- Eval(3913, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(3914, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(3915, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(3916, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(3917, o is ImplementAllInterfaceC<int>, false);
- Eval(3918, o is ImplementAllInterfaceC<int>[], false);
+// Eval(3913, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(3914, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(3915, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(3916, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(3917, o is ImplementAllInterfaceC<int>, false);
+// Eval(3918, o is ImplementAllInterfaceC<int>[], false);
Eval(3919, o is SealedClass, false);
Eval(3920, o is SealedClass[], false);
}
@@ -3886,26 +3886,26 @@ internal class Program
Eval(3926, o is NotEmptyStruct[], false);
Eval(3927, o is NotEmptyStruct?, false);
Eval(3928, o is NotEmptyStruct?[], false);
- Eval(3929, o is EmptyStructGen<int>, false);
- Eval(3930, o is EmptyStructGen<int>[], false);
- Eval(3931, o is EmptyStructGen<int>?, false);
- Eval(3932, o is EmptyStructGen<int>?[], false);
- Eval(3933, o is NotEmptyStructGen<Guid>, false);
- Eval(3934, o is NotEmptyStructGen<Guid>[], false);
- Eval(3935, o is NotEmptyStructGen<Guid>?, false);
- Eval(3936, o is NotEmptyStructGen<Guid>?[], false);
- Eval(3937, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(3938, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(3939, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(3940, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(3929, o is EmptyStructGen<int>, false);
+// Eval(3930, o is EmptyStructGen<int>[], false);
+// Eval(3931, o is EmptyStructGen<int>?, false);
+// Eval(3932, o is EmptyStructGen<int>?[], false);
+// Eval(3933, o is NotEmptyStructGen<Guid>, false);
+// Eval(3934, o is NotEmptyStructGen<Guid>[], false);
+// Eval(3935, o is NotEmptyStructGen<Guid>?, false);
+// Eval(3936, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(3937, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(3938, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(3939, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(3940, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(3941, o is NestedStruct, false);
Eval(3942, o is NestedStruct[], false);
Eval(3943, o is NestedStruct?, false);
Eval(3944, o is NestedStruct?[], false);
- Eval(3945, o is NestedStructGen<Decimal>, false);
- Eval(3946, o is NestedStructGen<Decimal>[], false);
- Eval(3947, o is NestedStructGen<Decimal>?, false);
- Eval(3948, o is NestedStructGen<Decimal>?[], false);
+// Eval(3945, o is NestedStructGen<Decimal>, false);
+// Eval(3946, o is NestedStructGen<Decimal>[], false);
+// Eval(3947, o is NestedStructGen<Decimal>?, false);
+// Eval(3948, o is NestedStructGen<Decimal>?[], false);
Eval(3949, o is ExplicitFieldOffsetStruct, false);
Eval(3950, o is ExplicitFieldOffsetStruct[], false);
Eval(3951, o is ExplicitFieldOffsetStruct?, false);
@@ -3922,18 +3922,18 @@ internal class Program
Eval(3970, o is ImplementTwoInterface[], false);
Eval(3971, o is ImplementTwoInterface?, false);
Eval(3972, o is ImplementTwoInterface?[], false);
- Eval(3973, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(3974, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(3975, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(3976, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(3977, o is ImplementTwoInterfaceGen<int>, false);
- Eval(3978, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(3979, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(3980, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3981, o is ImplementAllInterface<int>, false);
- Eval(3982, o is ImplementAllInterface<int>[], false);
- Eval(3983, o is ImplementAllInterface<int>?, false);
- Eval(3984, o is ImplementAllInterface<int>?[], false);
+// Eval(3973, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(3974, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(3975, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(3976, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(3977, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(3978, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(3979, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3980, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3981, o is ImplementAllInterface<int>, false);
+// Eval(3982, o is ImplementAllInterface<int>[], false);
+// Eval(3983, o is ImplementAllInterface<int>?, false);
+// Eval(3984, o is ImplementAllInterface<int>?[], false);
Eval(3985, o is IntE, false);
Eval(3986, o is IntE[], false);
Eval(3987, o is IntE?, false);
@@ -4032,38 +4032,38 @@ internal class Program
Eval(4080, o is IEmpty[], false);
Eval(4081, o is INotEmpty, false);
Eval(4082, o is INotEmpty[], false);
- Eval(4083, o is IEmptyGen<int>, false);
- Eval(4084, o is IEmptyGen<int>[], false);
- Eval(4085, o is INotEmptyGen<int>, false);
- Eval(4086, o is INotEmptyGen<int>[], false);
+// Eval(4083, o is IEmptyGen<int>, false);
+// Eval(4084, o is IEmptyGen<int>[], false);
+// Eval(4085, o is INotEmptyGen<int>, false);
+// Eval(4086, o is INotEmptyGen<int>[], false);
Eval(4087, o is SimpleDelegate, false);
Eval(4088, o is SimpleDelegate[], false);
- Eval(4089, o is GenericDelegate<int>, false);
- Eval(4090, o is GenericDelegate<int>[], false);
+// Eval(4089, o is GenericDelegate<int>, false);
+// Eval(4090, o is GenericDelegate<int>[], false);
Eval(4091, o is EmptyClass, false);
Eval(4092, o is EmptyClass[], false);
Eval(4093, o is NotEmptyClass, false);
Eval(4094, o is NotEmptyClass[], false);
- Eval(4095, o is EmptyClassGen<int>, false);
- Eval(4096, o is EmptyClassGen<int>[], false);
- Eval(4097, o is NotEmptyClassGen<Guid>, false);
- Eval(4098, o is NotEmptyClassGen<Guid>[], false);
- Eval(4099, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(4100, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(4095, o is EmptyClassGen<int>, false);
+// Eval(4096, o is EmptyClassGen<int>[], false);
+// Eval(4097, o is NotEmptyClassGen<Guid>, false);
+// Eval(4098, o is NotEmptyClassGen<Guid>[], false);
+// Eval(4099, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(4100, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(4101, o is NestedClass, false);
Eval(4102, o is NestedClass[], false);
- Eval(4103, o is NestedClassGen<Decimal>, false);
- Eval(4104, o is NestedClassGen<Decimal>[], false);
+// Eval(4103, o is NestedClassGen<Decimal>, false);
+// Eval(4104, o is NestedClassGen<Decimal>[], false);
Eval(4105, o is ImplementOneInterfaceC, false);
Eval(4106, o is ImplementOneInterfaceC[], false);
Eval(4107, o is ImplementTwoInterfaceC, false);
Eval(4108, o is ImplementTwoInterfaceC[], false);
- Eval(4109, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(4110, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(4111, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(4112, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(4113, o is ImplementAllInterfaceC<int>, false);
- Eval(4114, o is ImplementAllInterfaceC<int>[], false);
+// Eval(4109, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(4110, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(4111, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(4112, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(4113, o is ImplementAllInterfaceC<int>, false);
+// Eval(4114, o is ImplementAllInterfaceC<int>[], false);
Eval(4115, o is SealedClass, false);
Eval(4116, o is SealedClass[], false);
}
@@ -4081,26 +4081,26 @@ internal class Program
Eval(4122, o is NotEmptyStruct[], false);
Eval(4123, o is NotEmptyStruct?, false);
Eval(4124, o is NotEmptyStruct?[], false);
- Eval(4125, o is EmptyStructGen<int>, false);
- Eval(4126, o is EmptyStructGen<int>[], false);
- Eval(4127, o is EmptyStructGen<int>?, false);
- Eval(4128, o is EmptyStructGen<int>?[], false);
- Eval(4129, o is NotEmptyStructGen<Guid>, false);
- Eval(4130, o is NotEmptyStructGen<Guid>[], false);
- Eval(4131, o is NotEmptyStructGen<Guid>?, false);
- Eval(4132, o is NotEmptyStructGen<Guid>?[], false);
- Eval(4133, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(4134, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(4135, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(4136, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(4125, o is EmptyStructGen<int>, false);
+// Eval(4126, o is EmptyStructGen<int>[], false);
+// Eval(4127, o is EmptyStructGen<int>?, false);
+// Eval(4128, o is EmptyStructGen<int>?[], false);
+// Eval(4129, o is NotEmptyStructGen<Guid>, false);
+// Eval(4130, o is NotEmptyStructGen<Guid>[], false);
+// Eval(4131, o is NotEmptyStructGen<Guid>?, false);
+// Eval(4132, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(4133, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(4134, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(4135, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(4136, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(4137, o is NestedStruct, false);
Eval(4138, o is NestedStruct[], false);
Eval(4139, o is NestedStruct?, false);
Eval(4140, o is NestedStruct?[], false);
- Eval(4141, o is NestedStructGen<Decimal>, false);
- Eval(4142, o is NestedStructGen<Decimal>[], false);
- Eval(4143, o is NestedStructGen<Decimal>?, false);
- Eval(4144, o is NestedStructGen<Decimal>?[], false);
+// Eval(4141, o is NestedStructGen<Decimal>, false);
+// Eval(4142, o is NestedStructGen<Decimal>[], false);
+// Eval(4143, o is NestedStructGen<Decimal>?, false);
+// Eval(4144, o is NestedStructGen<Decimal>?[], false);
Eval(4145, o is ExplicitFieldOffsetStruct, true);
Eval(4146, o is ExplicitFieldOffsetStruct[], false);
Eval(4147, o is ExplicitFieldOffsetStruct?, true);
@@ -4117,18 +4117,18 @@ internal class Program
Eval(4166, o is ImplementTwoInterface[], false);
Eval(4167, o is ImplementTwoInterface?, false);
Eval(4168, o is ImplementTwoInterface?[], false);
- Eval(4169, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(4170, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(4171, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(4172, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(4173, o is ImplementTwoInterfaceGen<int>, false);
- Eval(4174, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(4175, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(4176, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(4177, o is ImplementAllInterface<int>, false);
- Eval(4178, o is ImplementAllInterface<int>[], false);
- Eval(4179, o is ImplementAllInterface<int>?, false);
- Eval(4180, o is ImplementAllInterface<int>?[], false);
+// Eval(4169, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(4170, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(4171, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(4172, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(4173, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(4174, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(4175, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(4176, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(4177, o is ImplementAllInterface<int>, false);
+// Eval(4178, o is ImplementAllInterface<int>[], false);
+// Eval(4179, o is ImplementAllInterface<int>?, false);
+// Eval(4180, o is ImplementAllInterface<int>?[], false);
Eval(4181, o is IntE, false);
Eval(4182, o is IntE[], false);
Eval(4183, o is IntE?, false);
@@ -4227,38 +4227,38 @@ internal class Program
Eval(4276, o is IEmpty[], false);
Eval(4277, o is INotEmpty, false);
Eval(4278, o is INotEmpty[], false);
- Eval(4279, o is IEmptyGen<int>, false);
- Eval(4280, o is IEmptyGen<int>[], false);
- Eval(4281, o is INotEmptyGen<int>, false);
- Eval(4282, o is INotEmptyGen<int>[], false);
+// Eval(4279, o is IEmptyGen<int>, false);
+// Eval(4280, o is IEmptyGen<int>[], false);
+// Eval(4281, o is INotEmptyGen<int>, false);
+// Eval(4282, o is INotEmptyGen<int>[], false);
Eval(4283, o is SimpleDelegate, false);
Eval(4284, o is SimpleDelegate[], false);
- Eval(4285, o is GenericDelegate<int>, false);
- Eval(4286, o is GenericDelegate<int>[], false);
+// Eval(4285, o is GenericDelegate<int>, false);
+// Eval(4286, o is GenericDelegate<int>[], false);
Eval(4287, o is EmptyClass, false);
Eval(4288, o is EmptyClass[], false);
Eval(4289, o is NotEmptyClass, false);
Eval(4290, o is NotEmptyClass[], false);
- Eval(4291, o is EmptyClassGen<int>, false);
- Eval(4292, o is EmptyClassGen<int>[], false);
- Eval(4293, o is NotEmptyClassGen<Guid>, false);
- Eval(4294, o is NotEmptyClassGen<Guid>[], false);
- Eval(4295, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(4296, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(4291, o is EmptyClassGen<int>, false);
+// Eval(4292, o is EmptyClassGen<int>[], false);
+// Eval(4293, o is NotEmptyClassGen<Guid>, false);
+// Eval(4294, o is NotEmptyClassGen<Guid>[], false);
+// Eval(4295, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(4296, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(4297, o is NestedClass, false);
Eval(4298, o is NestedClass[], false);
- Eval(4299, o is NestedClassGen<Decimal>, false);
- Eval(4300, o is NestedClassGen<Decimal>[], false);
+// Eval(4299, o is NestedClassGen<Decimal>, false);
+// Eval(4300, o is NestedClassGen<Decimal>[], false);
Eval(4301, o is ImplementOneInterfaceC, false);
Eval(4302, o is ImplementOneInterfaceC[], false);
Eval(4303, o is ImplementTwoInterfaceC, false);
Eval(4304, o is ImplementTwoInterfaceC[], false);
- Eval(4305, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(4306, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(4307, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(4308, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(4309, o is ImplementAllInterfaceC<int>, false);
- Eval(4310, o is ImplementAllInterfaceC<int>[], false);
+// Eval(4305, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(4306, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(4307, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(4308, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(4309, o is ImplementAllInterfaceC<int>, false);
+// Eval(4310, o is ImplementAllInterfaceC<int>[], false);
Eval(4311, o is SealedClass, false);
Eval(4312, o is SealedClass[], false);
}
@@ -4273,26 +4273,26 @@ internal class Program
Eval(4318, o is NotEmptyStruct[], false);
Eval(4319, o is NotEmptyStruct?, false);
Eval(4320, o is NotEmptyStruct?[], false);
- Eval(4321, o is EmptyStructGen<int>, false);
- Eval(4322, o is EmptyStructGen<int>[], false);
- Eval(4323, o is EmptyStructGen<int>?, false);
- Eval(4324, o is EmptyStructGen<int>?[], false);
- Eval(4325, o is NotEmptyStructGen<Guid>, false);
- Eval(4326, o is NotEmptyStructGen<Guid>[], false);
- Eval(4327, o is NotEmptyStructGen<Guid>?, false);
- Eval(4328, o is NotEmptyStructGen<Guid>?[], false);
- Eval(4329, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(4330, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(4331, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(4332, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(4321, o is EmptyStructGen<int>, false);
+// Eval(4322, o is EmptyStructGen<int>[], false);
+// Eval(4323, o is EmptyStructGen<int>?, false);
+// Eval(4324, o is EmptyStructGen<int>?[], false);
+// Eval(4325, o is NotEmptyStructGen<Guid>, false);
+// Eval(4326, o is NotEmptyStructGen<Guid>[], false);
+// Eval(4327, o is NotEmptyStructGen<Guid>?, false);
+// Eval(4328, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(4329, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(4330, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(4331, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(4332, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(4333, o is NestedStruct, false);
Eval(4334, o is NestedStruct[], false);
Eval(4335, o is NestedStruct?, false);
Eval(4336, o is NestedStruct?[], false);
- Eval(4337, o is NestedStructGen<Decimal>, false);
- Eval(4338, o is NestedStructGen<Decimal>[], false);
- Eval(4339, o is NestedStructGen<Decimal>?, false);
- Eval(4340, o is NestedStructGen<Decimal>?[], false);
+// Eval(4337, o is NestedStructGen<Decimal>, false);
+// Eval(4338, o is NestedStructGen<Decimal>[], false);
+// Eval(4339, o is NestedStructGen<Decimal>?, false);
+// Eval(4340, o is NestedStructGen<Decimal>?[], false);
Eval(4341, o is ExplicitFieldOffsetStruct, true);
Eval(4342, o is ExplicitFieldOffsetStruct[], false);
Eval(4343, o is ExplicitFieldOffsetStruct?, true);
@@ -4309,18 +4309,18 @@ internal class Program
Eval(4362, o is ImplementTwoInterface[], false);
Eval(4363, o is ImplementTwoInterface?, false);
Eval(4364, o is ImplementTwoInterface?[], false);
- Eval(4365, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(4366, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(4367, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(4368, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(4369, o is ImplementTwoInterfaceGen<int>, false);
- Eval(4370, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(4371, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(4372, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(4373, o is ImplementAllInterface<int>, false);
- Eval(4374, o is ImplementAllInterface<int>[], false);
- Eval(4375, o is ImplementAllInterface<int>?, false);
- Eval(4376, o is ImplementAllInterface<int>?[], false);
+// Eval(4365, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(4366, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(4367, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(4368, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(4369, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(4370, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(4371, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(4372, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(4373, o is ImplementAllInterface<int>, false);
+// Eval(4374, o is ImplementAllInterface<int>[], false);
+// Eval(4375, o is ImplementAllInterface<int>?, false);
+// Eval(4376, o is ImplementAllInterface<int>?[], false);
Eval(4377, o is IntE, false);
Eval(4378, o is IntE[], false);
Eval(4379, o is IntE?, false);
@@ -4419,38 +4419,38 @@ internal class Program
Eval(4472, o is IEmpty[], false);
Eval(4473, o is INotEmpty, false);
Eval(4474, o is INotEmpty[], false);
- Eval(4475, o is IEmptyGen<int>, false);
- Eval(4476, o is IEmptyGen<int>[], false);
- Eval(4477, o is INotEmptyGen<int>, false);
- Eval(4478, o is INotEmptyGen<int>[], false);
+// Eval(4475, o is IEmptyGen<int>, false);
+// Eval(4476, o is IEmptyGen<int>[], false);
+// Eval(4477, o is INotEmptyGen<int>, false);
+// Eval(4478, o is INotEmptyGen<int>[], false);
Eval(4479, o is SimpleDelegate, false);
Eval(4480, o is SimpleDelegate[], false);
- Eval(4481, o is GenericDelegate<int>, false);
- Eval(4482, o is GenericDelegate<int>[], false);
+// Eval(4481, o is GenericDelegate<int>, false);
+// Eval(4482, o is GenericDelegate<int>[], false);
Eval(4483, o is EmptyClass, false);
Eval(4484, o is EmptyClass[], false);
Eval(4485, o is NotEmptyClass, false);
Eval(4486, o is NotEmptyClass[], false);
- Eval(4487, o is EmptyClassGen<int>, false);
- Eval(4488, o is EmptyClassGen<int>[], false);
- Eval(4489, o is NotEmptyClassGen<Guid>, false);
- Eval(4490, o is NotEmptyClassGen<Guid>[], false);
- Eval(4491, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(4492, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(4487, o is EmptyClassGen<int>, false);
+// Eval(4488, o is EmptyClassGen<int>[], false);
+// Eval(4489, o is NotEmptyClassGen<Guid>, false);
+// Eval(4490, o is NotEmptyClassGen<Guid>[], false);
+// Eval(4491, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(4492, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(4493, o is NestedClass, false);
Eval(4494, o is NestedClass[], false);
- Eval(4495, o is NestedClassGen<Decimal>, false);
- Eval(4496, o is NestedClassGen<Decimal>[], false);
+// Eval(4495, o is NestedClassGen<Decimal>, false);
+// Eval(4496, o is NestedClassGen<Decimal>[], false);
Eval(4497, o is ImplementOneInterfaceC, false);
Eval(4498, o is ImplementOneInterfaceC[], false);
Eval(4499, o is ImplementTwoInterfaceC, false);
Eval(4500, o is ImplementTwoInterfaceC[], false);
- Eval(4501, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(4502, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(4503, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(4504, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(4505, o is ImplementAllInterfaceC<int>, false);
- Eval(4506, o is ImplementAllInterfaceC<int>[], false);
+// Eval(4501, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(4502, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(4503, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(4504, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(4505, o is ImplementAllInterfaceC<int>, false);
+// Eval(4506, o is ImplementAllInterfaceC<int>[], false);
Eval(4507, o is SealedClass, false);
Eval(4508, o is SealedClass[], false);
}
@@ -4465,26 +4465,26 @@ internal class Program
Eval(4514, o is NotEmptyStruct[], false);
Eval(4515, o is NotEmptyStruct?, false);
Eval(4516, o is NotEmptyStruct?[], false);
- Eval(4517, o is EmptyStructGen<int>, false);
- Eval(4518, o is EmptyStructGen<int>[], false);
- Eval(4519, o is EmptyStructGen<int>?, false);
- Eval(4520, o is EmptyStructGen<int>?[], false);
- Eval(4521, o is NotEmptyStructGen<Guid>, false);
- Eval(4522, o is NotEmptyStructGen<Guid>[], false);
- Eval(4523, o is NotEmptyStructGen<Guid>?, false);
- Eval(4524, o is NotEmptyStructGen<Guid>?[], false);
- Eval(4525, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(4526, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(4527, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(4528, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(4517, o is EmptyStructGen<int>, false);
+// Eval(4518, o is EmptyStructGen<int>[], false);
+// Eval(4519, o is EmptyStructGen<int>?, false);
+// Eval(4520, o is EmptyStructGen<int>?[], false);
+// Eval(4521, o is NotEmptyStructGen<Guid>, false);
+// Eval(4522, o is NotEmptyStructGen<Guid>[], false);
+// Eval(4523, o is NotEmptyStructGen<Guid>?, false);
+// Eval(4524, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(4525, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(4526, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(4527, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(4528, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(4529, o is NestedStruct, false);
Eval(4530, o is NestedStruct[], false);
Eval(4531, o is NestedStruct?, false);
Eval(4532, o is NestedStruct?[], false);
- Eval(4533, o is NestedStructGen<Decimal>, false);
- Eval(4534, o is NestedStructGen<Decimal>[], false);
- Eval(4535, o is NestedStructGen<Decimal>?, false);
- Eval(4536, o is NestedStructGen<Decimal>?[], false);
+// Eval(4533, o is NestedStructGen<Decimal>, false);
+// Eval(4534, o is NestedStructGen<Decimal>[], false);
+// Eval(4535, o is NestedStructGen<Decimal>?, false);
+// Eval(4536, o is NestedStructGen<Decimal>?[], false);
Eval(4537, o is ExplicitFieldOffsetStruct, false);
Eval(4538, o is ExplicitFieldOffsetStruct[], false);
Eval(4539, o is ExplicitFieldOffsetStruct?, false);
@@ -4501,18 +4501,18 @@ internal class Program
Eval(4558, o is ImplementTwoInterface[], false);
Eval(4559, o is ImplementTwoInterface?, false);
Eval(4560, o is ImplementTwoInterface?[], false);
- Eval(4561, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(4562, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(4563, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(4564, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(4565, o is ImplementTwoInterfaceGen<int>, false);
- Eval(4566, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(4567, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(4568, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(4569, o is ImplementAllInterface<int>, false);
- Eval(4570, o is ImplementAllInterface<int>[], false);
- Eval(4571, o is ImplementAllInterface<int>?, false);
- Eval(4572, o is ImplementAllInterface<int>?[], false);
+// Eval(4561, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(4562, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(4563, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(4564, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(4565, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(4566, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(4567, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(4568, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(4569, o is ImplementAllInterface<int>, false);
+// Eval(4570, o is ImplementAllInterface<int>[], false);
+// Eval(4571, o is ImplementAllInterface<int>?, false);
+// Eval(4572, o is ImplementAllInterface<int>?[], false);
Eval(4573, o is IntE, false);
Eval(4574, o is IntE[], false);
Eval(4575, o is IntE?, false);
@@ -4611,38 +4611,38 @@ internal class Program
Eval(4668, o is IEmpty[], false);
Eval(4669, o is INotEmpty, false);
Eval(4670, o is INotEmpty[], false);
- Eval(4671, o is IEmptyGen<int>, false);
- Eval(4672, o is IEmptyGen<int>[], false);
- Eval(4673, o is INotEmptyGen<int>, false);
- Eval(4674, o is INotEmptyGen<int>[], false);
+// Eval(4671, o is IEmptyGen<int>, false);
+// Eval(4672, o is IEmptyGen<int>[], false);
+// Eval(4673, o is INotEmptyGen<int>, false);
+// Eval(4674, o is INotEmptyGen<int>[], false);
Eval(4675, o is SimpleDelegate, false);
Eval(4676, o is SimpleDelegate[], false);
- Eval(4677, o is GenericDelegate<int>, false);
- Eval(4678, o is GenericDelegate<int>[], false);
+// Eval(4677, o is GenericDelegate<int>, false);
+// Eval(4678, o is GenericDelegate<int>[], false);
Eval(4679, o is EmptyClass, false);
Eval(4680, o is EmptyClass[], false);
Eval(4681, o is NotEmptyClass, false);
Eval(4682, o is NotEmptyClass[], false);
- Eval(4683, o is EmptyClassGen<int>, false);
- Eval(4684, o is EmptyClassGen<int>[], false);
- Eval(4685, o is NotEmptyClassGen<Guid>, false);
- Eval(4686, o is NotEmptyClassGen<Guid>[], false);
- Eval(4687, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(4688, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(4683, o is EmptyClassGen<int>, false);
+// Eval(4684, o is EmptyClassGen<int>[], false);
+// Eval(4685, o is NotEmptyClassGen<Guid>, false);
+// Eval(4686, o is NotEmptyClassGen<Guid>[], false);
+// Eval(4687, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(4688, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(4689, o is NestedClass, false);
Eval(4690, o is NestedClass[], false);
- Eval(4691, o is NestedClassGen<Decimal>, false);
- Eval(4692, o is NestedClassGen<Decimal>[], false);
+// Eval(4691, o is NestedClassGen<Decimal>, false);
+// Eval(4692, o is NestedClassGen<Decimal>[], false);
Eval(4693, o is ImplementOneInterfaceC, false);
Eval(4694, o is ImplementOneInterfaceC[], false);
Eval(4695, o is ImplementTwoInterfaceC, false);
Eval(4696, o is ImplementTwoInterfaceC[], false);
- Eval(4697, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(4698, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(4699, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(4700, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(4701, o is ImplementAllInterfaceC<int>, false);
- Eval(4702, o is ImplementAllInterfaceC<int>[], false);
+// Eval(4697, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(4698, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(4699, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(4700, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(4701, o is ImplementAllInterfaceC<int>, false);
+// Eval(4702, o is ImplementAllInterfaceC<int>[], false);
Eval(4703, o is SealedClass, false);
Eval(4704, o is SealedClass[], false);
}
@@ -4660,26 +4660,26 @@ internal class Program
Eval(5886, o is NotEmptyStruct[], false);
Eval(5887, o is NotEmptyStruct?, false);
Eval(5888, o is NotEmptyStruct?[], false);
- Eval(5889, o is EmptyStructGen<int>, false);
- Eval(5890, o is EmptyStructGen<int>[], false);
- Eval(5891, o is EmptyStructGen<int>?, false);
- Eval(5892, o is EmptyStructGen<int>?[], false);
- Eval(5893, o is NotEmptyStructGen<Guid>, false);
- Eval(5894, o is NotEmptyStructGen<Guid>[], false);
- Eval(5895, o is NotEmptyStructGen<Guid>?, false);
- Eval(5896, o is NotEmptyStructGen<Guid>?[], false);
- Eval(5897, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(5898, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(5899, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(5900, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(5889, o is EmptyStructGen<int>, false);
+// Eval(5890, o is EmptyStructGen<int>[], false);
+// Eval(5891, o is EmptyStructGen<int>?, false);
+// Eval(5892, o is EmptyStructGen<int>?[], false);
+// Eval(5893, o is NotEmptyStructGen<Guid>, false);
+// Eval(5894, o is NotEmptyStructGen<Guid>[], false);
+// Eval(5895, o is NotEmptyStructGen<Guid>?, false);
+// Eval(5896, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(5897, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(5898, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(5899, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(5900, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(5901, o is NestedStruct, false);
Eval(5902, o is NestedStruct[], false);
Eval(5903, o is NestedStruct?, false);
Eval(5904, o is NestedStruct?[], false);
- Eval(5905, o is NestedStructGen<Decimal>, false);
- Eval(5906, o is NestedStructGen<Decimal>[], false);
- Eval(5907, o is NestedStructGen<Decimal>?, false);
- Eval(5908, o is NestedStructGen<Decimal>?[], false);
+// Eval(5905, o is NestedStructGen<Decimal>, false);
+// Eval(5906, o is NestedStructGen<Decimal>[], false);
+// Eval(5907, o is NestedStructGen<Decimal>?, false);
+// Eval(5908, o is NestedStructGen<Decimal>?[], false);
Eval(5909, o is ExplicitFieldOffsetStruct, false);
Eval(5910, o is ExplicitFieldOffsetStruct[], false);
Eval(5911, o is ExplicitFieldOffsetStruct?, false);
@@ -4696,18 +4696,18 @@ internal class Program
Eval(5930, o is ImplementTwoInterface[], false);
Eval(5931, o is ImplementTwoInterface?, false);
Eval(5932, o is ImplementTwoInterface?[], false);
- Eval(5933, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(5934, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(5935, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(5936, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(5937, o is ImplementTwoInterfaceGen<int>, false);
- Eval(5938, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(5939, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(5940, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(5941, o is ImplementAllInterface<int>, false);
- Eval(5942, o is ImplementAllInterface<int>[], false);
- Eval(5943, o is ImplementAllInterface<int>?, false);
- Eval(5944, o is ImplementAllInterface<int>?[], false);
+// Eval(5933, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(5934, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(5935, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(5936, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(5937, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(5938, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(5939, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(5940, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(5941, o is ImplementAllInterface<int>, false);
+// Eval(5942, o is ImplementAllInterface<int>[], false);
+// Eval(5943, o is ImplementAllInterface<int>?, false);
+// Eval(5944, o is ImplementAllInterface<int>?[], false);
Eval(5945, o is IntE, false);
Eval(5946, o is IntE[], false);
Eval(5947, o is IntE?, false);
@@ -4806,38 +4806,38 @@ internal class Program
Eval(6040, o is IEmpty[], false);
Eval(6041, o is INotEmpty, false);
Eval(6042, o is INotEmpty[], false);
- Eval(6043, o is IEmptyGen<int>, false);
- Eval(6044, o is IEmptyGen<int>[], false);
- Eval(6045, o is INotEmptyGen<int>, false);
- Eval(6046, o is INotEmptyGen<int>[], false);
+// Eval(6043, o is IEmptyGen<int>, false);
+// Eval(6044, o is IEmptyGen<int>[], false);
+// Eval(6045, o is INotEmptyGen<int>, false);
+// Eval(6046, o is INotEmptyGen<int>[], false);
Eval(6047, o is SimpleDelegate, false);
Eval(6048, o is SimpleDelegate[], false);
- Eval(6049, o is GenericDelegate<int>, false);
- Eval(6050, o is GenericDelegate<int>[], false);
+// Eval(6049, o is GenericDelegate<int>, false);
+// Eval(6050, o is GenericDelegate<int>[], false);
Eval(6051, o is EmptyClass, false);
Eval(6052, o is EmptyClass[], false);
Eval(6053, o is NotEmptyClass, false);
Eval(6054, o is NotEmptyClass[], false);
- Eval(6055, o is EmptyClassGen<int>, false);
- Eval(6056, o is EmptyClassGen<int>[], false);
- Eval(6057, o is NotEmptyClassGen<Guid>, false);
- Eval(6058, o is NotEmptyClassGen<Guid>[], false);
- Eval(6059, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(6060, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(6055, o is EmptyClassGen<int>, false);
+// Eval(6056, o is EmptyClassGen<int>[], false);
+// Eval(6057, o is NotEmptyClassGen<Guid>, false);
+// Eval(6058, o is NotEmptyClassGen<Guid>[], false);
+// Eval(6059, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(6060, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(6061, o is NestedClass, false);
Eval(6062, o is NestedClass[], false);
- Eval(6063, o is NestedClassGen<Decimal>, false);
- Eval(6064, o is NestedClassGen<Decimal>[], false);
+// Eval(6063, o is NestedClassGen<Decimal>, false);
+// Eval(6064, o is NestedClassGen<Decimal>[], false);
Eval(6065, o is ImplementOneInterfaceC, false);
Eval(6066, o is ImplementOneInterfaceC[], false);
Eval(6067, o is ImplementTwoInterfaceC, false);
Eval(6068, o is ImplementTwoInterfaceC[], false);
- Eval(6069, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(6070, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(6071, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(6072, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(6073, o is ImplementAllInterfaceC<int>, false);
- Eval(6074, o is ImplementAllInterfaceC<int>[], false);
+// Eval(6069, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(6070, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(6071, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(6072, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(6073, o is ImplementAllInterfaceC<int>, false);
+// Eval(6074, o is ImplementAllInterfaceC<int>[], false);
Eval(6075, o is SealedClass, false);
Eval(6076, o is SealedClass[], false);
}
@@ -4852,26 +4852,26 @@ internal class Program
Eval(6082, o is NotEmptyStruct[], false);
Eval(6083, o is NotEmptyStruct?, false);
Eval(6084, o is NotEmptyStruct?[], false);
- Eval(6085, o is EmptyStructGen<int>, false);
- Eval(6086, o is EmptyStructGen<int>[], false);
- Eval(6087, o is EmptyStructGen<int>?, false);
- Eval(6088, o is EmptyStructGen<int>?[], false);
- Eval(6089, o is NotEmptyStructGen<Guid>, false);
- Eval(6090, o is NotEmptyStructGen<Guid>[], false);
- Eval(6091, o is NotEmptyStructGen<Guid>?, false);
- Eval(6092, o is NotEmptyStructGen<Guid>?[], false);
- Eval(6093, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(6094, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(6095, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(6096, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(6085, o is EmptyStructGen<int>, false);
+// Eval(6086, o is EmptyStructGen<int>[], false);
+// Eval(6087, o is EmptyStructGen<int>?, false);
+// Eval(6088, o is EmptyStructGen<int>?[], false);
+// Eval(6089, o is NotEmptyStructGen<Guid>, false);
+// Eval(6090, o is NotEmptyStructGen<Guid>[], false);
+// Eval(6091, o is NotEmptyStructGen<Guid>?, false);
+// Eval(6092, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(6093, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(6094, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(6095, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(6096, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(6097, o is NestedStruct, false);
Eval(6098, o is NestedStruct[], false);
Eval(6099, o is NestedStruct?, false);
Eval(6100, o is NestedStruct?[], false);
- Eval(6101, o is NestedStructGen<Decimal>, false);
- Eval(6102, o is NestedStructGen<Decimal>[], false);
- Eval(6103, o is NestedStructGen<Decimal>?, false);
- Eval(6104, o is NestedStructGen<Decimal>?[], false);
+// Eval(6101, o is NestedStructGen<Decimal>, false);
+// Eval(6102, o is NestedStructGen<Decimal>[], false);
+// Eval(6103, o is NestedStructGen<Decimal>?, false);
+// Eval(6104, o is NestedStructGen<Decimal>?[], false);
Eval(6105, o is ExplicitFieldOffsetStruct, false);
Eval(6106, o is ExplicitFieldOffsetStruct[], false);
Eval(6107, o is ExplicitFieldOffsetStruct?, false);
@@ -4888,18 +4888,18 @@ internal class Program
Eval(6126, o is ImplementTwoInterface[], false);
Eval(6127, o is ImplementTwoInterface?, false);
Eval(6128, o is ImplementTwoInterface?[], false);
- Eval(6129, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(6130, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(6131, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(6132, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(6133, o is ImplementTwoInterfaceGen<int>, false);
- Eval(6134, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(6135, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(6136, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(6137, o is ImplementAllInterface<int>, false);
- Eval(6138, o is ImplementAllInterface<int>[], false);
- Eval(6139, o is ImplementAllInterface<int>?, false);
- Eval(6140, o is ImplementAllInterface<int>?[], false);
+// Eval(6129, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(6130, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(6131, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(6132, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(6133, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(6134, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(6135, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(6136, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(6137, o is ImplementAllInterface<int>, false);
+// Eval(6138, o is ImplementAllInterface<int>[], false);
+// Eval(6139, o is ImplementAllInterface<int>?, false);
+// Eval(6140, o is ImplementAllInterface<int>?[], false);
Eval(6141, o is IntE, false);
Eval(6142, o is IntE[], false);
Eval(6143, o is IntE?, false);
@@ -4998,38 +4998,38 @@ internal class Program
Eval(6236, o is IEmpty[], false);
Eval(6237, o is INotEmpty, false);
Eval(6238, o is INotEmpty[], false);
- Eval(6239, o is IEmptyGen<int>, false);
- Eval(6240, o is IEmptyGen<int>[], false);
- Eval(6241, o is INotEmptyGen<int>, false);
- Eval(6242, o is INotEmptyGen<int>[], false);
+// Eval(6239, o is IEmptyGen<int>, false);
+// Eval(6240, o is IEmptyGen<int>[], false);
+// Eval(6241, o is INotEmptyGen<int>, false);
+// Eval(6242, o is INotEmptyGen<int>[], false);
Eval(6243, o is SimpleDelegate, false);
Eval(6244, o is SimpleDelegate[], false);
- Eval(6245, o is GenericDelegate<int>, false);
- Eval(6246, o is GenericDelegate<int>[], false);
+// Eval(6245, o is GenericDelegate<int>, false);
+// Eval(6246, o is GenericDelegate<int>[], false);
Eval(6247, o is EmptyClass, false);
Eval(6248, o is EmptyClass[], false);
Eval(6249, o is NotEmptyClass, false);
Eval(6250, o is NotEmptyClass[], false);
- Eval(6251, o is EmptyClassGen<int>, false);
- Eval(6252, o is EmptyClassGen<int>[], false);
- Eval(6253, o is NotEmptyClassGen<Guid>, false);
- Eval(6254, o is NotEmptyClassGen<Guid>[], false);
- Eval(6255, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(6256, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(6251, o is EmptyClassGen<int>, false);
+// Eval(6252, o is EmptyClassGen<int>[], false);
+// Eval(6253, o is NotEmptyClassGen<Guid>, false);
+// Eval(6254, o is NotEmptyClassGen<Guid>[], false);
+// Eval(6255, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(6256, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(6257, o is NestedClass, false);
Eval(6258, o is NestedClass[], false);
- Eval(6259, o is NestedClassGen<Decimal>, false);
- Eval(6260, o is NestedClassGen<Decimal>[], false);
+// Eval(6259, o is NestedClassGen<Decimal>, false);
+// Eval(6260, o is NestedClassGen<Decimal>[], false);
Eval(6261, o is ImplementOneInterfaceC, false);
Eval(6262, o is ImplementOneInterfaceC[], false);
Eval(6263, o is ImplementTwoInterfaceC, false);
Eval(6264, o is ImplementTwoInterfaceC[], false);
- Eval(6265, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(6266, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(6267, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(6268, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(6269, o is ImplementAllInterfaceC<int>, false);
- Eval(6270, o is ImplementAllInterfaceC<int>[], false);
+// Eval(6265, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(6266, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(6267, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(6268, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(6269, o is ImplementAllInterfaceC<int>, false);
+// Eval(6270, o is ImplementAllInterfaceC<int>[], false);
Eval(6271, o is SealedClass, false);
Eval(6272, o is SealedClass[], false);
}
@@ -5044,26 +5044,26 @@ internal class Program
Eval(6278, o is NotEmptyStruct[], false);
Eval(6279, o is NotEmptyStruct?, false);
Eval(6280, o is NotEmptyStruct?[], false);
- Eval(6281, o is EmptyStructGen<int>, false);
- Eval(6282, o is EmptyStructGen<int>[], false);
- Eval(6283, o is EmptyStructGen<int>?, false);
- Eval(6284, o is EmptyStructGen<int>?[], false);
- Eval(6285, o is NotEmptyStructGen<Guid>, false);
- Eval(6286, o is NotEmptyStructGen<Guid>[], false);
- Eval(6287, o is NotEmptyStructGen<Guid>?, false);
- Eval(6288, o is NotEmptyStructGen<Guid>?[], false);
- Eval(6289, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(6290, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(6291, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(6292, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(6281, o is EmptyStructGen<int>, false);
+// Eval(6282, o is EmptyStructGen<int>[], false);
+// Eval(6283, o is EmptyStructGen<int>?, false);
+// Eval(6284, o is EmptyStructGen<int>?[], false);
+// Eval(6285, o is NotEmptyStructGen<Guid>, false);
+// Eval(6286, o is NotEmptyStructGen<Guid>[], false);
+// Eval(6287, o is NotEmptyStructGen<Guid>?, false);
+// Eval(6288, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(6289, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(6290, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(6291, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(6292, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(6293, o is NestedStruct, false);
Eval(6294, o is NestedStruct[], false);
Eval(6295, o is NestedStruct?, false);
Eval(6296, o is NestedStruct?[], false);
- Eval(6297, o is NestedStructGen<Decimal>, false);
- Eval(6298, o is NestedStructGen<Decimal>[], false);
- Eval(6299, o is NestedStructGen<Decimal>?, false);
- Eval(6300, o is NestedStructGen<Decimal>?[], false);
+// Eval(6297, o is NestedStructGen<Decimal>, false);
+// Eval(6298, o is NestedStructGen<Decimal>[], false);
+// Eval(6299, o is NestedStructGen<Decimal>?, false);
+// Eval(6300, o is NestedStructGen<Decimal>?[], false);
Eval(6301, o is ExplicitFieldOffsetStruct, false);
Eval(6302, o is ExplicitFieldOffsetStruct[], false);
Eval(6303, o is ExplicitFieldOffsetStruct?, false);
@@ -5080,18 +5080,18 @@ internal class Program
Eval(6322, o is ImplementTwoInterface[], false);
Eval(6323, o is ImplementTwoInterface?, false);
Eval(6324, o is ImplementTwoInterface?[], false);
- Eval(6325, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(6326, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(6327, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(6328, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(6329, o is ImplementTwoInterfaceGen<int>, false);
- Eval(6330, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(6331, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(6332, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(6333, o is ImplementAllInterface<int>, false);
- Eval(6334, o is ImplementAllInterface<int>[], false);
- Eval(6335, o is ImplementAllInterface<int>?, false);
- Eval(6336, o is ImplementAllInterface<int>?[], false);
+// Eval(6325, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(6326, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(6327, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(6328, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(6329, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(6330, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(6331, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(6332, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(6333, o is ImplementAllInterface<int>, false);
+// Eval(6334, o is ImplementAllInterface<int>[], false);
+// Eval(6335, o is ImplementAllInterface<int>?, false);
+// Eval(6336, o is ImplementAllInterface<int>?[], false);
Eval(6337, o is IntE, false);
Eval(6338, o is IntE[], false);
Eval(6339, o is IntE?, false);
@@ -5190,38 +5190,38 @@ internal class Program
Eval(6432, o is IEmpty[], false);
Eval(6433, o is INotEmpty, false);
Eval(6434, o is INotEmpty[], false);
- Eval(6435, o is IEmptyGen<int>, false);
- Eval(6436, o is IEmptyGen<int>[], false);
- Eval(6437, o is INotEmptyGen<int>, false);
- Eval(6438, o is INotEmptyGen<int>[], false);
+// Eval(6435, o is IEmptyGen<int>, false);
+// Eval(6436, o is IEmptyGen<int>[], false);
+// Eval(6437, o is INotEmptyGen<int>, false);
+// Eval(6438, o is INotEmptyGen<int>[], false);
Eval(6439, o is SimpleDelegate, false);
Eval(6440, o is SimpleDelegate[], false);
- Eval(6441, o is GenericDelegate<int>, false);
- Eval(6442, o is GenericDelegate<int>[], false);
+// Eval(6441, o is GenericDelegate<int>, false);
+// Eval(6442, o is GenericDelegate<int>[], false);
Eval(6443, o is EmptyClass, false);
Eval(6444, o is EmptyClass[], false);
Eval(6445, o is NotEmptyClass, false);
Eval(6446, o is NotEmptyClass[], false);
- Eval(6447, o is EmptyClassGen<int>, false);
- Eval(6448, o is EmptyClassGen<int>[], false);
- Eval(6449, o is NotEmptyClassGen<Guid>, false);
- Eval(6450, o is NotEmptyClassGen<Guid>[], false);
- Eval(6451, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(6452, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(6447, o is EmptyClassGen<int>, false);
+// Eval(6448, o is EmptyClassGen<int>[], false);
+// Eval(6449, o is NotEmptyClassGen<Guid>, false);
+// Eval(6450, o is NotEmptyClassGen<Guid>[], false);
+// Eval(6451, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(6452, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(6453, o is NestedClass, false);
Eval(6454, o is NestedClass[], false);
- Eval(6455, o is NestedClassGen<Decimal>, false);
- Eval(6456, o is NestedClassGen<Decimal>[], false);
+// Eval(6455, o is NestedClassGen<Decimal>, false);
+// Eval(6456, o is NestedClassGen<Decimal>[], false);
Eval(6457, o is ImplementOneInterfaceC, false);
Eval(6458, o is ImplementOneInterfaceC[], false);
Eval(6459, o is ImplementTwoInterfaceC, false);
Eval(6460, o is ImplementTwoInterfaceC[], false);
- Eval(6461, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(6462, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(6463, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(6464, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(6465, o is ImplementAllInterfaceC<int>, false);
- Eval(6466, o is ImplementAllInterfaceC<int>[], false);
+// Eval(6461, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(6462, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(6463, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(6464, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(6465, o is ImplementAllInterfaceC<int>, false);
+// Eval(6466, o is ImplementAllInterfaceC<int>[], false);
Eval(6467, o is SealedClass, false);
Eval(6468, o is SealedClass[], false);
}
@@ -5239,26 +5239,26 @@ internal class Program
Eval(6474, o is NotEmptyStruct[], false);
Eval(6475, o is NotEmptyStruct?, false);
Eval(6476, o is NotEmptyStruct?[], false);
- Eval(6477, o is EmptyStructGen<int>, false);
- Eval(6478, o is EmptyStructGen<int>[], false);
- Eval(6479, o is EmptyStructGen<int>?, false);
- Eval(6480, o is EmptyStructGen<int>?[], false);
- Eval(6481, o is NotEmptyStructGen<Guid>, false);
- Eval(6482, o is NotEmptyStructGen<Guid>[], false);
- Eval(6483, o is NotEmptyStructGen<Guid>?, false);
- Eval(6484, o is NotEmptyStructGen<Guid>?[], false);
- Eval(6485, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(6486, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(6487, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(6488, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(6477, o is EmptyStructGen<int>, false);
+// Eval(6478, o is EmptyStructGen<int>[], false);
+// Eval(6479, o is EmptyStructGen<int>?, false);
+// Eval(6480, o is EmptyStructGen<int>?[], false);
+// Eval(6481, o is NotEmptyStructGen<Guid>, false);
+// Eval(6482, o is NotEmptyStructGen<Guid>[], false);
+// Eval(6483, o is NotEmptyStructGen<Guid>?, false);
+// Eval(6484, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(6485, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(6486, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(6487, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(6488, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(6489, o is NestedStruct, false);
Eval(6490, o is NestedStruct[], false);
Eval(6491, o is NestedStruct?, false);
Eval(6492, o is NestedStruct?[], false);
- Eval(6493, o is NestedStructGen<Decimal>, false);
- Eval(6494, o is NestedStructGen<Decimal>[], false);
- Eval(6495, o is NestedStructGen<Decimal>?, false);
- Eval(6496, o is NestedStructGen<Decimal>?[], false);
+// Eval(6493, o is NestedStructGen<Decimal>, false);
+// Eval(6494, o is NestedStructGen<Decimal>[], false);
+// Eval(6495, o is NestedStructGen<Decimal>?, false);
+// Eval(6496, o is NestedStructGen<Decimal>?[], false);
Eval(6497, o is ExplicitFieldOffsetStruct, false);
Eval(6498, o is ExplicitFieldOffsetStruct[], false);
Eval(6499, o is ExplicitFieldOffsetStruct?, false);
@@ -5275,18 +5275,18 @@ internal class Program
Eval(6518, o is ImplementTwoInterface[], false);
Eval(6519, o is ImplementTwoInterface?, false);
Eval(6520, o is ImplementTwoInterface?[], false);
- Eval(6521, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(6522, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(6523, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(6524, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(6525, o is ImplementTwoInterfaceGen<int>, false);
- Eval(6526, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(6527, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(6528, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(6529, o is ImplementAllInterface<int>, false);
- Eval(6530, o is ImplementAllInterface<int>[], false);
- Eval(6531, o is ImplementAllInterface<int>?, false);
- Eval(6532, o is ImplementAllInterface<int>?[], false);
+// Eval(6521, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(6522, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(6523, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(6524, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(6525, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(6526, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(6527, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(6528, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(6529, o is ImplementAllInterface<int>, false);
+// Eval(6530, o is ImplementAllInterface<int>[], false);
+// Eval(6531, o is ImplementAllInterface<int>?, false);
+// Eval(6532, o is ImplementAllInterface<int>?[], false);
Eval(6533, o is IntE, false);
Eval(6534, o is IntE[], false);
Eval(6535, o is IntE?, false);
@@ -5385,38 +5385,38 @@ internal class Program
Eval(6628, o is IEmpty[], false);
Eval(6629, o is INotEmpty, false);
Eval(6630, o is INotEmpty[], false);
- Eval(6631, o is IEmptyGen<int>, false);
- Eval(6632, o is IEmptyGen<int>[], false);
- Eval(6633, o is INotEmptyGen<int>, false);
- Eval(6634, o is INotEmptyGen<int>[], false);
+// Eval(6631, o is IEmptyGen<int>, false);
+// Eval(6632, o is IEmptyGen<int>[], false);
+// Eval(6633, o is INotEmptyGen<int>, false);
+// Eval(6634, o is INotEmptyGen<int>[], false);
Eval(6635, o is SimpleDelegate, false);
Eval(6636, o is SimpleDelegate[], false);
- Eval(6637, o is GenericDelegate<int>, false);
- Eval(6638, o is GenericDelegate<int>[], false);
+// Eval(6637, o is GenericDelegate<int>, false);
+// Eval(6638, o is GenericDelegate<int>[], false);
Eval(6639, o is EmptyClass, false);
Eval(6640, o is EmptyClass[], false);
Eval(6641, o is NotEmptyClass, false);
Eval(6642, o is NotEmptyClass[], false);
- Eval(6643, o is EmptyClassGen<int>, false);
- Eval(6644, o is EmptyClassGen<int>[], false);
- Eval(6645, o is NotEmptyClassGen<Guid>, false);
- Eval(6646, o is NotEmptyClassGen<Guid>[], false);
- Eval(6647, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(6648, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(6643, o is EmptyClassGen<int>, false);
+// Eval(6644, o is EmptyClassGen<int>[], false);
+// Eval(6645, o is NotEmptyClassGen<Guid>, false);
+// Eval(6646, o is NotEmptyClassGen<Guid>[], false);
+// Eval(6647, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(6648, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(6649, o is NestedClass, false);
Eval(6650, o is NestedClass[], false);
- Eval(6651, o is NestedClassGen<Decimal>, false);
- Eval(6652, o is NestedClassGen<Decimal>[], false);
+// Eval(6651, o is NestedClassGen<Decimal>, false);
+// Eval(6652, o is NestedClassGen<Decimal>[], false);
Eval(6653, o is ImplementOneInterfaceC, false);
Eval(6654, o is ImplementOneInterfaceC[], false);
Eval(6655, o is ImplementTwoInterfaceC, false);
Eval(6656, o is ImplementTwoInterfaceC[], false);
- Eval(6657, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(6658, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(6659, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(6660, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(6661, o is ImplementAllInterfaceC<int>, false);
- Eval(6662, o is ImplementAllInterfaceC<int>[], false);
+// Eval(6657, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(6658, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(6659, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(6660, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(6661, o is ImplementAllInterfaceC<int>, false);
+// Eval(6662, o is ImplementAllInterfaceC<int>[], false);
Eval(6663, o is SealedClass, false);
Eval(6664, o is SealedClass[], false);
}
@@ -5431,26 +5431,26 @@ internal class Program
Eval(6670, o is NotEmptyStruct[], false);
Eval(6671, o is NotEmptyStruct?, false);
Eval(6672, o is NotEmptyStruct?[], false);
- Eval(6673, o is EmptyStructGen<int>, false);
- Eval(6674, o is EmptyStructGen<int>[], false);
- Eval(6675, o is EmptyStructGen<int>?, false);
- Eval(6676, o is EmptyStructGen<int>?[], false);
- Eval(6677, o is NotEmptyStructGen<Guid>, false);
- Eval(6678, o is NotEmptyStructGen<Guid>[], false);
- Eval(6679, o is NotEmptyStructGen<Guid>?, false);
- Eval(6680, o is NotEmptyStructGen<Guid>?[], false);
- Eval(6681, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(6682, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(6683, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(6684, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(6673, o is EmptyStructGen<int>, false);
+// Eval(6674, o is EmptyStructGen<int>[], false);
+// Eval(6675, o is EmptyStructGen<int>?, false);
+// Eval(6676, o is EmptyStructGen<int>?[], false);
+// Eval(6677, o is NotEmptyStructGen<Guid>, false);
+// Eval(6678, o is NotEmptyStructGen<Guid>[], false);
+// Eval(6679, o is NotEmptyStructGen<Guid>?, false);
+// Eval(6680, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(6681, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(6682, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(6683, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(6684, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(6685, o is NestedStruct, false);
Eval(6686, o is NestedStruct[], false);
Eval(6687, o is NestedStruct?, false);
Eval(6688, o is NestedStruct?[], false);
- Eval(6689, o is NestedStructGen<Decimal>, false);
- Eval(6690, o is NestedStructGen<Decimal>[], false);
- Eval(6691, o is NestedStructGen<Decimal>?, false);
- Eval(6692, o is NestedStructGen<Decimal>?[], false);
+// Eval(6689, o is NestedStructGen<Decimal>, false);
+// Eval(6690, o is NestedStructGen<Decimal>[], false);
+// Eval(6691, o is NestedStructGen<Decimal>?, false);
+// Eval(6692, o is NestedStructGen<Decimal>?[], false);
Eval(6693, o is ExplicitFieldOffsetStruct, false);
Eval(6694, o is ExplicitFieldOffsetStruct[], false);
Eval(6695, o is ExplicitFieldOffsetStruct?, false);
@@ -5467,18 +5467,18 @@ internal class Program
Eval(6714, o is ImplementTwoInterface[], false);
Eval(6715, o is ImplementTwoInterface?, false);
Eval(6716, o is ImplementTwoInterface?[], false);
- Eval(6717, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(6718, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(6719, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(6720, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(6721, o is ImplementTwoInterfaceGen<int>, false);
- Eval(6722, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(6723, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(6724, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(6725, o is ImplementAllInterface<int>, false);
- Eval(6726, o is ImplementAllInterface<int>[], false);
- Eval(6727, o is ImplementAllInterface<int>?, false);
- Eval(6728, o is ImplementAllInterface<int>?[], false);
+// Eval(6717, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(6718, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(6719, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(6720, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(6721, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(6722, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(6723, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(6724, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(6725, o is ImplementAllInterface<int>, false);
+// Eval(6726, o is ImplementAllInterface<int>[], false);
+// Eval(6727, o is ImplementAllInterface<int>?, false);
+// Eval(6728, o is ImplementAllInterface<int>?[], false);
Eval(6729, o is IntE, false);
Eval(6730, o is IntE[], false);
Eval(6731, o is IntE?, false);
@@ -5577,38 +5577,38 @@ internal class Program
Eval(6824, o is IEmpty[], false);
Eval(6825, o is INotEmpty, false);
Eval(6826, o is INotEmpty[], false);
- Eval(6827, o is IEmptyGen<int>, false);
- Eval(6828, o is IEmptyGen<int>[], false);
- Eval(6829, o is INotEmptyGen<int>, false);
- Eval(6830, o is INotEmptyGen<int>[], false);
+// Eval(6827, o is IEmptyGen<int>, false);
+// Eval(6828, o is IEmptyGen<int>[], false);
+// Eval(6829, o is INotEmptyGen<int>, false);
+// Eval(6830, o is INotEmptyGen<int>[], false);
Eval(6831, o is SimpleDelegate, false);
Eval(6832, o is SimpleDelegate[], false);
- Eval(6833, o is GenericDelegate<int>, false);
- Eval(6834, o is GenericDelegate<int>[], false);
+// Eval(6833, o is GenericDelegate<int>, false);
+// Eval(6834, o is GenericDelegate<int>[], false);
Eval(6835, o is EmptyClass, false);
Eval(6836, o is EmptyClass[], false);
Eval(6837, o is NotEmptyClass, false);
Eval(6838, o is NotEmptyClass[], false);
- Eval(6839, o is EmptyClassGen<int>, false);
- Eval(6840, o is EmptyClassGen<int>[], false);
- Eval(6841, o is NotEmptyClassGen<Guid>, false);
- Eval(6842, o is NotEmptyClassGen<Guid>[], false);
- Eval(6843, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(6844, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(6839, o is EmptyClassGen<int>, false);
+// Eval(6840, o is EmptyClassGen<int>[], false);
+// Eval(6841, o is NotEmptyClassGen<Guid>, false);
+// Eval(6842, o is NotEmptyClassGen<Guid>[], false);
+// Eval(6843, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(6844, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(6845, o is NestedClass, false);
Eval(6846, o is NestedClass[], false);
- Eval(6847, o is NestedClassGen<Decimal>, false);
- Eval(6848, o is NestedClassGen<Decimal>[], false);
+// Eval(6847, o is NestedClassGen<Decimal>, false);
+// Eval(6848, o is NestedClassGen<Decimal>[], false);
Eval(6849, o is ImplementOneInterfaceC, false);
Eval(6850, o is ImplementOneInterfaceC[], false);
Eval(6851, o is ImplementTwoInterfaceC, false);
Eval(6852, o is ImplementTwoInterfaceC[], false);
- Eval(6853, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(6854, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(6855, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(6856, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(6857, o is ImplementAllInterfaceC<int>, false);
- Eval(6858, o is ImplementAllInterfaceC<int>[], false);
+// Eval(6853, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(6854, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(6855, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(6856, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(6857, o is ImplementAllInterfaceC<int>, false);
+// Eval(6858, o is ImplementAllInterfaceC<int>[], false);
Eval(6859, o is SealedClass, false);
Eval(6860, o is SealedClass[], false);
}
@@ -5623,26 +5623,26 @@ internal class Program
Eval(6866, o is NotEmptyStruct[], false);
Eval(6867, o is NotEmptyStruct?, false);
Eval(6868, o is NotEmptyStruct?[], false);
- Eval(6869, o is EmptyStructGen<int>, false);
- Eval(6870, o is EmptyStructGen<int>[], false);
- Eval(6871, o is EmptyStructGen<int>?, false);
- Eval(6872, o is EmptyStructGen<int>?[], false);
- Eval(6873, o is NotEmptyStructGen<Guid>, false);
- Eval(6874, o is NotEmptyStructGen<Guid>[], false);
- Eval(6875, o is NotEmptyStructGen<Guid>?, false);
- Eval(6876, o is NotEmptyStructGen<Guid>?[], false);
- Eval(6877, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(6878, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(6879, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(6880, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(6869, o is EmptyStructGen<int>, false);
+// Eval(6870, o is EmptyStructGen<int>[], false);
+// Eval(6871, o is EmptyStructGen<int>?, false);
+// Eval(6872, o is EmptyStructGen<int>?[], false);
+// Eval(6873, o is NotEmptyStructGen<Guid>, false);
+// Eval(6874, o is NotEmptyStructGen<Guid>[], false);
+// Eval(6875, o is NotEmptyStructGen<Guid>?, false);
+// Eval(6876, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(6877, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(6878, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(6879, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(6880, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(6881, o is NestedStruct, false);
Eval(6882, o is NestedStruct[], false);
Eval(6883, o is NestedStruct?, false);
Eval(6884, o is NestedStruct?[], false);
- Eval(6885, o is NestedStructGen<Decimal>, false);
- Eval(6886, o is NestedStructGen<Decimal>[], false);
- Eval(6887, o is NestedStructGen<Decimal>?, false);
- Eval(6888, o is NestedStructGen<Decimal>?[], false);
+// Eval(6885, o is NestedStructGen<Decimal>, false);
+// Eval(6886, o is NestedStructGen<Decimal>[], false);
+// Eval(6887, o is NestedStructGen<Decimal>?, false);
+// Eval(6888, o is NestedStructGen<Decimal>?[], false);
Eval(6889, o is ExplicitFieldOffsetStruct, false);
Eval(6890, o is ExplicitFieldOffsetStruct[], false);
Eval(6891, o is ExplicitFieldOffsetStruct?, false);
@@ -5659,18 +5659,18 @@ internal class Program
Eval(6910, o is ImplementTwoInterface[], false);
Eval(6911, o is ImplementTwoInterface?, false);
Eval(6912, o is ImplementTwoInterface?[], false);
- Eval(6913, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(6914, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(6915, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(6916, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(6917, o is ImplementTwoInterfaceGen<int>, false);
- Eval(6918, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(6919, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(6920, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(6921, o is ImplementAllInterface<int>, false);
- Eval(6922, o is ImplementAllInterface<int>[], false);
- Eval(6923, o is ImplementAllInterface<int>?, false);
- Eval(6924, o is ImplementAllInterface<int>?[], false);
+// Eval(6913, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(6914, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(6915, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(6916, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(6917, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(6918, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(6919, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(6920, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(6921, o is ImplementAllInterface<int>, false);
+// Eval(6922, o is ImplementAllInterface<int>[], false);
+// Eval(6923, o is ImplementAllInterface<int>?, false);
+// Eval(6924, o is ImplementAllInterface<int>?[], false);
Eval(6925, o is IntE, false);
Eval(6926, o is IntE[], false);
Eval(6927, o is IntE?, false);
@@ -5769,38 +5769,38 @@ internal class Program
Eval(7020, o is IEmpty[], false);
Eval(7021, o is INotEmpty, false);
Eval(7022, o is INotEmpty[], false);
- Eval(7023, o is IEmptyGen<int>, false);
- Eval(7024, o is IEmptyGen<int>[], false);
- Eval(7025, o is INotEmptyGen<int>, false);
- Eval(7026, o is INotEmptyGen<int>[], false);
+// Eval(7023, o is IEmptyGen<int>, false);
+// Eval(7024, o is IEmptyGen<int>[], false);
+// Eval(7025, o is INotEmptyGen<int>, false);
+// Eval(7026, o is INotEmptyGen<int>[], false);
Eval(7027, o is SimpleDelegate, false);
Eval(7028, o is SimpleDelegate[], false);
- Eval(7029, o is GenericDelegate<int>, false);
- Eval(7030, o is GenericDelegate<int>[], false);
+// Eval(7029, o is GenericDelegate<int>, false);
+// Eval(7030, o is GenericDelegate<int>[], false);
Eval(7031, o is EmptyClass, false);
Eval(7032, o is EmptyClass[], false);
Eval(7033, o is NotEmptyClass, false);
Eval(7034, o is NotEmptyClass[], false);
- Eval(7035, o is EmptyClassGen<int>, false);
- Eval(7036, o is EmptyClassGen<int>[], false);
- Eval(7037, o is NotEmptyClassGen<Guid>, false);
- Eval(7038, o is NotEmptyClassGen<Guid>[], false);
- Eval(7039, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(7040, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(7035, o is EmptyClassGen<int>, false);
+// Eval(7036, o is EmptyClassGen<int>[], false);
+// Eval(7037, o is NotEmptyClassGen<Guid>, false);
+// Eval(7038, o is NotEmptyClassGen<Guid>[], false);
+// Eval(7039, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(7040, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(7041, o is NestedClass, false);
Eval(7042, o is NestedClass[], false);
- Eval(7043, o is NestedClassGen<Decimal>, false);
- Eval(7044, o is NestedClassGen<Decimal>[], false);
+// Eval(7043, o is NestedClassGen<Decimal>, false);
+// Eval(7044, o is NestedClassGen<Decimal>[], false);
Eval(7045, o is ImplementOneInterfaceC, false);
Eval(7046, o is ImplementOneInterfaceC[], false);
Eval(7047, o is ImplementTwoInterfaceC, false);
Eval(7048, o is ImplementTwoInterfaceC[], false);
- Eval(7049, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(7050, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(7051, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(7052, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(7053, o is ImplementAllInterfaceC<int>, false);
- Eval(7054, o is ImplementAllInterfaceC<int>[], false);
+// Eval(7049, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(7050, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(7051, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(7052, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(7053, o is ImplementAllInterfaceC<int>, false);
+// Eval(7054, o is ImplementAllInterfaceC<int>[], false);
Eval(7055, o is SealedClass, false);
Eval(7056, o is SealedClass[], false);
}
@@ -5818,26 +5818,26 @@ internal class Program
Eval(7062, o is NotEmptyStruct[], false);
Eval(7063, o is NotEmptyStruct?, false);
Eval(7064, o is NotEmptyStruct?[], false);
- Eval(7065, o is EmptyStructGen<int>, false);
- Eval(7066, o is EmptyStructGen<int>[], false);
- Eval(7067, o is EmptyStructGen<int>?, false);
- Eval(7068, o is EmptyStructGen<int>?[], false);
- Eval(7069, o is NotEmptyStructGen<Guid>, false);
- Eval(7070, o is NotEmptyStructGen<Guid>[], false);
- Eval(7071, o is NotEmptyStructGen<Guid>?, false);
- Eval(7072, o is NotEmptyStructGen<Guid>?[], false);
- Eval(7073, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(7074, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(7075, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(7076, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(7065, o is EmptyStructGen<int>, false);
+// Eval(7066, o is EmptyStructGen<int>[], false);
+// Eval(7067, o is EmptyStructGen<int>?, false);
+// Eval(7068, o is EmptyStructGen<int>?[], false);
+// Eval(7069, o is NotEmptyStructGen<Guid>, false);
+// Eval(7070, o is NotEmptyStructGen<Guid>[], false);
+// Eval(7071, o is NotEmptyStructGen<Guid>?, false);
+// Eval(7072, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(7073, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(7074, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(7075, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(7076, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(7077, o is NestedStruct, false);
Eval(7078, o is NestedStruct[], false);
Eval(7079, o is NestedStruct?, false);
Eval(7080, o is NestedStruct?[], false);
- Eval(7081, o is NestedStructGen<Decimal>, false);
- Eval(7082, o is NestedStructGen<Decimal>[], false);
- Eval(7083, o is NestedStructGen<Decimal>?, false);
- Eval(7084, o is NestedStructGen<Decimal>?[], false);
+// Eval(7081, o is NestedStructGen<Decimal>, false);
+// Eval(7082, o is NestedStructGen<Decimal>[], false);
+// Eval(7083, o is NestedStructGen<Decimal>?, false);
+// Eval(7084, o is NestedStructGen<Decimal>?[], false);
Eval(7085, o is ExplicitFieldOffsetStruct, false);
Eval(7086, o is ExplicitFieldOffsetStruct[], false);
Eval(7087, o is ExplicitFieldOffsetStruct?, false);
@@ -5854,18 +5854,18 @@ internal class Program
Eval(7106, o is ImplementTwoInterface[], false);
Eval(7107, o is ImplementTwoInterface?, true);
Eval(7108, o is ImplementTwoInterface?[], false);
- Eval(7109, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(7110, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(7111, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(7112, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(7113, o is ImplementTwoInterfaceGen<int>, false);
- Eval(7114, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(7115, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(7116, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(7117, o is ImplementAllInterface<int>, false);
- Eval(7118, o is ImplementAllInterface<int>[], false);
- Eval(7119, o is ImplementAllInterface<int>?, false);
- Eval(7120, o is ImplementAllInterface<int>?[], false);
+// Eval(7109, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(7110, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(7111, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(7112, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(7113, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(7114, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(7115, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(7116, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(7117, o is ImplementAllInterface<int>, false);
+// Eval(7118, o is ImplementAllInterface<int>[], false);
+// Eval(7119, o is ImplementAllInterface<int>?, false);
+// Eval(7120, o is ImplementAllInterface<int>?[], false);
Eval(7121, o is IntE, false);
Eval(7122, o is IntE[], false);
Eval(7123, o is IntE?, false);
@@ -5964,38 +5964,38 @@ internal class Program
Eval(7216, o is IEmpty[], false);
Eval(7217, o is INotEmpty, true);
Eval(7218, o is INotEmpty[], false);
- Eval(7219, o is IEmptyGen<int>, false);
- Eval(7220, o is IEmptyGen<int>[], false);
- Eval(7221, o is INotEmptyGen<int>, false);
- Eval(7222, o is INotEmptyGen<int>[], false);
+// Eval(7219, o is IEmptyGen<int>, false);
+// Eval(7220, o is IEmptyGen<int>[], false);
+// Eval(7221, o is INotEmptyGen<int>, false);
+// Eval(7222, o is INotEmptyGen<int>[], false);
Eval(7223, o is SimpleDelegate, false);
Eval(7224, o is SimpleDelegate[], false);
- Eval(7225, o is GenericDelegate<int>, false);
- Eval(7226, o is GenericDelegate<int>[], false);
+// Eval(7225, o is GenericDelegate<int>, false);
+// Eval(7226, o is GenericDelegate<int>[], false);
Eval(7227, o is EmptyClass, false);
Eval(7228, o is EmptyClass[], false);
Eval(7229, o is NotEmptyClass, false);
Eval(7230, o is NotEmptyClass[], false);
- Eval(7231, o is EmptyClassGen<int>, false);
- Eval(7232, o is EmptyClassGen<int>[], false);
- Eval(7233, o is NotEmptyClassGen<Guid>, false);
- Eval(7234, o is NotEmptyClassGen<Guid>[], false);
- Eval(7235, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(7236, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(7231, o is EmptyClassGen<int>, false);
+// Eval(7232, o is EmptyClassGen<int>[], false);
+// Eval(7233, o is NotEmptyClassGen<Guid>, false);
+// Eval(7234, o is NotEmptyClassGen<Guid>[], false);
+// Eval(7235, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(7236, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(7237, o is NestedClass, false);
Eval(7238, o is NestedClass[], false);
- Eval(7239, o is NestedClassGen<Decimal>, false);
- Eval(7240, o is NestedClassGen<Decimal>[], false);
+// Eval(7239, o is NestedClassGen<Decimal>, false);
+// Eval(7240, o is NestedClassGen<Decimal>[], false);
Eval(7241, o is ImplementOneInterfaceC, false);
Eval(7242, o is ImplementOneInterfaceC[], false);
Eval(7243, o is ImplementTwoInterfaceC, false);
Eval(7244, o is ImplementTwoInterfaceC[], false);
- Eval(7245, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(7246, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(7247, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(7248, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(7249, o is ImplementAllInterfaceC<int>, false);
- Eval(7250, o is ImplementAllInterfaceC<int>[], false);
+// Eval(7245, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(7246, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(7247, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(7248, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(7249, o is ImplementAllInterfaceC<int>, false);
+// Eval(7250, o is ImplementAllInterfaceC<int>[], false);
Eval(7251, o is SealedClass, false);
Eval(7252, o is SealedClass[], false);
}
@@ -6010,26 +6010,26 @@ internal class Program
Eval(7258, o is NotEmptyStruct[], false);
Eval(7259, o is NotEmptyStruct?, false);
Eval(7260, o is NotEmptyStruct?[], false);
- Eval(7261, o is EmptyStructGen<int>, false);
- Eval(7262, o is EmptyStructGen<int>[], false);
- Eval(7263, o is EmptyStructGen<int>?, false);
- Eval(7264, o is EmptyStructGen<int>?[], false);
- Eval(7265, o is NotEmptyStructGen<Guid>, false);
- Eval(7266, o is NotEmptyStructGen<Guid>[], false);
- Eval(7267, o is NotEmptyStructGen<Guid>?, false);
- Eval(7268, o is NotEmptyStructGen<Guid>?[], false);
- Eval(7269, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(7270, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(7271, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(7272, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(7261, o is EmptyStructGen<int>, false);
+// Eval(7262, o is EmptyStructGen<int>[], false);
+// Eval(7263, o is EmptyStructGen<int>?, false);
+// Eval(7264, o is EmptyStructGen<int>?[], false);
+// Eval(7265, o is NotEmptyStructGen<Guid>, false);
+// Eval(7266, o is NotEmptyStructGen<Guid>[], false);
+// Eval(7267, o is NotEmptyStructGen<Guid>?, false);
+// Eval(7268, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(7269, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(7270, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(7271, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(7272, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(7273, o is NestedStruct, false);
Eval(7274, o is NestedStruct[], false);
Eval(7275, o is NestedStruct?, false);
Eval(7276, o is NestedStruct?[], false);
- Eval(7277, o is NestedStructGen<Decimal>, false);
- Eval(7278, o is NestedStructGen<Decimal>[], false);
- Eval(7279, o is NestedStructGen<Decimal>?, false);
- Eval(7280, o is NestedStructGen<Decimal>?[], false);
+// Eval(7277, o is NestedStructGen<Decimal>, false);
+// Eval(7278, o is NestedStructGen<Decimal>[], false);
+// Eval(7279, o is NestedStructGen<Decimal>?, false);
+// Eval(7280, o is NestedStructGen<Decimal>?[], false);
Eval(7281, o is ExplicitFieldOffsetStruct, false);
Eval(7282, o is ExplicitFieldOffsetStruct[], false);
Eval(7283, o is ExplicitFieldOffsetStruct?, false);
@@ -6046,18 +6046,18 @@ internal class Program
Eval(7302, o is ImplementTwoInterface[], false);
Eval(7303, o is ImplementTwoInterface?, true);
Eval(7304, o is ImplementTwoInterface?[], false);
- Eval(7305, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(7306, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(7307, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(7308, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(7309, o is ImplementTwoInterfaceGen<int>, false);
- Eval(7310, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(7311, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(7312, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(7313, o is ImplementAllInterface<int>, false);
- Eval(7314, o is ImplementAllInterface<int>[], false);
- Eval(7315, o is ImplementAllInterface<int>?, false);
- Eval(7316, o is ImplementAllInterface<int>?[], false);
+// Eval(7305, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(7306, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(7307, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(7308, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(7309, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(7310, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(7311, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(7312, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(7313, o is ImplementAllInterface<int>, false);
+// Eval(7314, o is ImplementAllInterface<int>[], false);
+// Eval(7315, o is ImplementAllInterface<int>?, false);
+// Eval(7316, o is ImplementAllInterface<int>?[], false);
Eval(7317, o is IntE, false);
Eval(7318, o is IntE[], false);
Eval(7319, o is IntE?, false);
@@ -6156,38 +6156,38 @@ internal class Program
Eval(7412, o is IEmpty[], false);
Eval(7413, o is INotEmpty, true);
Eval(7414, o is INotEmpty[], false);
- Eval(7415, o is IEmptyGen<int>, false);
- Eval(7416, o is IEmptyGen<int>[], false);
- Eval(7417, o is INotEmptyGen<int>, false);
- Eval(7418, o is INotEmptyGen<int>[], false);
+// Eval(7415, o is IEmptyGen<int>, false);
+// Eval(7416, o is IEmptyGen<int>[], false);
+// Eval(7417, o is INotEmptyGen<int>, false);
+// Eval(7418, o is INotEmptyGen<int>[], false);
Eval(7419, o is SimpleDelegate, false);
Eval(7420, o is SimpleDelegate[], false);
- Eval(7421, o is GenericDelegate<int>, false);
- Eval(7422, o is GenericDelegate<int>[], false);
+// Eval(7421, o is GenericDelegate<int>, false);
+// Eval(7422, o is GenericDelegate<int>[], false);
Eval(7423, o is EmptyClass, false);
Eval(7424, o is EmptyClass[], false);
Eval(7425, o is NotEmptyClass, false);
Eval(7426, o is NotEmptyClass[], false);
- Eval(7427, o is EmptyClassGen<int>, false);
- Eval(7428, o is EmptyClassGen<int>[], false);
- Eval(7429, o is NotEmptyClassGen<Guid>, false);
- Eval(7430, o is NotEmptyClassGen<Guid>[], false);
- Eval(7431, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(7432, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(7427, o is EmptyClassGen<int>, false);
+// Eval(7428, o is EmptyClassGen<int>[], false);
+// Eval(7429, o is NotEmptyClassGen<Guid>, false);
+// Eval(7430, o is NotEmptyClassGen<Guid>[], false);
+// Eval(7431, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(7432, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(7433, o is NestedClass, false);
Eval(7434, o is NestedClass[], false);
- Eval(7435, o is NestedClassGen<Decimal>, false);
- Eval(7436, o is NestedClassGen<Decimal>[], false);
+// Eval(7435, o is NestedClassGen<Decimal>, false);
+// Eval(7436, o is NestedClassGen<Decimal>[], false);
Eval(7437, o is ImplementOneInterfaceC, false);
Eval(7438, o is ImplementOneInterfaceC[], false);
Eval(7439, o is ImplementTwoInterfaceC, false);
Eval(7440, o is ImplementTwoInterfaceC[], false);
- Eval(7441, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(7442, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(7443, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(7444, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(7445, o is ImplementAllInterfaceC<int>, false);
- Eval(7446, o is ImplementAllInterfaceC<int>[], false);
+// Eval(7441, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(7442, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(7443, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(7444, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(7445, o is ImplementAllInterfaceC<int>, false);
+// Eval(7446, o is ImplementAllInterfaceC<int>[], false);
Eval(7447, o is SealedClass, false);
Eval(7448, o is SealedClass[], false);
}
@@ -6202,26 +6202,26 @@ internal class Program
Eval(7454, o is NotEmptyStruct[], false);
Eval(7455, o is NotEmptyStruct?, false);
Eval(7456, o is NotEmptyStruct?[], false);
- Eval(7457, o is EmptyStructGen<int>, false);
- Eval(7458, o is EmptyStructGen<int>[], false);
- Eval(7459, o is EmptyStructGen<int>?, false);
- Eval(7460, o is EmptyStructGen<int>?[], false);
- Eval(7461, o is NotEmptyStructGen<Guid>, false);
- Eval(7462, o is NotEmptyStructGen<Guid>[], false);
- Eval(7463, o is NotEmptyStructGen<Guid>?, false);
- Eval(7464, o is NotEmptyStructGen<Guid>?[], false);
- Eval(7465, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(7466, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(7467, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(7468, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(7457, o is EmptyStructGen<int>, false);
+// Eval(7458, o is EmptyStructGen<int>[], false);
+// Eval(7459, o is EmptyStructGen<int>?, false);
+// Eval(7460, o is EmptyStructGen<int>?[], false);
+// Eval(7461, o is NotEmptyStructGen<Guid>, false);
+// Eval(7462, o is NotEmptyStructGen<Guid>[], false);
+// Eval(7463, o is NotEmptyStructGen<Guid>?, false);
+// Eval(7464, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(7465, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(7466, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(7467, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(7468, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(7469, o is NestedStruct, false);
Eval(7470, o is NestedStruct[], false);
Eval(7471, o is NestedStruct?, false);
Eval(7472, o is NestedStruct?[], false);
- Eval(7473, o is NestedStructGen<Decimal>, false);
- Eval(7474, o is NestedStructGen<Decimal>[], false);
- Eval(7475, o is NestedStructGen<Decimal>?, false);
- Eval(7476, o is NestedStructGen<Decimal>?[], false);
+// Eval(7473, o is NestedStructGen<Decimal>, false);
+// Eval(7474, o is NestedStructGen<Decimal>[], false);
+// Eval(7475, o is NestedStructGen<Decimal>?, false);
+// Eval(7476, o is NestedStructGen<Decimal>?[], false);
Eval(7477, o is ExplicitFieldOffsetStruct, false);
Eval(7478, o is ExplicitFieldOffsetStruct[], false);
Eval(7479, o is ExplicitFieldOffsetStruct?, false);
@@ -6238,18 +6238,18 @@ internal class Program
Eval(7498, o is ImplementTwoInterface[], false);
Eval(7499, o is ImplementTwoInterface?, false);
Eval(7500, o is ImplementTwoInterface?[], false);
- Eval(7501, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(7502, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(7503, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(7504, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(7505, o is ImplementTwoInterfaceGen<int>, false);
- Eval(7506, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(7507, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(7508, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(7509, o is ImplementAllInterface<int>, false);
- Eval(7510, o is ImplementAllInterface<int>[], false);
- Eval(7511, o is ImplementAllInterface<int>?, false);
- Eval(7512, o is ImplementAllInterface<int>?[], false);
+// Eval(7501, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(7502, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(7503, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(7504, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(7505, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(7506, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(7507, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(7508, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(7509, o is ImplementAllInterface<int>, false);
+// Eval(7510, o is ImplementAllInterface<int>[], false);
+// Eval(7511, o is ImplementAllInterface<int>?, false);
+// Eval(7512, o is ImplementAllInterface<int>?[], false);
Eval(7513, o is IntE, false);
Eval(7514, o is IntE[], false);
Eval(7515, o is IntE?, false);
@@ -6348,38 +6348,38 @@ internal class Program
Eval(7608, o is IEmpty[], false);
Eval(7609, o is INotEmpty, false);
Eval(7610, o is INotEmpty[], false);
- Eval(7611, o is IEmptyGen<int>, false);
- Eval(7612, o is IEmptyGen<int>[], false);
- Eval(7613, o is INotEmptyGen<int>, false);
- Eval(7614, o is INotEmptyGen<int>[], false);
+// Eval(7611, o is IEmptyGen<int>, false);
+// Eval(7612, o is IEmptyGen<int>[], false);
+// Eval(7613, o is INotEmptyGen<int>, false);
+// Eval(7614, o is INotEmptyGen<int>[], false);
Eval(7615, o is SimpleDelegate, false);
Eval(7616, o is SimpleDelegate[], false);
- Eval(7617, o is GenericDelegate<int>, false);
- Eval(7618, o is GenericDelegate<int>[], false);
+// Eval(7617, o is GenericDelegate<int>, false);
+// Eval(7618, o is GenericDelegate<int>[], false);
Eval(7619, o is EmptyClass, false);
Eval(7620, o is EmptyClass[], false);
Eval(7621, o is NotEmptyClass, false);
Eval(7622, o is NotEmptyClass[], false);
- Eval(7623, o is EmptyClassGen<int>, false);
- Eval(7624, o is EmptyClassGen<int>[], false);
- Eval(7625, o is NotEmptyClassGen<Guid>, false);
- Eval(7626, o is NotEmptyClassGen<Guid>[], false);
- Eval(7627, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(7628, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(7623, o is EmptyClassGen<int>, false);
+// Eval(7624, o is EmptyClassGen<int>[], false);
+// Eval(7625, o is NotEmptyClassGen<Guid>, false);
+// Eval(7626, o is NotEmptyClassGen<Guid>[], false);
+// Eval(7627, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(7628, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(7629, o is NestedClass, false);
Eval(7630, o is NestedClass[], false);
- Eval(7631, o is NestedClassGen<Decimal>, false);
- Eval(7632, o is NestedClassGen<Decimal>[], false);
+// Eval(7631, o is NestedClassGen<Decimal>, false);
+// Eval(7632, o is NestedClassGen<Decimal>[], false);
Eval(7633, o is ImplementOneInterfaceC, false);
Eval(7634, o is ImplementOneInterfaceC[], false);
Eval(7635, o is ImplementTwoInterfaceC, false);
Eval(7636, o is ImplementTwoInterfaceC[], false);
- Eval(7637, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(7638, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(7639, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(7640, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(7641, o is ImplementAllInterfaceC<int>, false);
- Eval(7642, o is ImplementAllInterfaceC<int>[], false);
+// Eval(7637, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(7638, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(7639, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(7640, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(7641, o is ImplementAllInterfaceC<int>, false);
+// Eval(7642, o is ImplementAllInterfaceC<int>[], false);
Eval(7643, o is SealedClass, false);
Eval(7644, o is SealedClass[], false);
}
@@ -6397,26 +6397,26 @@ internal class Program
Eval(7650, o is NotEmptyStruct[], false);
Eval(7651, o is NotEmptyStruct?, false);
Eval(7652, o is NotEmptyStruct?[], false);
- Eval(7653, o is EmptyStructGen<int>, false);
- Eval(7654, o is EmptyStructGen<int>[], false);
- Eval(7655, o is EmptyStructGen<int>?, false);
- Eval(7656, o is EmptyStructGen<int>?[], false);
- Eval(7657, o is NotEmptyStructGen<Guid>, false);
- Eval(7658, o is NotEmptyStructGen<Guid>[], false);
- Eval(7659, o is NotEmptyStructGen<Guid>?, false);
- Eval(7660, o is NotEmptyStructGen<Guid>?[], false);
- Eval(7661, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(7662, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(7663, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(7664, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(7653, o is EmptyStructGen<int>, false);
+// Eval(7654, o is EmptyStructGen<int>[], false);
+// Eval(7655, o is EmptyStructGen<int>?, false);
+// Eval(7656, o is EmptyStructGen<int>?[], false);
+// Eval(7657, o is NotEmptyStructGen<Guid>, false);
+// Eval(7658, o is NotEmptyStructGen<Guid>[], false);
+// Eval(7659, o is NotEmptyStructGen<Guid>?, false);
+// Eval(7660, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(7661, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(7662, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(7663, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(7664, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(7665, o is NestedStruct, false);
Eval(7666, o is NestedStruct[], false);
Eval(7667, o is NestedStruct?, false);
Eval(7668, o is NestedStruct?[], false);
- Eval(7669, o is NestedStructGen<Decimal>, false);
- Eval(7670, o is NestedStructGen<Decimal>[], false);
- Eval(7671, o is NestedStructGen<Decimal>?, false);
- Eval(7672, o is NestedStructGen<Decimal>?[], false);
+// Eval(7669, o is NestedStructGen<Decimal>, false);
+// Eval(7670, o is NestedStructGen<Decimal>[], false);
+// Eval(7671, o is NestedStructGen<Decimal>?, false);
+// Eval(7672, o is NestedStructGen<Decimal>?[], false);
Eval(7673, o is ExplicitFieldOffsetStruct, false);
Eval(7674, o is ExplicitFieldOffsetStruct[], false);
Eval(7675, o is ExplicitFieldOffsetStruct?, false);
@@ -6433,18 +6433,18 @@ internal class Program
Eval(7694, o is ImplementTwoInterface[], false);
Eval(7695, o is ImplementTwoInterface?, false);
Eval(7696, o is ImplementTwoInterface?[], false);
- Eval(7697, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, true);
- Eval(7698, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(7699, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, true);
- Eval(7700, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(7701, o is ImplementTwoInterfaceGen<int>, false);
- Eval(7702, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(7703, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(7704, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(7705, o is ImplementAllInterface<int>, false);
- Eval(7706, o is ImplementAllInterface<int>[], false);
- Eval(7707, o is ImplementAllInterface<int>?, false);
- Eval(7708, o is ImplementAllInterface<int>?[], false);
+// Eval(7697, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, true);
+// Eval(7698, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(7699, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, true);
+// Eval(7700, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(7701, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(7702, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(7703, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(7704, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(7705, o is ImplementAllInterface<int>, false);
+// Eval(7706, o is ImplementAllInterface<int>[], false);
+// Eval(7707, o is ImplementAllInterface<int>?, false);
+// Eval(7708, o is ImplementAllInterface<int>?[], false);
Eval(7709, o is IntE, false);
Eval(7710, o is IntE[], false);
Eval(7711, o is IntE?, false);
@@ -6543,38 +6543,38 @@ internal class Program
Eval(7804, o is IEmpty[], false);
Eval(7805, o is INotEmpty, false);
Eval(7806, o is INotEmpty[], false);
- Eval(7807, o is IEmptyGen<int>, false);
- Eval(7808, o is IEmptyGen<int>[], false);
- Eval(7809, o is INotEmptyGen<int>, false);
- Eval(7810, o is INotEmptyGen<int>[], false);
+// Eval(7807, o is IEmptyGen<int>, false);
+// Eval(7808, o is IEmptyGen<int>[], false);
+// Eval(7809, o is INotEmptyGen<int>, false);
+// Eval(7810, o is INotEmptyGen<int>[], false);
Eval(7811, o is SimpleDelegate, false);
Eval(7812, o is SimpleDelegate[], false);
- Eval(7813, o is GenericDelegate<int>, false);
- Eval(7814, o is GenericDelegate<int>[], false);
+// Eval(7813, o is GenericDelegate<int>, false);
+// Eval(7814, o is GenericDelegate<int>[], false);
Eval(7815, o is EmptyClass, false);
Eval(7816, o is EmptyClass[], false);
Eval(7817, o is NotEmptyClass, false);
Eval(7818, o is NotEmptyClass[], false);
- Eval(7819, o is EmptyClassGen<int>, false);
- Eval(7820, o is EmptyClassGen<int>[], false);
- Eval(7821, o is NotEmptyClassGen<Guid>, false);
- Eval(7822, o is NotEmptyClassGen<Guid>[], false);
- Eval(7823, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(7824, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(7819, o is EmptyClassGen<int>, false);
+// Eval(7820, o is EmptyClassGen<int>[], false);
+// Eval(7821, o is NotEmptyClassGen<Guid>, false);
+// Eval(7822, o is NotEmptyClassGen<Guid>[], false);
+// Eval(7823, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(7824, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(7825, o is NestedClass, false);
Eval(7826, o is NestedClass[], false);
- Eval(7827, o is NestedClassGen<Decimal>, false);
- Eval(7828, o is NestedClassGen<Decimal>[], false);
+// Eval(7827, o is NestedClassGen<Decimal>, false);
+// Eval(7828, o is NestedClassGen<Decimal>[], false);
Eval(7829, o is ImplementOneInterfaceC, false);
Eval(7830, o is ImplementOneInterfaceC[], false);
Eval(7831, o is ImplementTwoInterfaceC, false);
Eval(7832, o is ImplementTwoInterfaceC[], false);
- Eval(7833, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(7834, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(7835, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(7836, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(7837, o is ImplementAllInterfaceC<int>, false);
- Eval(7838, o is ImplementAllInterfaceC<int>[], false);
+// Eval(7833, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(7834, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(7835, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(7836, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(7837, o is ImplementAllInterfaceC<int>, false);
+// Eval(7838, o is ImplementAllInterfaceC<int>[], false);
Eval(7839, o is SealedClass, false);
Eval(7840, o is SealedClass[], false);
}
@@ -6589,26 +6589,26 @@ internal class Program
Eval(7846, o is NotEmptyStruct[], false);
Eval(7847, o is NotEmptyStruct?, false);
Eval(7848, o is NotEmptyStruct?[], false);
- Eval(7849, o is EmptyStructGen<int>, false);
- Eval(7850, o is EmptyStructGen<int>[], false);
- Eval(7851, o is EmptyStructGen<int>?, false);
- Eval(7852, o is EmptyStructGen<int>?[], false);
- Eval(7853, o is NotEmptyStructGen<Guid>, false);
- Eval(7854, o is NotEmptyStructGen<Guid>[], false);
- Eval(7855, o is NotEmptyStructGen<Guid>?, false);
- Eval(7856, o is NotEmptyStructGen<Guid>?[], false);
- Eval(7857, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(7858, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(7859, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(7860, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(7849, o is EmptyStructGen<int>, false);
+// Eval(7850, o is EmptyStructGen<int>[], false);
+// Eval(7851, o is EmptyStructGen<int>?, false);
+// Eval(7852, o is EmptyStructGen<int>?[], false);
+// Eval(7853, o is NotEmptyStructGen<Guid>, false);
+// Eval(7854, o is NotEmptyStructGen<Guid>[], false);
+// Eval(7855, o is NotEmptyStructGen<Guid>?, false);
+// Eval(7856, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(7857, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(7858, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(7859, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(7860, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(7861, o is NestedStruct, false);
Eval(7862, o is NestedStruct[], false);
Eval(7863, o is NestedStruct?, false);
Eval(7864, o is NestedStruct?[], false);
- Eval(7865, o is NestedStructGen<Decimal>, false);
- Eval(7866, o is NestedStructGen<Decimal>[], false);
- Eval(7867, o is NestedStructGen<Decimal>?, false);
- Eval(7868, o is NestedStructGen<Decimal>?[], false);
+// Eval(7865, o is NestedStructGen<Decimal>, false);
+// Eval(7866, o is NestedStructGen<Decimal>[], false);
+// Eval(7867, o is NestedStructGen<Decimal>?, false);
+// Eval(7868, o is NestedStructGen<Decimal>?[], false);
Eval(7869, o is ExplicitFieldOffsetStruct, false);
Eval(7870, o is ExplicitFieldOffsetStruct[], false);
Eval(7871, o is ExplicitFieldOffsetStruct?, false);
@@ -6625,18 +6625,18 @@ internal class Program
Eval(7890, o is ImplementTwoInterface[], false);
Eval(7891, o is ImplementTwoInterface?, false);
Eval(7892, o is ImplementTwoInterface?[], false);
- Eval(7893, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, true);
- Eval(7894, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(7895, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, true);
- Eval(7896, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(7897, o is ImplementTwoInterfaceGen<int>, false);
- Eval(7898, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(7899, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(7900, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(7901, o is ImplementAllInterface<int>, false);
- Eval(7902, o is ImplementAllInterface<int>[], false);
- Eval(7903, o is ImplementAllInterface<int>?, false);
- Eval(7904, o is ImplementAllInterface<int>?[], false);
+// Eval(7893, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, true);
+// Eval(7894, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(7895, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, true);
+// Eval(7896, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(7897, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(7898, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(7899, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(7900, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(7901, o is ImplementAllInterface<int>, false);
+// Eval(7902, o is ImplementAllInterface<int>[], false);
+// Eval(7903, o is ImplementAllInterface<int>?, false);
+// Eval(7904, o is ImplementAllInterface<int>?[], false);
Eval(7905, o is IntE, false);
Eval(7906, o is IntE[], false);
Eval(7907, o is IntE?, false);
@@ -6735,38 +6735,38 @@ internal class Program
Eval(8000, o is IEmpty[], false);
Eval(8001, o is INotEmpty, false);
Eval(8002, o is INotEmpty[], false);
- Eval(8003, o is IEmptyGen<int>, false);
- Eval(8004, o is IEmptyGen<int>[], false);
- Eval(8005, o is INotEmptyGen<int>, false);
- Eval(8006, o is INotEmptyGen<int>[], false);
+// Eval(8003, o is IEmptyGen<int>, false);
+// Eval(8004, o is IEmptyGen<int>[], false);
+// Eval(8005, o is INotEmptyGen<int>, false);
+// Eval(8006, o is INotEmptyGen<int>[], false);
Eval(8007, o is SimpleDelegate, false);
Eval(8008, o is SimpleDelegate[], false);
- Eval(8009, o is GenericDelegate<int>, false);
- Eval(8010, o is GenericDelegate<int>[], false);
+// Eval(8009, o is GenericDelegate<int>, false);
+// Eval(8010, o is GenericDelegate<int>[], false);
Eval(8011, o is EmptyClass, false);
Eval(8012, o is EmptyClass[], false);
Eval(8013, o is NotEmptyClass, false);
Eval(8014, o is NotEmptyClass[], false);
- Eval(8015, o is EmptyClassGen<int>, false);
- Eval(8016, o is EmptyClassGen<int>[], false);
- Eval(8017, o is NotEmptyClassGen<Guid>, false);
- Eval(8018, o is NotEmptyClassGen<Guid>[], false);
- Eval(8019, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(8020, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(8015, o is EmptyClassGen<int>, false);
+// Eval(8016, o is EmptyClassGen<int>[], false);
+// Eval(8017, o is NotEmptyClassGen<Guid>, false);
+// Eval(8018, o is NotEmptyClassGen<Guid>[], false);
+// Eval(8019, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(8020, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(8021, o is NestedClass, false);
Eval(8022, o is NestedClass[], false);
- Eval(8023, o is NestedClassGen<Decimal>, false);
- Eval(8024, o is NestedClassGen<Decimal>[], false);
+// Eval(8023, o is NestedClassGen<Decimal>, false);
+// Eval(8024, o is NestedClassGen<Decimal>[], false);
Eval(8025, o is ImplementOneInterfaceC, false);
Eval(8026, o is ImplementOneInterfaceC[], false);
Eval(8027, o is ImplementTwoInterfaceC, false);
Eval(8028, o is ImplementTwoInterfaceC[], false);
- Eval(8029, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(8030, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(8031, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(8032, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(8033, o is ImplementAllInterfaceC<int>, false);
- Eval(8034, o is ImplementAllInterfaceC<int>[], false);
+// Eval(8029, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(8030, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(8031, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(8032, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(8033, o is ImplementAllInterfaceC<int>, false);
+// Eval(8034, o is ImplementAllInterfaceC<int>[], false);
Eval(8035, o is SealedClass, false);
Eval(8036, o is SealedClass[], false);
}
@@ -6781,26 +6781,26 @@ internal class Program
Eval(8042, o is NotEmptyStruct[], false);
Eval(8043, o is NotEmptyStruct?, false);
Eval(8044, o is NotEmptyStruct?[], false);
- Eval(8045, o is EmptyStructGen<int>, false);
- Eval(8046, o is EmptyStructGen<int>[], false);
- Eval(8047, o is EmptyStructGen<int>?, false);
- Eval(8048, o is EmptyStructGen<int>?[], false);
- Eval(8049, o is NotEmptyStructGen<Guid>, false);
- Eval(8050, o is NotEmptyStructGen<Guid>[], false);
- Eval(8051, o is NotEmptyStructGen<Guid>?, false);
- Eval(8052, o is NotEmptyStructGen<Guid>?[], false);
- Eval(8053, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(8054, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(8055, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(8056, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(8045, o is EmptyStructGen<int>, false);
+// Eval(8046, o is EmptyStructGen<int>[], false);
+// Eval(8047, o is EmptyStructGen<int>?, false);
+// Eval(8048, o is EmptyStructGen<int>?[], false);
+// Eval(8049, o is NotEmptyStructGen<Guid>, false);
+// Eval(8050, o is NotEmptyStructGen<Guid>[], false);
+// Eval(8051, o is NotEmptyStructGen<Guid>?, false);
+// Eval(8052, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(8053, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(8054, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(8055, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(8056, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(8057, o is NestedStruct, false);
Eval(8058, o is NestedStruct[], false);
Eval(8059, o is NestedStruct?, false);
Eval(8060, o is NestedStruct?[], false);
- Eval(8061, o is NestedStructGen<Decimal>, false);
- Eval(8062, o is NestedStructGen<Decimal>[], false);
- Eval(8063, o is NestedStructGen<Decimal>?, false);
- Eval(8064, o is NestedStructGen<Decimal>?[], false);
+// Eval(8061, o is NestedStructGen<Decimal>, false);
+// Eval(8062, o is NestedStructGen<Decimal>[], false);
+// Eval(8063, o is NestedStructGen<Decimal>?, false);
+// Eval(8064, o is NestedStructGen<Decimal>?[], false);
Eval(8065, o is ExplicitFieldOffsetStruct, false);
Eval(8066, o is ExplicitFieldOffsetStruct[], false);
Eval(8067, o is ExplicitFieldOffsetStruct?, false);
@@ -6817,18 +6817,18 @@ internal class Program
Eval(8086, o is ImplementTwoInterface[], false);
Eval(8087, o is ImplementTwoInterface?, false);
Eval(8088, o is ImplementTwoInterface?[], false);
- Eval(8089, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(8090, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(8091, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(8092, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(8093, o is ImplementTwoInterfaceGen<int>, false);
- Eval(8094, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(8095, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(8096, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(8097, o is ImplementAllInterface<int>, false);
- Eval(8098, o is ImplementAllInterface<int>[], false);
- Eval(8099, o is ImplementAllInterface<int>?, false);
- Eval(8100, o is ImplementAllInterface<int>?[], false);
+// Eval(8089, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(8090, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(8091, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(8092, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(8093, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(8094, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(8095, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(8096, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(8097, o is ImplementAllInterface<int>, false);
+// Eval(8098, o is ImplementAllInterface<int>[], false);
+// Eval(8099, o is ImplementAllInterface<int>?, false);
+// Eval(8100, o is ImplementAllInterface<int>?[], false);
Eval(8101, o is IntE, false);
Eval(8102, o is IntE[], false);
Eval(8103, o is IntE?, false);
@@ -6927,38 +6927,38 @@ internal class Program
Eval(8196, o is IEmpty[], false);
Eval(8197, o is INotEmpty, false);
Eval(8198, o is INotEmpty[], false);
- Eval(8199, o is IEmptyGen<int>, false);
- Eval(8200, o is IEmptyGen<int>[], false);
- Eval(8201, o is INotEmptyGen<int>, false);
- Eval(8202, o is INotEmptyGen<int>[], false);
+// Eval(8199, o is IEmptyGen<int>, false);
+// Eval(8200, o is IEmptyGen<int>[], false);
+// Eval(8201, o is INotEmptyGen<int>, false);
+// Eval(8202, o is INotEmptyGen<int>[], false);
Eval(8203, o is SimpleDelegate, false);
Eval(8204, o is SimpleDelegate[], false);
- Eval(8205, o is GenericDelegate<int>, false);
- Eval(8206, o is GenericDelegate<int>[], false);
+// Eval(8205, o is GenericDelegate<int>, false);
+// Eval(8206, o is GenericDelegate<int>[], false);
Eval(8207, o is EmptyClass, false);
Eval(8208, o is EmptyClass[], false);
Eval(8209, o is NotEmptyClass, false);
Eval(8210, o is NotEmptyClass[], false);
- Eval(8211, o is EmptyClassGen<int>, false);
- Eval(8212, o is EmptyClassGen<int>[], false);
- Eval(8213, o is NotEmptyClassGen<Guid>, false);
- Eval(8214, o is NotEmptyClassGen<Guid>[], false);
- Eval(8215, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(8216, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(8211, o is EmptyClassGen<int>, false);
+// Eval(8212, o is EmptyClassGen<int>[], false);
+// Eval(8213, o is NotEmptyClassGen<Guid>, false);
+// Eval(8214, o is NotEmptyClassGen<Guid>[], false);
+// Eval(8215, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(8216, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(8217, o is NestedClass, false);
Eval(8218, o is NestedClass[], false);
- Eval(8219, o is NestedClassGen<Decimal>, false);
- Eval(8220, o is NestedClassGen<Decimal>[], false);
+// Eval(8219, o is NestedClassGen<Decimal>, false);
+// Eval(8220, o is NestedClassGen<Decimal>[], false);
Eval(8221, o is ImplementOneInterfaceC, false);
Eval(8222, o is ImplementOneInterfaceC[], false);
Eval(8223, o is ImplementTwoInterfaceC, false);
Eval(8224, o is ImplementTwoInterfaceC[], false);
- Eval(8225, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(8226, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(8227, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(8228, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(8229, o is ImplementAllInterfaceC<int>, false);
- Eval(8230, o is ImplementAllInterfaceC<int>[], false);
+// Eval(8225, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(8226, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(8227, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(8228, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(8229, o is ImplementAllInterfaceC<int>, false);
+// Eval(8230, o is ImplementAllInterfaceC<int>[], false);
Eval(8231, o is SealedClass, false);
Eval(8232, o is SealedClass[], false);
}
@@ -6976,26 +6976,26 @@ internal class Program
Eval(8238, o is NotEmptyStruct[], false);
Eval(8239, o is NotEmptyStruct?, false);
Eval(8240, o is NotEmptyStruct?[], false);
- Eval(8241, o is EmptyStructGen<int>, false);
- Eval(8242, o is EmptyStructGen<int>[], false);
- Eval(8243, o is EmptyStructGen<int>?, false);
- Eval(8244, o is EmptyStructGen<int>?[], false);
- Eval(8245, o is NotEmptyStructGen<Guid>, false);
- Eval(8246, o is NotEmptyStructGen<Guid>[], false);
- Eval(8247, o is NotEmptyStructGen<Guid>?, false);
- Eval(8248, o is NotEmptyStructGen<Guid>?[], false);
- Eval(8249, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(8250, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(8251, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(8252, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(8241, o is EmptyStructGen<int>, false);
+// Eval(8242, o is EmptyStructGen<int>[], false);
+// Eval(8243, o is EmptyStructGen<int>?, false);
+// Eval(8244, o is EmptyStructGen<int>?[], false);
+// Eval(8245, o is NotEmptyStructGen<Guid>, false);
+// Eval(8246, o is NotEmptyStructGen<Guid>[], false);
+// Eval(8247, o is NotEmptyStructGen<Guid>?, false);
+// Eval(8248, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(8249, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(8250, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(8251, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(8252, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(8253, o is NestedStruct, false);
Eval(8254, o is NestedStruct[], false);
Eval(8255, o is NestedStruct?, false);
Eval(8256, o is NestedStruct?[], false);
- Eval(8257, o is NestedStructGen<Decimal>, false);
- Eval(8258, o is NestedStructGen<Decimal>[], false);
- Eval(8259, o is NestedStructGen<Decimal>?, false);
- Eval(8260, o is NestedStructGen<Decimal>?[], false);
+// Eval(8257, o is NestedStructGen<Decimal>, false);
+// Eval(8258, o is NestedStructGen<Decimal>[], false);
+// Eval(8259, o is NestedStructGen<Decimal>?, false);
+// Eval(8260, o is NestedStructGen<Decimal>?[], false);
Eval(8261, o is ExplicitFieldOffsetStruct, false);
Eval(8262, o is ExplicitFieldOffsetStruct[], false);
Eval(8263, o is ExplicitFieldOffsetStruct?, false);
@@ -7012,18 +7012,18 @@ internal class Program
Eval(8282, o is ImplementTwoInterface[], false);
Eval(8283, o is ImplementTwoInterface?, false);
Eval(8284, o is ImplementTwoInterface?[], false);
- Eval(8285, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(8286, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(8287, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(8288, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(8289, o is ImplementTwoInterfaceGen<int>, true);
- Eval(8290, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(8291, o is ImplementTwoInterfaceGen<int>?, true);
- Eval(8292, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(8293, o is ImplementAllInterface<int>, false);
- Eval(8294, o is ImplementAllInterface<int>[], false);
- Eval(8295, o is ImplementAllInterface<int>?, false);
- Eval(8296, o is ImplementAllInterface<int>?[], false);
+// Eval(8285, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(8286, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(8287, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(8288, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(8289, o is ImplementTwoInterfaceGen<int>, true);
+// Eval(8290, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(8291, o is ImplementTwoInterfaceGen<int>?, true);
+// Eval(8292, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(8293, o is ImplementAllInterface<int>, false);
+// Eval(8294, o is ImplementAllInterface<int>[], false);
+// Eval(8295, o is ImplementAllInterface<int>?, false);
+// Eval(8296, o is ImplementAllInterface<int>?[], false);
Eval(8297, o is IntE, false);
Eval(8298, o is IntE[], false);
Eval(8299, o is IntE?, false);
@@ -7122,38 +7122,38 @@ internal class Program
Eval(8392, o is IEmpty[], false);
Eval(8393, o is INotEmpty, false);
Eval(8394, o is INotEmpty[], false);
- Eval(8395, o is IEmptyGen<int>, true);
- Eval(8396, o is IEmptyGen<int>[], false);
- Eval(8397, o is INotEmptyGen<int>, true);
- Eval(8398, o is INotEmptyGen<int>[], false);
+// Eval(8395, o is IEmptyGen<int>, true);
+// Eval(8396, o is IEmptyGen<int>[], false);
+// Eval(8397, o is INotEmptyGen<int>, true);
+// Eval(8398, o is INotEmptyGen<int>[], false);
Eval(8399, o is SimpleDelegate, false);
Eval(8400, o is SimpleDelegate[], false);
- Eval(8401, o is GenericDelegate<int>, false);
- Eval(8402, o is GenericDelegate<int>[], false);
+// Eval(8401, o is GenericDelegate<int>, false);
+// Eval(8402, o is GenericDelegate<int>[], false);
Eval(8403, o is EmptyClass, false);
Eval(8404, o is EmptyClass[], false);
Eval(8405, o is NotEmptyClass, false);
Eval(8406, o is NotEmptyClass[], false);
- Eval(8407, o is EmptyClassGen<int>, false);
- Eval(8408, o is EmptyClassGen<int>[], false);
- Eval(8409, o is NotEmptyClassGen<Guid>, false);
- Eval(8410, o is NotEmptyClassGen<Guid>[], false);
- Eval(8411, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(8412, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(8407, o is EmptyClassGen<int>, false);
+// Eval(8408, o is EmptyClassGen<int>[], false);
+// Eval(8409, o is NotEmptyClassGen<Guid>, false);
+// Eval(8410, o is NotEmptyClassGen<Guid>[], false);
+// Eval(8411, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(8412, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(8413, o is NestedClass, false);
Eval(8414, o is NestedClass[], false);
- Eval(8415, o is NestedClassGen<Decimal>, false);
- Eval(8416, o is NestedClassGen<Decimal>[], false);
+// Eval(8415, o is NestedClassGen<Decimal>, false);
+// Eval(8416, o is NestedClassGen<Decimal>[], false);
Eval(8417, o is ImplementOneInterfaceC, false);
Eval(8418, o is ImplementOneInterfaceC[], false);
Eval(8419, o is ImplementTwoInterfaceC, false);
Eval(8420, o is ImplementTwoInterfaceC[], false);
- Eval(8421, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(8422, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(8423, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(8424, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(8425, o is ImplementAllInterfaceC<int>, false);
- Eval(8426, o is ImplementAllInterfaceC<int>[], false);
+// Eval(8421, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(8422, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(8423, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(8424, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(8425, o is ImplementAllInterfaceC<int>, false);
+// Eval(8426, o is ImplementAllInterfaceC<int>[], false);
Eval(8427, o is SealedClass, false);
Eval(8428, o is SealedClass[], false);
}
@@ -7168,26 +7168,26 @@ internal class Program
Eval(8434, o is NotEmptyStruct[], false);
Eval(8435, o is NotEmptyStruct?, false);
Eval(8436, o is NotEmptyStruct?[], false);
- Eval(8437, o is EmptyStructGen<int>, false);
- Eval(8438, o is EmptyStructGen<int>[], false);
- Eval(8439, o is EmptyStructGen<int>?, false);
- Eval(8440, o is EmptyStructGen<int>?[], false);
- Eval(8441, o is NotEmptyStructGen<Guid>, false);
- Eval(8442, o is NotEmptyStructGen<Guid>[], false);
- Eval(8443, o is NotEmptyStructGen<Guid>?, false);
- Eval(8444, o is NotEmptyStructGen<Guid>?[], false);
- Eval(8445, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(8446, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(8447, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(8448, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(8437, o is EmptyStructGen<int>, false);
+// Eval(8438, o is EmptyStructGen<int>[], false);
+// Eval(8439, o is EmptyStructGen<int>?, false);
+// Eval(8440, o is EmptyStructGen<int>?[], false);
+// Eval(8441, o is NotEmptyStructGen<Guid>, false);
+// Eval(8442, o is NotEmptyStructGen<Guid>[], false);
+// Eval(8443, o is NotEmptyStructGen<Guid>?, false);
+// Eval(8444, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(8445, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(8446, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(8447, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(8448, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(8449, o is NestedStruct, false);
Eval(8450, o is NestedStruct[], false);
Eval(8451, o is NestedStruct?, false);
Eval(8452, o is NestedStruct?[], false);
- Eval(8453, o is NestedStructGen<Decimal>, false);
- Eval(8454, o is NestedStructGen<Decimal>[], false);
- Eval(8455, o is NestedStructGen<Decimal>?, false);
- Eval(8456, o is NestedStructGen<Decimal>?[], false);
+// Eval(8453, o is NestedStructGen<Decimal>, false);
+// Eval(8454, o is NestedStructGen<Decimal>[], false);
+// Eval(8455, o is NestedStructGen<Decimal>?, false);
+// Eval(8456, o is NestedStructGen<Decimal>?[], false);
Eval(8457, o is ExplicitFieldOffsetStruct, false);
Eval(8458, o is ExplicitFieldOffsetStruct[], false);
Eval(8459, o is ExplicitFieldOffsetStruct?, false);
@@ -7204,18 +7204,18 @@ internal class Program
Eval(8478, o is ImplementTwoInterface[], false);
Eval(8479, o is ImplementTwoInterface?, false);
Eval(8480, o is ImplementTwoInterface?[], false);
- Eval(8481, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(8482, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(8483, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(8484, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(8485, o is ImplementTwoInterfaceGen<int>, true);
- Eval(8486, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(8487, o is ImplementTwoInterfaceGen<int>?, true);
- Eval(8488, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(8489, o is ImplementAllInterface<int>, false);
- Eval(8490, o is ImplementAllInterface<int>[], false);
- Eval(8491, o is ImplementAllInterface<int>?, false);
- Eval(8492, o is ImplementAllInterface<int>?[], false);
+// Eval(8481, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(8482, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(8483, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(8484, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(8485, o is ImplementTwoInterfaceGen<int>, true);
+// Eval(8486, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(8487, o is ImplementTwoInterfaceGen<int>?, true);
+// Eval(8488, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(8489, o is ImplementAllInterface<int>, false);
+// Eval(8490, o is ImplementAllInterface<int>[], false);
+// Eval(8491, o is ImplementAllInterface<int>?, false);
+// Eval(8492, o is ImplementAllInterface<int>?[], false);
Eval(8493, o is IntE, false);
Eval(8494, o is IntE[], false);
Eval(8495, o is IntE?, false);
@@ -7314,38 +7314,38 @@ internal class Program
Eval(8588, o is IEmpty[], false);
Eval(8589, o is INotEmpty, false);
Eval(8590, o is INotEmpty[], false);
- Eval(8591, o is IEmptyGen<int>, true);
- Eval(8592, o is IEmptyGen<int>[], false);
- Eval(8593, o is INotEmptyGen<int>, true);
- Eval(8594, o is INotEmptyGen<int>[], false);
+// Eval(8591, o is IEmptyGen<int>, true);
+// Eval(8592, o is IEmptyGen<int>[], false);
+// Eval(8593, o is INotEmptyGen<int>, true);
+// Eval(8594, o is INotEmptyGen<int>[], false);
Eval(8595, o is SimpleDelegate, false);
Eval(8596, o is SimpleDelegate[], false);
- Eval(8597, o is GenericDelegate<int>, false);
- Eval(8598, o is GenericDelegate<int>[], false);
+// Eval(8597, o is GenericDelegate<int>, false);
+// Eval(8598, o is GenericDelegate<int>[], false);
Eval(8599, o is EmptyClass, false);
Eval(8600, o is EmptyClass[], false);
Eval(8601, o is NotEmptyClass, false);
Eval(8602, o is NotEmptyClass[], false);
- Eval(8603, o is EmptyClassGen<int>, false);
- Eval(8604, o is EmptyClassGen<int>[], false);
- Eval(8605, o is NotEmptyClassGen<Guid>, false);
- Eval(8606, o is NotEmptyClassGen<Guid>[], false);
- Eval(8607, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(8608, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(8603, o is EmptyClassGen<int>, false);
+// Eval(8604, o is EmptyClassGen<int>[], false);
+// Eval(8605, o is NotEmptyClassGen<Guid>, false);
+// Eval(8606, o is NotEmptyClassGen<Guid>[], false);
+// Eval(8607, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(8608, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(8609, o is NestedClass, false);
Eval(8610, o is NestedClass[], false);
- Eval(8611, o is NestedClassGen<Decimal>, false);
- Eval(8612, o is NestedClassGen<Decimal>[], false);
+// Eval(8611, o is NestedClassGen<Decimal>, false);
+// Eval(8612, o is NestedClassGen<Decimal>[], false);
Eval(8613, o is ImplementOneInterfaceC, false);
Eval(8614, o is ImplementOneInterfaceC[], false);
Eval(8615, o is ImplementTwoInterfaceC, false);
Eval(8616, o is ImplementTwoInterfaceC[], false);
- Eval(8617, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(8618, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(8619, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(8620, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(8621, o is ImplementAllInterfaceC<int>, false);
- Eval(8622, o is ImplementAllInterfaceC<int>[], false);
+// Eval(8617, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(8618, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(8619, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(8620, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(8621, o is ImplementAllInterfaceC<int>, false);
+// Eval(8622, o is ImplementAllInterfaceC<int>[], false);
Eval(8623, o is SealedClass, false);
Eval(8624, o is SealedClass[], false);
}
@@ -7360,26 +7360,26 @@ internal class Program
Eval(8630, o is NotEmptyStruct[], false);
Eval(8631, o is NotEmptyStruct?, false);
Eval(8632, o is NotEmptyStruct?[], false);
- Eval(8633, o is EmptyStructGen<int>, false);
- Eval(8634, o is EmptyStructGen<int>[], false);
- Eval(8635, o is EmptyStructGen<int>?, false);
- Eval(8636, o is EmptyStructGen<int>?[], false);
- Eval(8637, o is NotEmptyStructGen<Guid>, false);
- Eval(8638, o is NotEmptyStructGen<Guid>[], false);
- Eval(8639, o is NotEmptyStructGen<Guid>?, false);
- Eval(8640, o is NotEmptyStructGen<Guid>?[], false);
- Eval(8641, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(8642, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(8643, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(8644, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(8633, o is EmptyStructGen<int>, false);
+// Eval(8634, o is EmptyStructGen<int>[], false);
+// Eval(8635, o is EmptyStructGen<int>?, false);
+// Eval(8636, o is EmptyStructGen<int>?[], false);
+// Eval(8637, o is NotEmptyStructGen<Guid>, false);
+// Eval(8638, o is NotEmptyStructGen<Guid>[], false);
+// Eval(8639, o is NotEmptyStructGen<Guid>?, false);
+// Eval(8640, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(8641, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(8642, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(8643, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(8644, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(8645, o is NestedStruct, false);
Eval(8646, o is NestedStruct[], false);
Eval(8647, o is NestedStruct?, false);
Eval(8648, o is NestedStruct?[], false);
- Eval(8649, o is NestedStructGen<Decimal>, false);
- Eval(8650, o is NestedStructGen<Decimal>[], false);
- Eval(8651, o is NestedStructGen<Decimal>?, false);
- Eval(8652, o is NestedStructGen<Decimal>?[], false);
+// Eval(8649, o is NestedStructGen<Decimal>, false);
+// Eval(8650, o is NestedStructGen<Decimal>[], false);
+// Eval(8651, o is NestedStructGen<Decimal>?, false);
+// Eval(8652, o is NestedStructGen<Decimal>?[], false);
Eval(8653, o is ExplicitFieldOffsetStruct, false);
Eval(8654, o is ExplicitFieldOffsetStruct[], false);
Eval(8655, o is ExplicitFieldOffsetStruct?, false);
@@ -7396,18 +7396,18 @@ internal class Program
Eval(8674, o is ImplementTwoInterface[], false);
Eval(8675, o is ImplementTwoInterface?, false);
Eval(8676, o is ImplementTwoInterface?[], false);
- Eval(8677, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(8678, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(8679, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(8680, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(8681, o is ImplementTwoInterfaceGen<int>, false);
- Eval(8682, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(8683, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(8684, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(8685, o is ImplementAllInterface<int>, false);
- Eval(8686, o is ImplementAllInterface<int>[], false);
- Eval(8687, o is ImplementAllInterface<int>?, false);
- Eval(8688, o is ImplementAllInterface<int>?[], false);
+// Eval(8677, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(8678, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(8679, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(8680, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(8681, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(8682, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(8683, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(8684, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(8685, o is ImplementAllInterface<int>, false);
+// Eval(8686, o is ImplementAllInterface<int>[], false);
+// Eval(8687, o is ImplementAllInterface<int>?, false);
+// Eval(8688, o is ImplementAllInterface<int>?[], false);
Eval(8689, o is IntE, false);
Eval(8690, o is IntE[], false);
Eval(8691, o is IntE?, false);
@@ -7506,38 +7506,38 @@ internal class Program
Eval(8784, o is IEmpty[], false);
Eval(8785, o is INotEmpty, false);
Eval(8786, o is INotEmpty[], false);
- Eval(8787, o is IEmptyGen<int>, false);
- Eval(8788, o is IEmptyGen<int>[], false);
- Eval(8789, o is INotEmptyGen<int>, false);
- Eval(8790, o is INotEmptyGen<int>[], false);
+// Eval(8787, o is IEmptyGen<int>, false);
+// Eval(8788, o is IEmptyGen<int>[], false);
+// Eval(8789, o is INotEmptyGen<int>, false);
+// Eval(8790, o is INotEmptyGen<int>[], false);
Eval(8791, o is SimpleDelegate, false);
Eval(8792, o is SimpleDelegate[], false);
- Eval(8793, o is GenericDelegate<int>, false);
- Eval(8794, o is GenericDelegate<int>[], false);
+// Eval(8793, o is GenericDelegate<int>, false);
+// Eval(8794, o is GenericDelegate<int>[], false);
Eval(8795, o is EmptyClass, false);
Eval(8796, o is EmptyClass[], false);
Eval(8797, o is NotEmptyClass, false);
Eval(8798, o is NotEmptyClass[], false);
- Eval(8799, o is EmptyClassGen<int>, false);
- Eval(8800, o is EmptyClassGen<int>[], false);
- Eval(8801, o is NotEmptyClassGen<Guid>, false);
- Eval(8802, o is NotEmptyClassGen<Guid>[], false);
- Eval(8803, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(8804, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(8799, o is EmptyClassGen<int>, false);
+// Eval(8800, o is EmptyClassGen<int>[], false);
+// Eval(8801, o is NotEmptyClassGen<Guid>, false);
+// Eval(8802, o is NotEmptyClassGen<Guid>[], false);
+// Eval(8803, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(8804, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(8805, o is NestedClass, false);
Eval(8806, o is NestedClass[], false);
- Eval(8807, o is NestedClassGen<Decimal>, false);
- Eval(8808, o is NestedClassGen<Decimal>[], false);
+// Eval(8807, o is NestedClassGen<Decimal>, false);
+// Eval(8808, o is NestedClassGen<Decimal>[], false);
Eval(8809, o is ImplementOneInterfaceC, false);
Eval(8810, o is ImplementOneInterfaceC[], false);
Eval(8811, o is ImplementTwoInterfaceC, false);
Eval(8812, o is ImplementTwoInterfaceC[], false);
- Eval(8813, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(8814, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(8815, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(8816, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(8817, o is ImplementAllInterfaceC<int>, false);
- Eval(8818, o is ImplementAllInterfaceC<int>[], false);
+// Eval(8813, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(8814, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(8815, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(8816, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(8817, o is ImplementAllInterfaceC<int>, false);
+// Eval(8818, o is ImplementAllInterfaceC<int>[], false);
Eval(8819, o is SealedClass, false);
Eval(8820, o is SealedClass[], false);
}
@@ -7555,26 +7555,26 @@ internal class Program
Eval(8826, o is NotEmptyStruct[], false);
Eval(8827, o is NotEmptyStruct?, false);
Eval(8828, o is NotEmptyStruct?[], false);
- Eval(8829, o is EmptyStructGen<int>, false);
- Eval(8830, o is EmptyStructGen<int>[], false);
- Eval(8831, o is EmptyStructGen<int>?, false);
- Eval(8832, o is EmptyStructGen<int>?[], false);
- Eval(8833, o is NotEmptyStructGen<Guid>, false);
- Eval(8834, o is NotEmptyStructGen<Guid>[], false);
- Eval(8835, o is NotEmptyStructGen<Guid>?, false);
- Eval(8836, o is NotEmptyStructGen<Guid>?[], false);
- Eval(8837, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(8838, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(8839, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(8840, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(8829, o is EmptyStructGen<int>, false);
+// Eval(8830, o is EmptyStructGen<int>[], false);
+// Eval(8831, o is EmptyStructGen<int>?, false);
+// Eval(8832, o is EmptyStructGen<int>?[], false);
+// Eval(8833, o is NotEmptyStructGen<Guid>, false);
+// Eval(8834, o is NotEmptyStructGen<Guid>[], false);
+// Eval(8835, o is NotEmptyStructGen<Guid>?, false);
+// Eval(8836, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(8837, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(8838, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(8839, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(8840, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(8841, o is NestedStruct, false);
Eval(8842, o is NestedStruct[], false);
Eval(8843, o is NestedStruct?, false);
Eval(8844, o is NestedStruct?[], false);
- Eval(8845, o is NestedStructGen<Decimal>, false);
- Eval(8846, o is NestedStructGen<Decimal>[], false);
- Eval(8847, o is NestedStructGen<Decimal>?, false);
- Eval(8848, o is NestedStructGen<Decimal>?[], false);
+// Eval(8845, o is NestedStructGen<Decimal>, false);
+// Eval(8846, o is NestedStructGen<Decimal>[], false);
+// Eval(8847, o is NestedStructGen<Decimal>?, false);
+// Eval(8848, o is NestedStructGen<Decimal>?[], false);
Eval(8849, o is ExplicitFieldOffsetStruct, false);
Eval(8850, o is ExplicitFieldOffsetStruct[], false);
Eval(8851, o is ExplicitFieldOffsetStruct?, false);
@@ -7591,18 +7591,18 @@ internal class Program
Eval(8870, o is ImplementTwoInterface[], false);
Eval(8871, o is ImplementTwoInterface?, false);
Eval(8872, o is ImplementTwoInterface?[], false);
- Eval(8873, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(8874, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(8875, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(8876, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(8877, o is ImplementTwoInterfaceGen<int>, false);
- Eval(8878, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(8879, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(8880, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(8881, o is ImplementAllInterface<int>, true);
- Eval(8882, o is ImplementAllInterface<int>[], false);
- Eval(8883, o is ImplementAllInterface<int>?, true);
- Eval(8884, o is ImplementAllInterface<int>?[], false);
+// Eval(8873, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(8874, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(8875, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(8876, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(8877, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(8878, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(8879, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(8880, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(8881, o is ImplementAllInterface<int>, true);
+// Eval(8882, o is ImplementAllInterface<int>[], false);
+// Eval(8883, o is ImplementAllInterface<int>?, true);
+// Eval(8884, o is ImplementAllInterface<int>?[], false);
Eval(8885, o is IntE, false);
Eval(8886, o is IntE[], false);
Eval(8887, o is IntE?, false);
@@ -7701,38 +7701,38 @@ internal class Program
Eval(8980, o is IEmpty[], false);
Eval(8981, o is INotEmpty, true);
Eval(8982, o is INotEmpty[], false);
- Eval(8983, o is IEmptyGen<int>, true);
- Eval(8984, o is IEmptyGen<int>[], false);
- Eval(8985, o is INotEmptyGen<int>, true);
- Eval(8986, o is INotEmptyGen<int>[], false);
+// Eval(8983, o is IEmptyGen<int>, true);
+// Eval(8984, o is IEmptyGen<int>[], false);
+// Eval(8985, o is INotEmptyGen<int>, true);
+// Eval(8986, o is INotEmptyGen<int>[], false);
Eval(8987, o is SimpleDelegate, false);
Eval(8988, o is SimpleDelegate[], false);
- Eval(8989, o is GenericDelegate<int>, false);
- Eval(8990, o is GenericDelegate<int>[], false);
+// Eval(8989, o is GenericDelegate<int>, false);
+// Eval(8990, o is GenericDelegate<int>[], false);
Eval(8991, o is EmptyClass, false);
Eval(8992, o is EmptyClass[], false);
Eval(8993, o is NotEmptyClass, false);
Eval(8994, o is NotEmptyClass[], false);
- Eval(8995, o is EmptyClassGen<int>, false);
- Eval(8996, o is EmptyClassGen<int>[], false);
- Eval(8997, o is NotEmptyClassGen<Guid>, false);
- Eval(8998, o is NotEmptyClassGen<Guid>[], false);
- Eval(8999, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(9000, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(8995, o is EmptyClassGen<int>, false);
+// Eval(8996, o is EmptyClassGen<int>[], false);
+// Eval(8997, o is NotEmptyClassGen<Guid>, false);
+// Eval(8998, o is NotEmptyClassGen<Guid>[], false);
+// Eval(8999, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(9000, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(9001, o is NestedClass, false);
Eval(9002, o is NestedClass[], false);
- Eval(9003, o is NestedClassGen<Decimal>, false);
- Eval(9004, o is NestedClassGen<Decimal>[], false);
+// Eval(9003, o is NestedClassGen<Decimal>, false);
+// Eval(9004, o is NestedClassGen<Decimal>[], false);
Eval(9005, o is ImplementOneInterfaceC, false);
Eval(9006, o is ImplementOneInterfaceC[], false);
Eval(9007, o is ImplementTwoInterfaceC, false);
Eval(9008, o is ImplementTwoInterfaceC[], false);
- Eval(9009, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(9010, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(9011, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(9012, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(9013, o is ImplementAllInterfaceC<int>, false);
- Eval(9014, o is ImplementAllInterfaceC<int>[], false);
+// Eval(9009, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(9010, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(9011, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(9012, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(9013, o is ImplementAllInterfaceC<int>, false);
+// Eval(9014, o is ImplementAllInterfaceC<int>[], false);
Eval(9015, o is SealedClass, false);
Eval(9016, o is SealedClass[], false);
}
@@ -7747,26 +7747,26 @@ internal class Program
Eval(9022, o is NotEmptyStruct[], false);
Eval(9023, o is NotEmptyStruct?, false);
Eval(9024, o is NotEmptyStruct?[], false);
- Eval(9025, o is EmptyStructGen<int>, false);
- Eval(9026, o is EmptyStructGen<int>[], false);
- Eval(9027, o is EmptyStructGen<int>?, false);
- Eval(9028, o is EmptyStructGen<int>?[], false);
- Eval(9029, o is NotEmptyStructGen<Guid>, false);
- Eval(9030, o is NotEmptyStructGen<Guid>[], false);
- Eval(9031, o is NotEmptyStructGen<Guid>?, false);
- Eval(9032, o is NotEmptyStructGen<Guid>?[], false);
- Eval(9033, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(9034, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(9035, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(9036, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(9025, o is EmptyStructGen<int>, false);
+// Eval(9026, o is EmptyStructGen<int>[], false);
+// Eval(9027, o is EmptyStructGen<int>?, false);
+// Eval(9028, o is EmptyStructGen<int>?[], false);
+// Eval(9029, o is NotEmptyStructGen<Guid>, false);
+// Eval(9030, o is NotEmptyStructGen<Guid>[], false);
+// Eval(9031, o is NotEmptyStructGen<Guid>?, false);
+// Eval(9032, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(9033, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(9034, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(9035, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(9036, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(9037, o is NestedStruct, false);
Eval(9038, o is NestedStruct[], false);
Eval(9039, o is NestedStruct?, false);
Eval(9040, o is NestedStruct?[], false);
- Eval(9041, o is NestedStructGen<Decimal>, false);
- Eval(9042, o is NestedStructGen<Decimal>[], false);
- Eval(9043, o is NestedStructGen<Decimal>?, false);
- Eval(9044, o is NestedStructGen<Decimal>?[], false);
+// Eval(9041, o is NestedStructGen<Decimal>, false);
+// Eval(9042, o is NestedStructGen<Decimal>[], false);
+// Eval(9043, o is NestedStructGen<Decimal>?, false);
+// Eval(9044, o is NestedStructGen<Decimal>?[], false);
Eval(9045, o is ExplicitFieldOffsetStruct, false);
Eval(9046, o is ExplicitFieldOffsetStruct[], false);
Eval(9047, o is ExplicitFieldOffsetStruct?, false);
@@ -7783,18 +7783,18 @@ internal class Program
Eval(9066, o is ImplementTwoInterface[], false);
Eval(9067, o is ImplementTwoInterface?, false);
Eval(9068, o is ImplementTwoInterface?[], false);
- Eval(9069, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(9070, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(9071, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(9072, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(9073, o is ImplementTwoInterfaceGen<int>, false);
- Eval(9074, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(9075, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(9076, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(9077, o is ImplementAllInterface<int>, true);
- Eval(9078, o is ImplementAllInterface<int>[], false);
- Eval(9079, o is ImplementAllInterface<int>?, true);
- Eval(9080, o is ImplementAllInterface<int>?[], false);
+// Eval(9069, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(9070, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(9071, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(9072, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(9073, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(9074, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(9075, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(9076, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(9077, o is ImplementAllInterface<int>, true);
+// Eval(9078, o is ImplementAllInterface<int>[], false);
+// Eval(9079, o is ImplementAllInterface<int>?, true);
+// Eval(9080, o is ImplementAllInterface<int>?[], false);
Eval(9081, o is IntE, false);
Eval(9082, o is IntE[], false);
Eval(9083, o is IntE?, false);
@@ -7893,38 +7893,38 @@ internal class Program
Eval(9176, o is IEmpty[], false);
Eval(9177, o is INotEmpty, true);
Eval(9178, o is INotEmpty[], false);
- Eval(9179, o is IEmptyGen<int>, true);
- Eval(9180, o is IEmptyGen<int>[], false);
- Eval(9181, o is INotEmptyGen<int>, true);
- Eval(9182, o is INotEmptyGen<int>[], false);
+// Eval(9179, o is IEmptyGen<int>, true);
+// Eval(9180, o is IEmptyGen<int>[], false);
+// Eval(9181, o is INotEmptyGen<int>, true);
+// Eval(9182, o is INotEmptyGen<int>[], false);
Eval(9183, o is SimpleDelegate, false);
Eval(9184, o is SimpleDelegate[], false);
- Eval(9185, o is GenericDelegate<int>, false);
- Eval(9186, o is GenericDelegate<int>[], false);
+// Eval(9185, o is GenericDelegate<int>, false);
+// Eval(9186, o is GenericDelegate<int>[], false);
Eval(9187, o is EmptyClass, false);
Eval(9188, o is EmptyClass[], false);
Eval(9189, o is NotEmptyClass, false);
Eval(9190, o is NotEmptyClass[], false);
- Eval(9191, o is EmptyClassGen<int>, false);
- Eval(9192, o is EmptyClassGen<int>[], false);
- Eval(9193, o is NotEmptyClassGen<Guid>, false);
- Eval(9194, o is NotEmptyClassGen<Guid>[], false);
- Eval(9195, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(9196, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(9191, o is EmptyClassGen<int>, false);
+// Eval(9192, o is EmptyClassGen<int>[], false);
+// Eval(9193, o is NotEmptyClassGen<Guid>, false);
+// Eval(9194, o is NotEmptyClassGen<Guid>[], false);
+// Eval(9195, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(9196, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(9197, o is NestedClass, false);
Eval(9198, o is NestedClass[], false);
- Eval(9199, o is NestedClassGen<Decimal>, false);
- Eval(9200, o is NestedClassGen<Decimal>[], false);
+// Eval(9199, o is NestedClassGen<Decimal>, false);
+// Eval(9200, o is NestedClassGen<Decimal>[], false);
Eval(9201, o is ImplementOneInterfaceC, false);
Eval(9202, o is ImplementOneInterfaceC[], false);
Eval(9203, o is ImplementTwoInterfaceC, false);
Eval(9204, o is ImplementTwoInterfaceC[], false);
- Eval(9205, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(9206, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(9207, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(9208, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(9209, o is ImplementAllInterfaceC<int>, false);
- Eval(9210, o is ImplementAllInterfaceC<int>[], false);
+// Eval(9205, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(9206, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(9207, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(9208, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(9209, o is ImplementAllInterfaceC<int>, false);
+// Eval(9210, o is ImplementAllInterfaceC<int>[], false);
Eval(9211, o is SealedClass, false);
Eval(9212, o is SealedClass[], false);
}
@@ -7939,26 +7939,26 @@ internal class Program
Eval(9218, o is NotEmptyStruct[], false);
Eval(9219, o is NotEmptyStruct?, false);
Eval(9220, o is NotEmptyStruct?[], false);
- Eval(9221, o is EmptyStructGen<int>, false);
- Eval(9222, o is EmptyStructGen<int>[], false);
- Eval(9223, o is EmptyStructGen<int>?, false);
- Eval(9224, o is EmptyStructGen<int>?[], false);
- Eval(9225, o is NotEmptyStructGen<Guid>, false);
- Eval(9226, o is NotEmptyStructGen<Guid>[], false);
- Eval(9227, o is NotEmptyStructGen<Guid>?, false);
- Eval(9228, o is NotEmptyStructGen<Guid>?[], false);
- Eval(9229, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(9230, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(9231, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(9232, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(9221, o is EmptyStructGen<int>, false);
+// Eval(9222, o is EmptyStructGen<int>[], false);
+// Eval(9223, o is EmptyStructGen<int>?, false);
+// Eval(9224, o is EmptyStructGen<int>?[], false);
+// Eval(9225, o is NotEmptyStructGen<Guid>, false);
+// Eval(9226, o is NotEmptyStructGen<Guid>[], false);
+// Eval(9227, o is NotEmptyStructGen<Guid>?, false);
+// Eval(9228, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(9229, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(9230, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(9231, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(9232, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(9233, o is NestedStruct, false);
Eval(9234, o is NestedStruct[], false);
Eval(9235, o is NestedStruct?, false);
Eval(9236, o is NestedStruct?[], false);
- Eval(9237, o is NestedStructGen<Decimal>, false);
- Eval(9238, o is NestedStructGen<Decimal>[], false);
- Eval(9239, o is NestedStructGen<Decimal>?, false);
- Eval(9240, o is NestedStructGen<Decimal>?[], false);
+// Eval(9237, o is NestedStructGen<Decimal>, false);
+// Eval(9238, o is NestedStructGen<Decimal>[], false);
+// Eval(9239, o is NestedStructGen<Decimal>?, false);
+// Eval(9240, o is NestedStructGen<Decimal>?[], false);
Eval(9241, o is ExplicitFieldOffsetStruct, false);
Eval(9242, o is ExplicitFieldOffsetStruct[], false);
Eval(9243, o is ExplicitFieldOffsetStruct?, false);
@@ -7975,18 +7975,18 @@ internal class Program
Eval(9262, o is ImplementTwoInterface[], false);
Eval(9263, o is ImplementTwoInterface?, false);
Eval(9264, o is ImplementTwoInterface?[], false);
- Eval(9265, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(9266, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(9267, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(9268, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(9269, o is ImplementTwoInterfaceGen<int>, false);
- Eval(9270, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(9271, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(9272, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(9273, o is ImplementAllInterface<int>, false);
- Eval(9274, o is ImplementAllInterface<int>[], false);
- Eval(9275, o is ImplementAllInterface<int>?, false);
- Eval(9276, o is ImplementAllInterface<int>?[], false);
+// Eval(9265, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(9266, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(9267, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(9268, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(9269, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(9270, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(9271, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(9272, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(9273, o is ImplementAllInterface<int>, false);
+// Eval(9274, o is ImplementAllInterface<int>[], false);
+// Eval(9275, o is ImplementAllInterface<int>?, false);
+// Eval(9276, o is ImplementAllInterface<int>?[], false);
Eval(9277, o is IntE, false);
Eval(9278, o is IntE[], false);
Eval(9279, o is IntE?, false);
@@ -8085,38 +8085,38 @@ internal class Program
Eval(9372, o is IEmpty[], false);
Eval(9373, o is INotEmpty, false);
Eval(9374, o is INotEmpty[], false);
- Eval(9375, o is IEmptyGen<int>, false);
- Eval(9376, o is IEmptyGen<int>[], false);
- Eval(9377, o is INotEmptyGen<int>, false);
- Eval(9378, o is INotEmptyGen<int>[], false);
+// Eval(9375, o is IEmptyGen<int>, false);
+// Eval(9376, o is IEmptyGen<int>[], false);
+// Eval(9377, o is INotEmptyGen<int>, false);
+// Eval(9378, o is INotEmptyGen<int>[], false);
Eval(9379, o is SimpleDelegate, false);
Eval(9380, o is SimpleDelegate[], false);
- Eval(9381, o is GenericDelegate<int>, false);
- Eval(9382, o is GenericDelegate<int>[], false);
+// Eval(9381, o is GenericDelegate<int>, false);
+// Eval(9382, o is GenericDelegate<int>[], false);
Eval(9383, o is EmptyClass, false);
Eval(9384, o is EmptyClass[], false);
Eval(9385, o is NotEmptyClass, false);
Eval(9386, o is NotEmptyClass[], false);
- Eval(9387, o is EmptyClassGen<int>, false);
- Eval(9388, o is EmptyClassGen<int>[], false);
- Eval(9389, o is NotEmptyClassGen<Guid>, false);
- Eval(9390, o is NotEmptyClassGen<Guid>[], false);
- Eval(9391, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(9392, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(9387, o is EmptyClassGen<int>, false);
+// Eval(9388, o is EmptyClassGen<int>[], false);
+// Eval(9389, o is NotEmptyClassGen<Guid>, false);
+// Eval(9390, o is NotEmptyClassGen<Guid>[], false);
+// Eval(9391, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(9392, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(9393, o is NestedClass, false);
Eval(9394, o is NestedClass[], false);
- Eval(9395, o is NestedClassGen<Decimal>, false);
- Eval(9396, o is NestedClassGen<Decimal>[], false);
+// Eval(9395, o is NestedClassGen<Decimal>, false);
+// Eval(9396, o is NestedClassGen<Decimal>[], false);
Eval(9397, o is ImplementOneInterfaceC, false);
Eval(9398, o is ImplementOneInterfaceC[], false);
Eval(9399, o is ImplementTwoInterfaceC, false);
Eval(9400, o is ImplementTwoInterfaceC[], false);
- Eval(9401, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(9402, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(9403, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(9404, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(9405, o is ImplementAllInterfaceC<int>, false);
- Eval(9406, o is ImplementAllInterfaceC<int>[], false);
+// Eval(9401, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(9402, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(9403, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(9404, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(9405, o is ImplementAllInterfaceC<int>, false);
+// Eval(9406, o is ImplementAllInterfaceC<int>[], false);
Eval(9407, o is SealedClass, false);
Eval(9408, o is SealedClass[], false);
}
@@ -8134,26 +8134,26 @@ internal class Program
Eval(9414, o is NotEmptyStruct[], false);
Eval(9415, o is NotEmptyStruct?, false);
Eval(9416, o is NotEmptyStruct?[], false);
- Eval(9417, o is EmptyStructGen<int>, false);
- Eval(9418, o is EmptyStructGen<int>[], false);
- Eval(9419, o is EmptyStructGen<int>?, false);
- Eval(9420, o is EmptyStructGen<int>?[], false);
- Eval(9421, o is NotEmptyStructGen<Guid>, false);
- Eval(9422, o is NotEmptyStructGen<Guid>[], false);
- Eval(9423, o is NotEmptyStructGen<Guid>?, false);
- Eval(9424, o is NotEmptyStructGen<Guid>?[], false);
- Eval(9425, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(9426, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(9427, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(9428, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(9417, o is EmptyStructGen<int>, false);
+// Eval(9418, o is EmptyStructGen<int>[], false);
+// Eval(9419, o is EmptyStructGen<int>?, false);
+// Eval(9420, o is EmptyStructGen<int>?[], false);
+// Eval(9421, o is NotEmptyStructGen<Guid>, false);
+// Eval(9422, o is NotEmptyStructGen<Guid>[], false);
+// Eval(9423, o is NotEmptyStructGen<Guid>?, false);
+// Eval(9424, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(9425, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(9426, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(9427, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(9428, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(9429, o is NestedStruct, false);
Eval(9430, o is NestedStruct[], false);
Eval(9431, o is NestedStruct?, false);
Eval(9432, o is NestedStruct?[], false);
- Eval(9433, o is NestedStructGen<Decimal>, false);
- Eval(9434, o is NestedStructGen<Decimal>[], false);
- Eval(9435, o is NestedStructGen<Decimal>?, false);
- Eval(9436, o is NestedStructGen<Decimal>?[], false);
+// Eval(9433, o is NestedStructGen<Decimal>, false);
+// Eval(9434, o is NestedStructGen<Decimal>[], false);
+// Eval(9435, o is NestedStructGen<Decimal>?, false);
+// Eval(9436, o is NestedStructGen<Decimal>?[], false);
Eval(9437, o is ExplicitFieldOffsetStruct, false);
Eval(9438, o is ExplicitFieldOffsetStruct[], false);
Eval(9439, o is ExplicitFieldOffsetStruct?, false);
@@ -8170,18 +8170,18 @@ internal class Program
Eval(9458, o is ImplementTwoInterface[], false);
Eval(9459, o is ImplementTwoInterface?, false);
Eval(9460, o is ImplementTwoInterface?[], false);
- Eval(9461, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(9462, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(9463, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(9464, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(9465, o is ImplementTwoInterfaceGen<int>, false);
- Eval(9466, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(9467, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(9468, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(9469, o is ImplementAllInterface<int>, false);
- Eval(9470, o is ImplementAllInterface<int>[], false);
- Eval(9471, o is ImplementAllInterface<int>?, false);
- Eval(9472, o is ImplementAllInterface<int>?[], false);
+// Eval(9461, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(9462, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(9463, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(9464, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(9465, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(9466, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(9467, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(9468, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(9469, o is ImplementAllInterface<int>, false);
+// Eval(9470, o is ImplementAllInterface<int>[], false);
+// Eval(9471, o is ImplementAllInterface<int>?, false);
+// Eval(9472, o is ImplementAllInterface<int>?[], false);
Eval(9473, o is IntE, true);
Eval(9474, o is IntE[], false);
Eval(9475, o is IntE?, true);
@@ -8280,38 +8280,38 @@ internal class Program
Eval(9568, o is IEmpty[], false);
Eval(9569, o is INotEmpty, false);
Eval(9570, o is INotEmpty[], false);
- Eval(9571, o is IEmptyGen<int>, false);
- Eval(9572, o is IEmptyGen<int>[], false);
- Eval(9573, o is INotEmptyGen<int>, false);
- Eval(9574, o is INotEmptyGen<int>[], false);
+// Eval(9571, o is IEmptyGen<int>, false);
+// Eval(9572, o is IEmptyGen<int>[], false);
+// Eval(9573, o is INotEmptyGen<int>, false);
+// Eval(9574, o is INotEmptyGen<int>[], false);
Eval(9575, o is SimpleDelegate, false);
Eval(9576, o is SimpleDelegate[], false);
- Eval(9577, o is GenericDelegate<int>, false);
- Eval(9578, o is GenericDelegate<int>[], false);
+// Eval(9577, o is GenericDelegate<int>, false);
+// Eval(9578, o is GenericDelegate<int>[], false);
Eval(9579, o is EmptyClass, false);
Eval(9580, o is EmptyClass[], false);
Eval(9581, o is NotEmptyClass, false);
Eval(9582, o is NotEmptyClass[], false);
- Eval(9583, o is EmptyClassGen<int>, false);
- Eval(9584, o is EmptyClassGen<int>[], false);
- Eval(9585, o is NotEmptyClassGen<Guid>, false);
- Eval(9586, o is NotEmptyClassGen<Guid>[], false);
- Eval(9587, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(9588, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(9583, o is EmptyClassGen<int>, false);
+// Eval(9584, o is EmptyClassGen<int>[], false);
+// Eval(9585, o is NotEmptyClassGen<Guid>, false);
+// Eval(9586, o is NotEmptyClassGen<Guid>[], false);
+// Eval(9587, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(9588, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(9589, o is NestedClass, false);
Eval(9590, o is NestedClass[], false);
- Eval(9591, o is NestedClassGen<Decimal>, false);
- Eval(9592, o is NestedClassGen<Decimal>[], false);
+// Eval(9591, o is NestedClassGen<Decimal>, false);
+// Eval(9592, o is NestedClassGen<Decimal>[], false);
Eval(9593, o is ImplementOneInterfaceC, false);
Eval(9594, o is ImplementOneInterfaceC[], false);
Eval(9595, o is ImplementTwoInterfaceC, false);
Eval(9596, o is ImplementTwoInterfaceC[], false);
- Eval(9597, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(9598, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(9599, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(9600, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(9601, o is ImplementAllInterfaceC<int>, false);
- Eval(9602, o is ImplementAllInterfaceC<int>[], false);
+// Eval(9597, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(9598, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(9599, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(9600, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(9601, o is ImplementAllInterfaceC<int>, false);
+// Eval(9602, o is ImplementAllInterfaceC<int>[], false);
Eval(9603, o is SealedClass, false);
Eval(9604, o is SealedClass[], false);
}
@@ -8326,26 +8326,26 @@ internal class Program
Eval(9610, o is NotEmptyStruct[], false);
Eval(9611, o is NotEmptyStruct?, false);
Eval(9612, o is NotEmptyStruct?[], false);
- Eval(9613, o is EmptyStructGen<int>, false);
- Eval(9614, o is EmptyStructGen<int>[], false);
- Eval(9615, o is EmptyStructGen<int>?, false);
- Eval(9616, o is EmptyStructGen<int>?[], false);
- Eval(9617, o is NotEmptyStructGen<Guid>, false);
- Eval(9618, o is NotEmptyStructGen<Guid>[], false);
- Eval(9619, o is NotEmptyStructGen<Guid>?, false);
- Eval(9620, o is NotEmptyStructGen<Guid>?[], false);
- Eval(9621, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(9622, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(9623, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(9624, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(9613, o is EmptyStructGen<int>, false);
+// Eval(9614, o is EmptyStructGen<int>[], false);
+// Eval(9615, o is EmptyStructGen<int>?, false);
+// Eval(9616, o is EmptyStructGen<int>?[], false);
+// Eval(9617, o is NotEmptyStructGen<Guid>, false);
+// Eval(9618, o is NotEmptyStructGen<Guid>[], false);
+// Eval(9619, o is NotEmptyStructGen<Guid>?, false);
+// Eval(9620, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(9621, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(9622, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(9623, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(9624, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(9625, o is NestedStruct, false);
Eval(9626, o is NestedStruct[], false);
Eval(9627, o is NestedStruct?, false);
Eval(9628, o is NestedStruct?[], false);
- Eval(9629, o is NestedStructGen<Decimal>, false);
- Eval(9630, o is NestedStructGen<Decimal>[], false);
- Eval(9631, o is NestedStructGen<Decimal>?, false);
- Eval(9632, o is NestedStructGen<Decimal>?[], false);
+// Eval(9629, o is NestedStructGen<Decimal>, false);
+// Eval(9630, o is NestedStructGen<Decimal>[], false);
+// Eval(9631, o is NestedStructGen<Decimal>?, false);
+// Eval(9632, o is NestedStructGen<Decimal>?[], false);
Eval(9633, o is ExplicitFieldOffsetStruct, false);
Eval(9634, o is ExplicitFieldOffsetStruct[], false);
Eval(9635, o is ExplicitFieldOffsetStruct?, false);
@@ -8362,18 +8362,18 @@ internal class Program
Eval(9654, o is ImplementTwoInterface[], false);
Eval(9655, o is ImplementTwoInterface?, false);
Eval(9656, o is ImplementTwoInterface?[], false);
- Eval(9657, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(9658, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(9659, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(9660, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(9661, o is ImplementTwoInterfaceGen<int>, false);
- Eval(9662, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(9663, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(9664, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(9665, o is ImplementAllInterface<int>, false);
- Eval(9666, o is ImplementAllInterface<int>[], false);
- Eval(9667, o is ImplementAllInterface<int>?, false);
- Eval(9668, o is ImplementAllInterface<int>?[], false);
+// Eval(9657, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(9658, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(9659, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(9660, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(9661, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(9662, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(9663, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(9664, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(9665, o is ImplementAllInterface<int>, false);
+// Eval(9666, o is ImplementAllInterface<int>[], false);
+// Eval(9667, o is ImplementAllInterface<int>?, false);
+// Eval(9668, o is ImplementAllInterface<int>?[], false);
Eval(9669, o is IntE, true);
Eval(9670, o is IntE[], false);
Eval(9671, o is IntE?, true);
@@ -8472,38 +8472,38 @@ internal class Program
Eval(9764, o is IEmpty[], false);
Eval(9765, o is INotEmpty, false);
Eval(9766, o is INotEmpty[], false);
- Eval(9767, o is IEmptyGen<int>, false);
- Eval(9768, o is IEmptyGen<int>[], false);
- Eval(9769, o is INotEmptyGen<int>, false);
- Eval(9770, o is INotEmptyGen<int>[], false);
+// Eval(9767, o is IEmptyGen<int>, false);
+// Eval(9768, o is IEmptyGen<int>[], false);
+// Eval(9769, o is INotEmptyGen<int>, false);
+// Eval(9770, o is INotEmptyGen<int>[], false);
Eval(9771, o is SimpleDelegate, false);
Eval(9772, o is SimpleDelegate[], false);
- Eval(9773, o is GenericDelegate<int>, false);
- Eval(9774, o is GenericDelegate<int>[], false);
+// Eval(9773, o is GenericDelegate<int>, false);
+// Eval(9774, o is GenericDelegate<int>[], false);
Eval(9775, o is EmptyClass, false);
Eval(9776, o is EmptyClass[], false);
Eval(9777, o is NotEmptyClass, false);
Eval(9778, o is NotEmptyClass[], false);
- Eval(9779, o is EmptyClassGen<int>, false);
- Eval(9780, o is EmptyClassGen<int>[], false);
- Eval(9781, o is NotEmptyClassGen<Guid>, false);
- Eval(9782, o is NotEmptyClassGen<Guid>[], false);
- Eval(9783, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(9784, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(9779, o is EmptyClassGen<int>, false);
+// Eval(9780, o is EmptyClassGen<int>[], false);
+// Eval(9781, o is NotEmptyClassGen<Guid>, false);
+// Eval(9782, o is NotEmptyClassGen<Guid>[], false);
+// Eval(9783, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(9784, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(9785, o is NestedClass, false);
Eval(9786, o is NestedClass[], false);
- Eval(9787, o is NestedClassGen<Decimal>, false);
- Eval(9788, o is NestedClassGen<Decimal>[], false);
+// Eval(9787, o is NestedClassGen<Decimal>, false);
+// Eval(9788, o is NestedClassGen<Decimal>[], false);
Eval(9789, o is ImplementOneInterfaceC, false);
Eval(9790, o is ImplementOneInterfaceC[], false);
Eval(9791, o is ImplementTwoInterfaceC, false);
Eval(9792, o is ImplementTwoInterfaceC[], false);
- Eval(9793, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(9794, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(9795, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(9796, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(9797, o is ImplementAllInterfaceC<int>, false);
- Eval(9798, o is ImplementAllInterfaceC<int>[], false);
+// Eval(9793, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(9794, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(9795, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(9796, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(9797, o is ImplementAllInterfaceC<int>, false);
+// Eval(9798, o is ImplementAllInterfaceC<int>[], false);
Eval(9799, o is SealedClass, false);
Eval(9800, o is SealedClass[], false);
}
@@ -8518,26 +8518,26 @@ internal class Program
Eval(9806, o is NotEmptyStruct[], false);
Eval(9807, o is NotEmptyStruct?, false);
Eval(9808, o is NotEmptyStruct?[], false);
- Eval(9809, o is EmptyStructGen<int>, false);
- Eval(9810, o is EmptyStructGen<int>[], false);
- Eval(9811, o is EmptyStructGen<int>?, false);
- Eval(9812, o is EmptyStructGen<int>?[], false);
- Eval(9813, o is NotEmptyStructGen<Guid>, false);
- Eval(9814, o is NotEmptyStructGen<Guid>[], false);
- Eval(9815, o is NotEmptyStructGen<Guid>?, false);
- Eval(9816, o is NotEmptyStructGen<Guid>?[], false);
- Eval(9817, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(9818, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(9819, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(9820, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(9809, o is EmptyStructGen<int>, false);
+// Eval(9810, o is EmptyStructGen<int>[], false);
+// Eval(9811, o is EmptyStructGen<int>?, false);
+// Eval(9812, o is EmptyStructGen<int>?[], false);
+// Eval(9813, o is NotEmptyStructGen<Guid>, false);
+// Eval(9814, o is NotEmptyStructGen<Guid>[], false);
+// Eval(9815, o is NotEmptyStructGen<Guid>?, false);
+// Eval(9816, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(9817, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(9818, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(9819, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(9820, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(9821, o is NestedStruct, false);
Eval(9822, o is NestedStruct[], false);
Eval(9823, o is NestedStruct?, false);
Eval(9824, o is NestedStruct?[], false);
- Eval(9825, o is NestedStructGen<Decimal>, false);
- Eval(9826, o is NestedStructGen<Decimal>[], false);
- Eval(9827, o is NestedStructGen<Decimal>?, false);
- Eval(9828, o is NestedStructGen<Decimal>?[], false);
+// Eval(9825, o is NestedStructGen<Decimal>, false);
+// Eval(9826, o is NestedStructGen<Decimal>[], false);
+// Eval(9827, o is NestedStructGen<Decimal>?, false);
+// Eval(9828, o is NestedStructGen<Decimal>?[], false);
Eval(9829, o is ExplicitFieldOffsetStruct, false);
Eval(9830, o is ExplicitFieldOffsetStruct[], false);
Eval(9831, o is ExplicitFieldOffsetStruct?, false);
@@ -8554,18 +8554,18 @@ internal class Program
Eval(9850, o is ImplementTwoInterface[], false);
Eval(9851, o is ImplementTwoInterface?, false);
Eval(9852, o is ImplementTwoInterface?[], false);
- Eval(9853, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(9854, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(9855, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(9856, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(9857, o is ImplementTwoInterfaceGen<int>, false);
- Eval(9858, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(9859, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(9860, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(9861, o is ImplementAllInterface<int>, false);
- Eval(9862, o is ImplementAllInterface<int>[], false);
- Eval(9863, o is ImplementAllInterface<int>?, false);
- Eval(9864, o is ImplementAllInterface<int>?[], false);
+// Eval(9853, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(9854, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(9855, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(9856, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(9857, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(9858, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(9859, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(9860, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(9861, o is ImplementAllInterface<int>, false);
+// Eval(9862, o is ImplementAllInterface<int>[], false);
+// Eval(9863, o is ImplementAllInterface<int>?, false);
+// Eval(9864, o is ImplementAllInterface<int>?[], false);
Eval(9865, o is IntE, false);
Eval(9866, o is IntE[], false);
Eval(9867, o is IntE?, false);
@@ -8664,38 +8664,38 @@ internal class Program
Eval(9960, o is IEmpty[], false);
Eval(9961, o is INotEmpty, false);
Eval(9962, o is INotEmpty[], false);
- Eval(9963, o is IEmptyGen<int>, false);
- Eval(9964, o is IEmptyGen<int>[], false);
- Eval(9965, o is INotEmptyGen<int>, false);
- Eval(9966, o is INotEmptyGen<int>[], false);
+// Eval(9963, o is IEmptyGen<int>, false);
+// Eval(9964, o is IEmptyGen<int>[], false);
+// Eval(9965, o is INotEmptyGen<int>, false);
+// Eval(9966, o is INotEmptyGen<int>[], false);
Eval(9967, o is SimpleDelegate, false);
Eval(9968, o is SimpleDelegate[], false);
- Eval(9969, o is GenericDelegate<int>, false);
- Eval(9970, o is GenericDelegate<int>[], false);
+// Eval(9969, o is GenericDelegate<int>, false);
+// Eval(9970, o is GenericDelegate<int>[], false);
Eval(9971, o is EmptyClass, false);
Eval(9972, o is EmptyClass[], false);
Eval(9973, o is NotEmptyClass, false);
Eval(9974, o is NotEmptyClass[], false);
- Eval(9975, o is EmptyClassGen<int>, false);
- Eval(9976, o is EmptyClassGen<int>[], false);
- Eval(9977, o is NotEmptyClassGen<Guid>, false);
- Eval(9978, o is NotEmptyClassGen<Guid>[], false);
- Eval(9979, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(9980, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(9975, o is EmptyClassGen<int>, false);
+// Eval(9976, o is EmptyClassGen<int>[], false);
+// Eval(9977, o is NotEmptyClassGen<Guid>, false);
+// Eval(9978, o is NotEmptyClassGen<Guid>[], false);
+// Eval(9979, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(9980, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(9981, o is NestedClass, false);
Eval(9982, o is NestedClass[], false);
- Eval(9983, o is NestedClassGen<Decimal>, false);
- Eval(9984, o is NestedClassGen<Decimal>[], false);
+// Eval(9983, o is NestedClassGen<Decimal>, false);
+// Eval(9984, o is NestedClassGen<Decimal>[], false);
Eval(9985, o is ImplementOneInterfaceC, false);
Eval(9986, o is ImplementOneInterfaceC[], false);
Eval(9987, o is ImplementTwoInterfaceC, false);
Eval(9988, o is ImplementTwoInterfaceC[], false);
- Eval(9989, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(9990, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(9991, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(9992, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(9993, o is ImplementAllInterfaceC<int>, false);
- Eval(9994, o is ImplementAllInterfaceC<int>[], false);
+// Eval(9989, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(9990, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(9991, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(9992, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(9993, o is ImplementAllInterfaceC<int>, false);
+// Eval(9994, o is ImplementAllInterfaceC<int>[], false);
Eval(9995, o is SealedClass, false);
Eval(9996, o is SealedClass[], false);
}
@@ -8713,26 +8713,26 @@ internal class Program
Eval(10002, o is NotEmptyStruct[], false);
Eval(10003, o is NotEmptyStruct?, false);
Eval(10004, o is NotEmptyStruct?[], false);
- Eval(10005, o is EmptyStructGen<int>, false);
- Eval(10006, o is EmptyStructGen<int>[], false);
- Eval(10007, o is EmptyStructGen<int>?, false);
- Eval(10008, o is EmptyStructGen<int>?[], false);
- Eval(10009, o is NotEmptyStructGen<Guid>, false);
- Eval(10010, o is NotEmptyStructGen<Guid>[], false);
- Eval(10011, o is NotEmptyStructGen<Guid>?, false);
- Eval(10012, o is NotEmptyStructGen<Guid>?[], false);
- Eval(10013, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10014, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10015, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10016, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10005, o is EmptyStructGen<int>, false);
+// Eval(10006, o is EmptyStructGen<int>[], false);
+// Eval(10007, o is EmptyStructGen<int>?, false);
+// Eval(10008, o is EmptyStructGen<int>?[], false);
+// Eval(10009, o is NotEmptyStructGen<Guid>, false);
+// Eval(10010, o is NotEmptyStructGen<Guid>[], false);
+// Eval(10011, o is NotEmptyStructGen<Guid>?, false);
+// Eval(10012, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(10013, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10014, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10015, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10016, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10017, o is NestedStruct, false);
Eval(10018, o is NestedStruct[], false);
Eval(10019, o is NestedStruct?, false);
Eval(10020, o is NestedStruct?[], false);
- Eval(10021, o is NestedStructGen<Decimal>, false);
- Eval(10022, o is NestedStructGen<Decimal>[], false);
- Eval(10023, o is NestedStructGen<Decimal>?, false);
- Eval(10024, o is NestedStructGen<Decimal>?[], false);
+// Eval(10021, o is NestedStructGen<Decimal>, false);
+// Eval(10022, o is NestedStructGen<Decimal>[], false);
+// Eval(10023, o is NestedStructGen<Decimal>?, false);
+// Eval(10024, o is NestedStructGen<Decimal>?[], false);
Eval(10025, o is ExplicitFieldOffsetStruct, false);
Eval(10026, o is ExplicitFieldOffsetStruct[], false);
Eval(10027, o is ExplicitFieldOffsetStruct?, false);
@@ -8749,18 +8749,18 @@ internal class Program
Eval(10046, o is ImplementTwoInterface[], false);
Eval(10047, o is ImplementTwoInterface?, false);
Eval(10048, o is ImplementTwoInterface?[], false);
- Eval(10049, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(10050, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(10051, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(10052, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(10053, o is ImplementTwoInterfaceGen<int>, false);
- Eval(10054, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(10055, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(10056, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(10057, o is ImplementAllInterface<int>, false);
- Eval(10058, o is ImplementAllInterface<int>[], false);
- Eval(10059, o is ImplementAllInterface<int>?, false);
- Eval(10060, o is ImplementAllInterface<int>?[], false);
+// Eval(10049, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(10050, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(10051, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(10052, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(10053, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(10054, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(10055, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(10056, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(10057, o is ImplementAllInterface<int>, false);
+// Eval(10058, o is ImplementAllInterface<int>[], false);
+// Eval(10059, o is ImplementAllInterface<int>?, false);
+// Eval(10060, o is ImplementAllInterface<int>?[], false);
Eval(10061, o is IntE, false);
Eval(10062, o is IntE[], false);
Eval(10063, o is IntE?, false);
@@ -8859,38 +8859,38 @@ internal class Program
Eval(10156, o is IEmpty[], false);
Eval(10157, o is INotEmpty, false);
Eval(10158, o is INotEmpty[], false);
- Eval(10159, o is IEmptyGen<int>, false);
- Eval(10160, o is IEmptyGen<int>[], false);
- Eval(10161, o is INotEmptyGen<int>, false);
- Eval(10162, o is INotEmptyGen<int>[], false);
+// Eval(10159, o is IEmptyGen<int>, false);
+// Eval(10160, o is IEmptyGen<int>[], false);
+// Eval(10161, o is INotEmptyGen<int>, false);
+// Eval(10162, o is INotEmptyGen<int>[], false);
Eval(10163, o is SimpleDelegate, false);
Eval(10164, o is SimpleDelegate[], false);
- Eval(10165, o is GenericDelegate<int>, false);
- Eval(10166, o is GenericDelegate<int>[], false);
+// Eval(10165, o is GenericDelegate<int>, false);
+// Eval(10166, o is GenericDelegate<int>[], false);
Eval(10167, o is EmptyClass, false);
Eval(10168, o is EmptyClass[], false);
Eval(10169, o is NotEmptyClass, false);
Eval(10170, o is NotEmptyClass[], false);
- Eval(10171, o is EmptyClassGen<int>, false);
- Eval(10172, o is EmptyClassGen<int>[], false);
- Eval(10173, o is NotEmptyClassGen<Guid>, false);
- Eval(10174, o is NotEmptyClassGen<Guid>[], false);
- Eval(10175, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(10176, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(10171, o is EmptyClassGen<int>, false);
+// Eval(10172, o is EmptyClassGen<int>[], false);
+// Eval(10173, o is NotEmptyClassGen<Guid>, false);
+// Eval(10174, o is NotEmptyClassGen<Guid>[], false);
+// Eval(10175, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(10176, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(10177, o is NestedClass, false);
Eval(10178, o is NestedClass[], false);
- Eval(10179, o is NestedClassGen<Decimal>, false);
- Eval(10180, o is NestedClassGen<Decimal>[], false);
+// Eval(10179, o is NestedClassGen<Decimal>, false);
+// Eval(10180, o is NestedClassGen<Decimal>[], false);
Eval(10181, o is ImplementOneInterfaceC, false);
Eval(10182, o is ImplementOneInterfaceC[], false);
Eval(10183, o is ImplementTwoInterfaceC, false);
Eval(10184, o is ImplementTwoInterfaceC[], false);
- Eval(10185, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(10186, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(10187, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(10188, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(10189, o is ImplementAllInterfaceC<int>, false);
- Eval(10190, o is ImplementAllInterfaceC<int>[], false);
+// Eval(10185, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(10186, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(10187, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(10188, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(10189, o is ImplementAllInterfaceC<int>, false);
+// Eval(10190, o is ImplementAllInterfaceC<int>[], false);
Eval(10191, o is SealedClass, false);
Eval(10192, o is SealedClass[], false);
}
@@ -8905,26 +8905,26 @@ internal class Program
Eval(10198, o is NotEmptyStruct[], false);
Eval(10199, o is NotEmptyStruct?, false);
Eval(10200, o is NotEmptyStruct?[], false);
- Eval(10201, o is EmptyStructGen<int>, false);
- Eval(10202, o is EmptyStructGen<int>[], false);
- Eval(10203, o is EmptyStructGen<int>?, false);
- Eval(10204, o is EmptyStructGen<int>?[], false);
- Eval(10205, o is NotEmptyStructGen<Guid>, false);
- Eval(10206, o is NotEmptyStructGen<Guid>[], false);
- Eval(10207, o is NotEmptyStructGen<Guid>?, false);
- Eval(10208, o is NotEmptyStructGen<Guid>?[], false);
- Eval(10209, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10210, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10211, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10212, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10201, o is EmptyStructGen<int>, false);
+// Eval(10202, o is EmptyStructGen<int>[], false);
+// Eval(10203, o is EmptyStructGen<int>?, false);
+// Eval(10204, o is EmptyStructGen<int>?[], false);
+// Eval(10205, o is NotEmptyStructGen<Guid>, false);
+// Eval(10206, o is NotEmptyStructGen<Guid>[], false);
+// Eval(10207, o is NotEmptyStructGen<Guid>?, false);
+// Eval(10208, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(10209, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10210, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10211, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10212, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10213, o is NestedStruct, false);
Eval(10214, o is NestedStruct[], false);
Eval(10215, o is NestedStruct?, false);
Eval(10216, o is NestedStruct?[], false);
- Eval(10217, o is NestedStructGen<Decimal>, false);
- Eval(10218, o is NestedStructGen<Decimal>[], false);
- Eval(10219, o is NestedStructGen<Decimal>?, false);
- Eval(10220, o is NestedStructGen<Decimal>?[], false);
+// Eval(10217, o is NestedStructGen<Decimal>, false);
+// Eval(10218, o is NestedStructGen<Decimal>[], false);
+// Eval(10219, o is NestedStructGen<Decimal>?, false);
+// Eval(10220, o is NestedStructGen<Decimal>?[], false);
Eval(10221, o is ExplicitFieldOffsetStruct, false);
Eval(10222, o is ExplicitFieldOffsetStruct[], false);
Eval(10223, o is ExplicitFieldOffsetStruct?, false);
@@ -8941,18 +8941,18 @@ internal class Program
Eval(10242, o is ImplementTwoInterface[], false);
Eval(10243, o is ImplementTwoInterface?, false);
Eval(10244, o is ImplementTwoInterface?[], false);
- Eval(10245, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(10246, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(10247, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(10248, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(10249, o is ImplementTwoInterfaceGen<int>, false);
- Eval(10250, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(10251, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(10252, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(10253, o is ImplementAllInterface<int>, false);
- Eval(10254, o is ImplementAllInterface<int>[], false);
- Eval(10255, o is ImplementAllInterface<int>?, false);
- Eval(10256, o is ImplementAllInterface<int>?[], false);
+// Eval(10245, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(10246, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(10247, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(10248, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(10249, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(10250, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(10251, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(10252, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(10253, o is ImplementAllInterface<int>, false);
+// Eval(10254, o is ImplementAllInterface<int>[], false);
+// Eval(10255, o is ImplementAllInterface<int>?, false);
+// Eval(10256, o is ImplementAllInterface<int>?[], false);
Eval(10257, o is IntE, false);
Eval(10258, o is IntE[], false);
Eval(10259, o is IntE?, false);
@@ -9051,38 +9051,38 @@ internal class Program
Eval(10352, o is IEmpty[], false);
Eval(10353, o is INotEmpty, false);
Eval(10354, o is INotEmpty[], false);
- Eval(10355, o is IEmptyGen<int>, false);
- Eval(10356, o is IEmptyGen<int>[], false);
- Eval(10357, o is INotEmptyGen<int>, false);
- Eval(10358, o is INotEmptyGen<int>[], false);
+// Eval(10355, o is IEmptyGen<int>, false);
+// Eval(10356, o is IEmptyGen<int>[], false);
+// Eval(10357, o is INotEmptyGen<int>, false);
+// Eval(10358, o is INotEmptyGen<int>[], false);
Eval(10359, o is SimpleDelegate, false);
Eval(10360, o is SimpleDelegate[], false);
- Eval(10361, o is GenericDelegate<int>, false);
- Eval(10362, o is GenericDelegate<int>[], false);
+// Eval(10361, o is GenericDelegate<int>, false);
+// Eval(10362, o is GenericDelegate<int>[], false);
Eval(10363, o is EmptyClass, false);
Eval(10364, o is EmptyClass[], false);
Eval(10365, o is NotEmptyClass, false);
Eval(10366, o is NotEmptyClass[], false);
- Eval(10367, o is EmptyClassGen<int>, false);
- Eval(10368, o is EmptyClassGen<int>[], false);
- Eval(10369, o is NotEmptyClassGen<Guid>, false);
- Eval(10370, o is NotEmptyClassGen<Guid>[], false);
- Eval(10371, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(10372, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(10367, o is EmptyClassGen<int>, false);
+// Eval(10368, o is EmptyClassGen<int>[], false);
+// Eval(10369, o is NotEmptyClassGen<Guid>, false);
+// Eval(10370, o is NotEmptyClassGen<Guid>[], false);
+// Eval(10371, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(10372, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(10373, o is NestedClass, false);
Eval(10374, o is NestedClass[], false);
- Eval(10375, o is NestedClassGen<Decimal>, false);
- Eval(10376, o is NestedClassGen<Decimal>[], false);
+// Eval(10375, o is NestedClassGen<Decimal>, false);
+// Eval(10376, o is NestedClassGen<Decimal>[], false);
Eval(10377, o is ImplementOneInterfaceC, false);
Eval(10378, o is ImplementOneInterfaceC[], false);
Eval(10379, o is ImplementTwoInterfaceC, false);
Eval(10380, o is ImplementTwoInterfaceC[], false);
- Eval(10381, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(10382, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(10383, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(10384, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(10385, o is ImplementAllInterfaceC<int>, false);
- Eval(10386, o is ImplementAllInterfaceC<int>[], false);
+// Eval(10381, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(10382, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(10383, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(10384, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(10385, o is ImplementAllInterfaceC<int>, false);
+// Eval(10386, o is ImplementAllInterfaceC<int>[], false);
Eval(10387, o is SealedClass, false);
Eval(10388, o is SealedClass[], false);
}
@@ -9097,26 +9097,26 @@ internal class Program
Eval(10394, o is NotEmptyStruct[], false);
Eval(10395, o is NotEmptyStruct?, false);
Eval(10396, o is NotEmptyStruct?[], false);
- Eval(10397, o is EmptyStructGen<int>, false);
- Eval(10398, o is EmptyStructGen<int>[], false);
- Eval(10399, o is EmptyStructGen<int>?, false);
- Eval(10400, o is EmptyStructGen<int>?[], false);
- Eval(10401, o is NotEmptyStructGen<Guid>, false);
- Eval(10402, o is NotEmptyStructGen<Guid>[], false);
- Eval(10403, o is NotEmptyStructGen<Guid>?, false);
- Eval(10404, o is NotEmptyStructGen<Guid>?[], false);
- Eval(10405, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10406, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10407, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10408, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10397, o is EmptyStructGen<int>, false);
+// Eval(10398, o is EmptyStructGen<int>[], false);
+// Eval(10399, o is EmptyStructGen<int>?, false);
+// Eval(10400, o is EmptyStructGen<int>?[], false);
+// Eval(10401, o is NotEmptyStructGen<Guid>, false);
+// Eval(10402, o is NotEmptyStructGen<Guid>[], false);
+// Eval(10403, o is NotEmptyStructGen<Guid>?, false);
+// Eval(10404, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(10405, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10406, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10407, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10408, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10409, o is NestedStruct, false);
Eval(10410, o is NestedStruct[], false);
Eval(10411, o is NestedStruct?, false);
Eval(10412, o is NestedStruct?[], false);
- Eval(10413, o is NestedStructGen<Decimal>, false);
- Eval(10414, o is NestedStructGen<Decimal>[], false);
- Eval(10415, o is NestedStructGen<Decimal>?, false);
- Eval(10416, o is NestedStructGen<Decimal>?[], false);
+// Eval(10413, o is NestedStructGen<Decimal>, false);
+// Eval(10414, o is NestedStructGen<Decimal>[], false);
+// Eval(10415, o is NestedStructGen<Decimal>?, false);
+// Eval(10416, o is NestedStructGen<Decimal>?[], false);
Eval(10417, o is ExplicitFieldOffsetStruct, false);
Eval(10418, o is ExplicitFieldOffsetStruct[], false);
Eval(10419, o is ExplicitFieldOffsetStruct?, false);
@@ -9133,18 +9133,18 @@ internal class Program
Eval(10438, o is ImplementTwoInterface[], false);
Eval(10439, o is ImplementTwoInterface?, false);
Eval(10440, o is ImplementTwoInterface?[], false);
- Eval(10441, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(10442, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(10443, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(10444, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(10445, o is ImplementTwoInterfaceGen<int>, false);
- Eval(10446, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(10447, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(10448, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(10449, o is ImplementAllInterface<int>, false);
- Eval(10450, o is ImplementAllInterface<int>[], false);
- Eval(10451, o is ImplementAllInterface<int>?, false);
- Eval(10452, o is ImplementAllInterface<int>?[], false);
+// Eval(10441, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(10442, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(10443, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(10444, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(10445, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(10446, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(10447, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(10448, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(10449, o is ImplementAllInterface<int>, false);
+// Eval(10450, o is ImplementAllInterface<int>[], false);
+// Eval(10451, o is ImplementAllInterface<int>?, false);
+// Eval(10452, o is ImplementAllInterface<int>?[], false);
Eval(10453, o is IntE, false);
Eval(10454, o is IntE[], false);
Eval(10455, o is IntE?, false);
@@ -9243,38 +9243,38 @@ internal class Program
Eval(10548, o is IEmpty[], false);
Eval(10549, o is INotEmpty, false);
Eval(10550, o is INotEmpty[], false);
- Eval(10551, o is IEmptyGen<int>, false);
- Eval(10552, o is IEmptyGen<int>[], false);
- Eval(10553, o is INotEmptyGen<int>, false);
- Eval(10554, o is INotEmptyGen<int>[], false);
+// Eval(10551, o is IEmptyGen<int>, false);
+// Eval(10552, o is IEmptyGen<int>[], false);
+// Eval(10553, o is INotEmptyGen<int>, false);
+// Eval(10554, o is INotEmptyGen<int>[], false);
Eval(10555, o is SimpleDelegate, false);
Eval(10556, o is SimpleDelegate[], false);
- Eval(10557, o is GenericDelegate<int>, false);
- Eval(10558, o is GenericDelegate<int>[], false);
+// Eval(10557, o is GenericDelegate<int>, false);
+// Eval(10558, o is GenericDelegate<int>[], false);
Eval(10559, o is EmptyClass, false);
Eval(10560, o is EmptyClass[], false);
Eval(10561, o is NotEmptyClass, false);
Eval(10562, o is NotEmptyClass[], false);
- Eval(10563, o is EmptyClassGen<int>, false);
- Eval(10564, o is EmptyClassGen<int>[], false);
- Eval(10565, o is NotEmptyClassGen<Guid>, false);
- Eval(10566, o is NotEmptyClassGen<Guid>[], false);
- Eval(10567, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(10568, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(10563, o is EmptyClassGen<int>, false);
+// Eval(10564, o is EmptyClassGen<int>[], false);
+// Eval(10565, o is NotEmptyClassGen<Guid>, false);
+// Eval(10566, o is NotEmptyClassGen<Guid>[], false);
+// Eval(10567, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(10568, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(10569, o is NestedClass, false);
Eval(10570, o is NestedClass[], false);
- Eval(10571, o is NestedClassGen<Decimal>, false);
- Eval(10572, o is NestedClassGen<Decimal>[], false);
+// Eval(10571, o is NestedClassGen<Decimal>, false);
+// Eval(10572, o is NestedClassGen<Decimal>[], false);
Eval(10573, o is ImplementOneInterfaceC, false);
Eval(10574, o is ImplementOneInterfaceC[], false);
Eval(10575, o is ImplementTwoInterfaceC, false);
Eval(10576, o is ImplementTwoInterfaceC[], false);
- Eval(10577, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(10578, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(10579, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(10580, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(10581, o is ImplementAllInterfaceC<int>, false);
- Eval(10582, o is ImplementAllInterfaceC<int>[], false);
+// Eval(10577, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(10578, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(10579, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(10580, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(10581, o is ImplementAllInterfaceC<int>, false);
+// Eval(10582, o is ImplementAllInterfaceC<int>[], false);
Eval(10583, o is SealedClass, false);
Eval(10584, o is SealedClass[], false);
}
@@ -9292,26 +9292,26 @@ internal class Program
Eval(10590, o is NotEmptyStruct[], false);
Eval(10591, o is NotEmptyStruct?, false);
Eval(10592, o is NotEmptyStruct?[], false);
- Eval(10593, o is EmptyStructGen<int>, false);
- Eval(10594, o is EmptyStructGen<int>[], false);
- Eval(10595, o is EmptyStructGen<int>?, false);
- Eval(10596, o is EmptyStructGen<int>?[], false);
- Eval(10597, o is NotEmptyStructGen<Guid>, false);
- Eval(10598, o is NotEmptyStructGen<Guid>[], false);
- Eval(10599, o is NotEmptyStructGen<Guid>?, false);
- Eval(10600, o is NotEmptyStructGen<Guid>?[], false);
- Eval(10601, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10602, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10603, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10604, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10593, o is EmptyStructGen<int>, false);
+// Eval(10594, o is EmptyStructGen<int>[], false);
+// Eval(10595, o is EmptyStructGen<int>?, false);
+// Eval(10596, o is EmptyStructGen<int>?[], false);
+// Eval(10597, o is NotEmptyStructGen<Guid>, false);
+// Eval(10598, o is NotEmptyStructGen<Guid>[], false);
+// Eval(10599, o is NotEmptyStructGen<Guid>?, false);
+// Eval(10600, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(10601, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10602, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10603, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10604, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10605, o is NestedStruct, false);
Eval(10606, o is NestedStruct[], false);
Eval(10607, o is NestedStruct?, false);
Eval(10608, o is NestedStruct?[], false);
- Eval(10609, o is NestedStructGen<Decimal>, false);
- Eval(10610, o is NestedStructGen<Decimal>[], false);
- Eval(10611, o is NestedStructGen<Decimal>?, false);
- Eval(10612, o is NestedStructGen<Decimal>?[], false);
+// Eval(10609, o is NestedStructGen<Decimal>, false);
+// Eval(10610, o is NestedStructGen<Decimal>[], false);
+// Eval(10611, o is NestedStructGen<Decimal>?, false);
+// Eval(10612, o is NestedStructGen<Decimal>?[], false);
Eval(10613, o is ExplicitFieldOffsetStruct, false);
Eval(10614, o is ExplicitFieldOffsetStruct[], false);
Eval(10615, o is ExplicitFieldOffsetStruct?, false);
@@ -9328,18 +9328,18 @@ internal class Program
Eval(10634, o is ImplementTwoInterface[], false);
Eval(10635, o is ImplementTwoInterface?, false);
Eval(10636, o is ImplementTwoInterface?[], false);
- Eval(10637, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(10638, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(10639, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(10640, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(10641, o is ImplementTwoInterfaceGen<int>, false);
- Eval(10642, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(10643, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(10644, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(10645, o is ImplementAllInterface<int>, false);
- Eval(10646, o is ImplementAllInterface<int>[], false);
- Eval(10647, o is ImplementAllInterface<int>?, false);
- Eval(10648, o is ImplementAllInterface<int>?[], false);
+// Eval(10637, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(10638, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(10639, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(10640, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(10641, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(10642, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(10643, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(10644, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(10645, o is ImplementAllInterface<int>, false);
+// Eval(10646, o is ImplementAllInterface<int>[], false);
+// Eval(10647, o is ImplementAllInterface<int>?, false);
+// Eval(10648, o is ImplementAllInterface<int>?[], false);
Eval(10649, o is IntE, false);
Eval(10650, o is IntE[], false);
Eval(10651, o is IntE?, false);
@@ -9438,38 +9438,38 @@ internal class Program
Eval(10744, o is IEmpty[], false);
Eval(10745, o is INotEmpty, false);
Eval(10746, o is INotEmpty[], false);
- Eval(10747, o is IEmptyGen<int>, false);
- Eval(10748, o is IEmptyGen<int>[], false);
- Eval(10749, o is INotEmptyGen<int>, false);
- Eval(10750, o is INotEmptyGen<int>[], false);
+// Eval(10747, o is IEmptyGen<int>, false);
+// Eval(10748, o is IEmptyGen<int>[], false);
+// Eval(10749, o is INotEmptyGen<int>, false);
+// Eval(10750, o is INotEmptyGen<int>[], false);
Eval(10751, o is SimpleDelegate, false);
Eval(10752, o is SimpleDelegate[], false);
- Eval(10753, o is GenericDelegate<int>, false);
- Eval(10754, o is GenericDelegate<int>[], false);
+// Eval(10753, o is GenericDelegate<int>, false);
+// Eval(10754, o is GenericDelegate<int>[], false);
Eval(10755, o is EmptyClass, false);
Eval(10756, o is EmptyClass[], false);
Eval(10757, o is NotEmptyClass, false);
Eval(10758, o is NotEmptyClass[], false);
- Eval(10759, o is EmptyClassGen<int>, false);
- Eval(10760, o is EmptyClassGen<int>[], false);
- Eval(10761, o is NotEmptyClassGen<Guid>, false);
- Eval(10762, o is NotEmptyClassGen<Guid>[], false);
- Eval(10763, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(10764, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(10759, o is EmptyClassGen<int>, false);
+// Eval(10760, o is EmptyClassGen<int>[], false);
+// Eval(10761, o is NotEmptyClassGen<Guid>, false);
+// Eval(10762, o is NotEmptyClassGen<Guid>[], false);
+// Eval(10763, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(10764, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(10765, o is NestedClass, false);
Eval(10766, o is NestedClass[], false);
- Eval(10767, o is NestedClassGen<Decimal>, false);
- Eval(10768, o is NestedClassGen<Decimal>[], false);
+// Eval(10767, o is NestedClassGen<Decimal>, false);
+// Eval(10768, o is NestedClassGen<Decimal>[], false);
Eval(10769, o is ImplementOneInterfaceC, false);
Eval(10770, o is ImplementOneInterfaceC[], false);
Eval(10771, o is ImplementTwoInterfaceC, false);
Eval(10772, o is ImplementTwoInterfaceC[], false);
- Eval(10773, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(10774, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(10775, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(10776, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(10777, o is ImplementAllInterfaceC<int>, false);
- Eval(10778, o is ImplementAllInterfaceC<int>[], false);
+// Eval(10773, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(10774, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(10775, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(10776, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(10777, o is ImplementAllInterfaceC<int>, false);
+// Eval(10778, o is ImplementAllInterfaceC<int>[], false);
Eval(10779, o is SealedClass, false);
Eval(10780, o is SealedClass[], false);
}
@@ -9484,26 +9484,26 @@ internal class Program
Eval(10786, o is NotEmptyStruct[], false);
Eval(10787, o is NotEmptyStruct?, false);
Eval(10788, o is NotEmptyStruct?[], false);
- Eval(10789, o is EmptyStructGen<int>, false);
- Eval(10790, o is EmptyStructGen<int>[], false);
- Eval(10791, o is EmptyStructGen<int>?, false);
- Eval(10792, o is EmptyStructGen<int>?[], false);
- Eval(10793, o is NotEmptyStructGen<Guid>, false);
- Eval(10794, o is NotEmptyStructGen<Guid>[], false);
- Eval(10795, o is NotEmptyStructGen<Guid>?, false);
- Eval(10796, o is NotEmptyStructGen<Guid>?[], false);
- Eval(10797, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10798, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10799, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10800, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10789, o is EmptyStructGen<int>, false);
+// Eval(10790, o is EmptyStructGen<int>[], false);
+// Eval(10791, o is EmptyStructGen<int>?, false);
+// Eval(10792, o is EmptyStructGen<int>?[], false);
+// Eval(10793, o is NotEmptyStructGen<Guid>, false);
+// Eval(10794, o is NotEmptyStructGen<Guid>[], false);
+// Eval(10795, o is NotEmptyStructGen<Guid>?, false);
+// Eval(10796, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(10797, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10798, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10799, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10800, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10801, o is NestedStruct, false);
Eval(10802, o is NestedStruct[], false);
Eval(10803, o is NestedStruct?, false);
Eval(10804, o is NestedStruct?[], false);
- Eval(10805, o is NestedStructGen<Decimal>, false);
- Eval(10806, o is NestedStructGen<Decimal>[], false);
- Eval(10807, o is NestedStructGen<Decimal>?, false);
- Eval(10808, o is NestedStructGen<Decimal>?[], false);
+// Eval(10805, o is NestedStructGen<Decimal>, false);
+// Eval(10806, o is NestedStructGen<Decimal>[], false);
+// Eval(10807, o is NestedStructGen<Decimal>?, false);
+// Eval(10808, o is NestedStructGen<Decimal>?[], false);
Eval(10809, o is ExplicitFieldOffsetStruct, false);
Eval(10810, o is ExplicitFieldOffsetStruct[], false);
Eval(10811, o is ExplicitFieldOffsetStruct?, false);
@@ -9520,18 +9520,18 @@ internal class Program
Eval(10830, o is ImplementTwoInterface[], false);
Eval(10831, o is ImplementTwoInterface?, false);
Eval(10832, o is ImplementTwoInterface?[], false);
- Eval(10833, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(10834, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(10835, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(10836, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(10837, o is ImplementTwoInterfaceGen<int>, false);
- Eval(10838, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(10839, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(10840, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(10841, o is ImplementAllInterface<int>, false);
- Eval(10842, o is ImplementAllInterface<int>[], false);
- Eval(10843, o is ImplementAllInterface<int>?, false);
- Eval(10844, o is ImplementAllInterface<int>?[], false);
+// Eval(10833, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(10834, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(10835, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(10836, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(10837, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(10838, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(10839, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(10840, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(10841, o is ImplementAllInterface<int>, false);
+// Eval(10842, o is ImplementAllInterface<int>[], false);
+// Eval(10843, o is ImplementAllInterface<int>?, false);
+// Eval(10844, o is ImplementAllInterface<int>?[], false);
Eval(10845, o is IntE, false);
Eval(10846, o is IntE[], false);
Eval(10847, o is IntE?, false);
@@ -9630,38 +9630,38 @@ internal class Program
Eval(10940, o is IEmpty[], false);
Eval(10941, o is INotEmpty, false);
Eval(10942, o is INotEmpty[], false);
- Eval(10943, o is IEmptyGen<int>, false);
- Eval(10944, o is IEmptyGen<int>[], false);
- Eval(10945, o is INotEmptyGen<int>, false);
- Eval(10946, o is INotEmptyGen<int>[], false);
+// Eval(10943, o is IEmptyGen<int>, false);
+// Eval(10944, o is IEmptyGen<int>[], false);
+// Eval(10945, o is INotEmptyGen<int>, false);
+// Eval(10946, o is INotEmptyGen<int>[], false);
Eval(10947, o is SimpleDelegate, false);
Eval(10948, o is SimpleDelegate[], false);
- Eval(10949, o is GenericDelegate<int>, false);
- Eval(10950, o is GenericDelegate<int>[], false);
+// Eval(10949, o is GenericDelegate<int>, false);
+// Eval(10950, o is GenericDelegate<int>[], false);
Eval(10951, o is EmptyClass, false);
Eval(10952, o is EmptyClass[], false);
Eval(10953, o is NotEmptyClass, false);
Eval(10954, o is NotEmptyClass[], false);
- Eval(10955, o is EmptyClassGen<int>, false);
- Eval(10956, o is EmptyClassGen<int>[], false);
- Eval(10957, o is NotEmptyClassGen<Guid>, false);
- Eval(10958, o is NotEmptyClassGen<Guid>[], false);
- Eval(10959, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(10960, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(10955, o is EmptyClassGen<int>, false);
+// Eval(10956, o is EmptyClassGen<int>[], false);
+// Eval(10957, o is NotEmptyClassGen<Guid>, false);
+// Eval(10958, o is NotEmptyClassGen<Guid>[], false);
+// Eval(10959, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(10960, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(10961, o is NestedClass, false);
Eval(10962, o is NestedClass[], false);
- Eval(10963, o is NestedClassGen<Decimal>, false);
- Eval(10964, o is NestedClassGen<Decimal>[], false);
+// Eval(10963, o is NestedClassGen<Decimal>, false);
+// Eval(10964, o is NestedClassGen<Decimal>[], false);
Eval(10965, o is ImplementOneInterfaceC, false);
Eval(10966, o is ImplementOneInterfaceC[], false);
Eval(10967, o is ImplementTwoInterfaceC, false);
Eval(10968, o is ImplementTwoInterfaceC[], false);
- Eval(10969, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(10970, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(10971, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(10972, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(10973, o is ImplementAllInterfaceC<int>, false);
- Eval(10974, o is ImplementAllInterfaceC<int>[], false);
+// Eval(10969, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(10970, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(10971, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(10972, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(10973, o is ImplementAllInterfaceC<int>, false);
+// Eval(10974, o is ImplementAllInterfaceC<int>[], false);
Eval(10975, o is SealedClass, false);
Eval(10976, o is SealedClass[], false);
}
@@ -9676,26 +9676,26 @@ internal class Program
Eval(10982, o is NotEmptyStruct[], false);
Eval(10983, o is NotEmptyStruct?, false);
Eval(10984, o is NotEmptyStruct?[], false);
- Eval(10985, o is EmptyStructGen<int>, false);
- Eval(10986, o is EmptyStructGen<int>[], false);
- Eval(10987, o is EmptyStructGen<int>?, false);
- Eval(10988, o is EmptyStructGen<int>?[], false);
- Eval(10989, o is NotEmptyStructGen<Guid>, false);
- Eval(10990, o is NotEmptyStructGen<Guid>[], false);
- Eval(10991, o is NotEmptyStructGen<Guid>?, false);
- Eval(10992, o is NotEmptyStructGen<Guid>?[], false);
- Eval(10993, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10994, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10995, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10996, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10985, o is EmptyStructGen<int>, false);
+// Eval(10986, o is EmptyStructGen<int>[], false);
+// Eval(10987, o is EmptyStructGen<int>?, false);
+// Eval(10988, o is EmptyStructGen<int>?[], false);
+// Eval(10989, o is NotEmptyStructGen<Guid>, false);
+// Eval(10990, o is NotEmptyStructGen<Guid>[], false);
+// Eval(10991, o is NotEmptyStructGen<Guid>?, false);
+// Eval(10992, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(10993, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10994, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10995, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10996, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10997, o is NestedStruct, false);
Eval(10998, o is NestedStruct[], false);
Eval(10999, o is NestedStruct?, false);
Eval(11000, o is NestedStruct?[], false);
- Eval(11001, o is NestedStructGen<Decimal>, false);
- Eval(11002, o is NestedStructGen<Decimal>[], false);
- Eval(11003, o is NestedStructGen<Decimal>?, false);
- Eval(11004, o is NestedStructGen<Decimal>?[], false);
+// Eval(11001, o is NestedStructGen<Decimal>, false);
+// Eval(11002, o is NestedStructGen<Decimal>[], false);
+// Eval(11003, o is NestedStructGen<Decimal>?, false);
+// Eval(11004, o is NestedStructGen<Decimal>?[], false);
Eval(11005, o is ExplicitFieldOffsetStruct, false);
Eval(11006, o is ExplicitFieldOffsetStruct[], false);
Eval(11007, o is ExplicitFieldOffsetStruct?, false);
@@ -9712,18 +9712,18 @@ internal class Program
Eval(11026, o is ImplementTwoInterface[], false);
Eval(11027, o is ImplementTwoInterface?, false);
Eval(11028, o is ImplementTwoInterface?[], false);
- Eval(11029, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(11030, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(11031, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(11032, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(11033, o is ImplementTwoInterfaceGen<int>, false);
- Eval(11034, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(11035, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(11036, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(11037, o is ImplementAllInterface<int>, false);
- Eval(11038, o is ImplementAllInterface<int>[], false);
- Eval(11039, o is ImplementAllInterface<int>?, false);
- Eval(11040, o is ImplementAllInterface<int>?[], false);
+// Eval(11029, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(11030, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(11031, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(11032, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(11033, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(11034, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(11035, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(11036, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(11037, o is ImplementAllInterface<int>, false);
+// Eval(11038, o is ImplementAllInterface<int>[], false);
+// Eval(11039, o is ImplementAllInterface<int>?, false);
+// Eval(11040, o is ImplementAllInterface<int>?[], false);
Eval(11041, o is IntE, false);
Eval(11042, o is IntE[], false);
Eval(11043, o is IntE?, false);
@@ -9822,38 +9822,38 @@ internal class Program
Eval(11136, o is IEmpty[], false);
Eval(11137, o is INotEmpty, false);
Eval(11138, o is INotEmpty[], false);
- Eval(11139, o is IEmptyGen<int>, false);
- Eval(11140, o is IEmptyGen<int>[], false);
- Eval(11141, o is INotEmptyGen<int>, false);
- Eval(11142, o is INotEmptyGen<int>[], false);
+// Eval(11139, o is IEmptyGen<int>, false);
+// Eval(11140, o is IEmptyGen<int>[], false);
+// Eval(11141, o is INotEmptyGen<int>, false);
+// Eval(11142, o is INotEmptyGen<int>[], false);
Eval(11143, o is SimpleDelegate, false);
Eval(11144, o is SimpleDelegate[], false);
- Eval(11145, o is GenericDelegate<int>, false);
- Eval(11146, o is GenericDelegate<int>[], false);
+// Eval(11145, o is GenericDelegate<int>, false);
+// Eval(11146, o is GenericDelegate<int>[], false);
Eval(11147, o is EmptyClass, false);
Eval(11148, o is EmptyClass[], false);
Eval(11149, o is NotEmptyClass, false);
Eval(11150, o is NotEmptyClass[], false);
- Eval(11151, o is EmptyClassGen<int>, false);
- Eval(11152, o is EmptyClassGen<int>[], false);
- Eval(11153, o is NotEmptyClassGen<Guid>, false);
- Eval(11154, o is NotEmptyClassGen<Guid>[], false);
- Eval(11155, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(11156, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(11151, o is EmptyClassGen<int>, false);
+// Eval(11152, o is EmptyClassGen<int>[], false);
+// Eval(11153, o is NotEmptyClassGen<Guid>, false);
+// Eval(11154, o is NotEmptyClassGen<Guid>[], false);
+// Eval(11155, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(11156, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(11157, o is NestedClass, false);
Eval(11158, o is NestedClass[], false);
- Eval(11159, o is NestedClassGen<Decimal>, false);
- Eval(11160, o is NestedClassGen<Decimal>[], false);
+// Eval(11159, o is NestedClassGen<Decimal>, false);
+// Eval(11160, o is NestedClassGen<Decimal>[], false);
Eval(11161, o is ImplementOneInterfaceC, false);
Eval(11162, o is ImplementOneInterfaceC[], false);
Eval(11163, o is ImplementTwoInterfaceC, false);
Eval(11164, o is ImplementTwoInterfaceC[], false);
- Eval(11165, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(11166, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(11167, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(11168, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(11169, o is ImplementAllInterfaceC<int>, false);
- Eval(11170, o is ImplementAllInterfaceC<int>[], false);
+// Eval(11165, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(11166, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(11167, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(11168, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(11169, o is ImplementAllInterfaceC<int>, false);
+// Eval(11170, o is ImplementAllInterfaceC<int>[], false);
Eval(11171, o is SealedClass, false);
Eval(11172, o is SealedClass[], false);
}
@@ -9871,26 +9871,26 @@ internal class Program
Eval(11178, o is NotEmptyStruct[], false);
Eval(11179, o is NotEmptyStruct?, false);
Eval(11180, o is NotEmptyStruct?[], false);
- Eval(11181, o is EmptyStructGen<int>, false);
- Eval(11182, o is EmptyStructGen<int>[], false);
- Eval(11183, o is EmptyStructGen<int>?, false);
- Eval(11184, o is EmptyStructGen<int>?[], false);
- Eval(11185, o is NotEmptyStructGen<Guid>, false);
- Eval(11186, o is NotEmptyStructGen<Guid>[], false);
- Eval(11187, o is NotEmptyStructGen<Guid>?, false);
- Eval(11188, o is NotEmptyStructGen<Guid>?[], false);
- Eval(11189, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(11190, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(11191, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(11192, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(11181, o is EmptyStructGen<int>, false);
+// Eval(11182, o is EmptyStructGen<int>[], false);
+// Eval(11183, o is EmptyStructGen<int>?, false);
+// Eval(11184, o is EmptyStructGen<int>?[], false);
+// Eval(11185, o is NotEmptyStructGen<Guid>, false);
+// Eval(11186, o is NotEmptyStructGen<Guid>[], false);
+// Eval(11187, o is NotEmptyStructGen<Guid>?, false);
+// Eval(11188, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(11189, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(11190, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(11191, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(11192, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(11193, o is NestedStruct, false);
Eval(11194, o is NestedStruct[], false);
Eval(11195, o is NestedStruct?, false);
Eval(11196, o is NestedStruct?[], false);
- Eval(11197, o is NestedStructGen<Decimal>, false);
- Eval(11198, o is NestedStructGen<Decimal>[], false);
- Eval(11199, o is NestedStructGen<Decimal>?, false);
- Eval(11200, o is NestedStructGen<Decimal>?[], false);
+// Eval(11197, o is NestedStructGen<Decimal>, false);
+// Eval(11198, o is NestedStructGen<Decimal>[], false);
+// Eval(11199, o is NestedStructGen<Decimal>?, false);
+// Eval(11200, o is NestedStructGen<Decimal>?[], false);
Eval(11201, o is ExplicitFieldOffsetStruct, false);
Eval(11202, o is ExplicitFieldOffsetStruct[], false);
Eval(11203, o is ExplicitFieldOffsetStruct?, false);
@@ -9907,18 +9907,18 @@ internal class Program
Eval(11222, o is ImplementTwoInterface[], false);
Eval(11223, o is ImplementTwoInterface?, false);
Eval(11224, o is ImplementTwoInterface?[], false);
- Eval(11225, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(11226, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(11227, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(11228, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(11229, o is ImplementTwoInterfaceGen<int>, false);
- Eval(11230, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(11231, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(11232, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(11233, o is ImplementAllInterface<int>, false);
- Eval(11234, o is ImplementAllInterface<int>[], false);
- Eval(11235, o is ImplementAllInterface<int>?, false);
- Eval(11236, o is ImplementAllInterface<int>?[], false);
+// Eval(11225, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(11226, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(11227, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(11228, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(11229, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(11230, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(11231, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(11232, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(11233, o is ImplementAllInterface<int>, false);
+// Eval(11234, o is ImplementAllInterface<int>[], false);
+// Eval(11235, o is ImplementAllInterface<int>?, false);
+// Eval(11236, o is ImplementAllInterface<int>?[], false);
Eval(11237, o is IntE, false);
Eval(11238, o is IntE[], false);
Eval(11239, o is IntE?, false);
@@ -10017,38 +10017,38 @@ internal class Program
Eval(11332, o is IEmpty[], false);
Eval(11333, o is INotEmpty, false);
Eval(11334, o is INotEmpty[], false);
- Eval(11335, o is IEmptyGen<int>, false);
- Eval(11336, o is IEmptyGen<int>[], false);
- Eval(11337, o is INotEmptyGen<int>, false);
- Eval(11338, o is INotEmptyGen<int>[], false);
+// Eval(11335, o is IEmptyGen<int>, false);
+// Eval(11336, o is IEmptyGen<int>[], false);
+// Eval(11337, o is INotEmptyGen<int>, false);
+// Eval(11338, o is INotEmptyGen<int>[], false);
Eval(11339, o is SimpleDelegate, false);
Eval(11340, o is SimpleDelegate[], false);
- Eval(11341, o is GenericDelegate<int>, false);
- Eval(11342, o is GenericDelegate<int>[], false);
+// Eval(11341, o is GenericDelegate<int>, false);
+// Eval(11342, o is GenericDelegate<int>[], false);
Eval(11343, o is EmptyClass, false);
Eval(11344, o is EmptyClass[], false);
Eval(11345, o is NotEmptyClass, false);
Eval(11346, o is NotEmptyClass[], false);
- Eval(11347, o is EmptyClassGen<int>, false);
- Eval(11348, o is EmptyClassGen<int>[], false);
- Eval(11349, o is NotEmptyClassGen<Guid>, false);
- Eval(11350, o is NotEmptyClassGen<Guid>[], false);
- Eval(11351, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(11352, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(11347, o is EmptyClassGen<int>, false);
+// Eval(11348, o is EmptyClassGen<int>[], false);
+// Eval(11349, o is NotEmptyClassGen<Guid>, false);
+// Eval(11350, o is NotEmptyClassGen<Guid>[], false);
+// Eval(11351, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(11352, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(11353, o is NestedClass, false);
Eval(11354, o is NestedClass[], false);
- Eval(11355, o is NestedClassGen<Decimal>, false);
- Eval(11356, o is NestedClassGen<Decimal>[], false);
+// Eval(11355, o is NestedClassGen<Decimal>, false);
+// Eval(11356, o is NestedClassGen<Decimal>[], false);
Eval(11357, o is ImplementOneInterfaceC, false);
Eval(11358, o is ImplementOneInterfaceC[], false);
Eval(11359, o is ImplementTwoInterfaceC, false);
Eval(11360, o is ImplementTwoInterfaceC[], false);
- Eval(11361, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(11362, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(11363, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(11364, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(11365, o is ImplementAllInterfaceC<int>, false);
- Eval(11366, o is ImplementAllInterfaceC<int>[], false);
+// Eval(11361, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(11362, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(11363, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(11364, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(11365, o is ImplementAllInterfaceC<int>, false);
+// Eval(11366, o is ImplementAllInterfaceC<int>[], false);
Eval(11367, o is SealedClass, false);
Eval(11368, o is SealedClass[], false);
}
@@ -10063,26 +10063,26 @@ internal class Program
Eval(11374, o is NotEmptyStruct[], false);
Eval(11375, o is NotEmptyStruct?, false);
Eval(11376, o is NotEmptyStruct?[], false);
- Eval(11377, o is EmptyStructGen<int>, false);
- Eval(11378, o is EmptyStructGen<int>[], false);
- Eval(11379, o is EmptyStructGen<int>?, false);
- Eval(11380, o is EmptyStructGen<int>?[], false);
- Eval(11381, o is NotEmptyStructGen<Guid>, false);
- Eval(11382, o is NotEmptyStructGen<Guid>[], false);
- Eval(11383, o is NotEmptyStructGen<Guid>?, false);
- Eval(11384, o is NotEmptyStructGen<Guid>?[], false);
- Eval(11385, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(11386, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(11387, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(11388, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(11377, o is EmptyStructGen<int>, false);
+// Eval(11378, o is EmptyStructGen<int>[], false);
+// Eval(11379, o is EmptyStructGen<int>?, false);
+// Eval(11380, o is EmptyStructGen<int>?[], false);
+// Eval(11381, o is NotEmptyStructGen<Guid>, false);
+// Eval(11382, o is NotEmptyStructGen<Guid>[], false);
+// Eval(11383, o is NotEmptyStructGen<Guid>?, false);
+// Eval(11384, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(11385, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(11386, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(11387, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(11388, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(11389, o is NestedStruct, false);
Eval(11390, o is NestedStruct[], false);
Eval(11391, o is NestedStruct?, false);
Eval(11392, o is NestedStruct?[], false);
- Eval(11393, o is NestedStructGen<Decimal>, false);
- Eval(11394, o is NestedStructGen<Decimal>[], false);
- Eval(11395, o is NestedStructGen<Decimal>?, false);
- Eval(11396, o is NestedStructGen<Decimal>?[], false);
+// Eval(11393, o is NestedStructGen<Decimal>, false);
+// Eval(11394, o is NestedStructGen<Decimal>[], false);
+// Eval(11395, o is NestedStructGen<Decimal>?, false);
+// Eval(11396, o is NestedStructGen<Decimal>?[], false);
Eval(11397, o is ExplicitFieldOffsetStruct, false);
Eval(11398, o is ExplicitFieldOffsetStruct[], false);
Eval(11399, o is ExplicitFieldOffsetStruct?, false);
@@ -10099,18 +10099,18 @@ internal class Program
Eval(11418, o is ImplementTwoInterface[], false);
Eval(11419, o is ImplementTwoInterface?, false);
Eval(11420, o is ImplementTwoInterface?[], false);
- Eval(11421, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(11422, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(11423, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(11424, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(11425, o is ImplementTwoInterfaceGen<int>, false);
- Eval(11426, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(11427, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(11428, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(11429, o is ImplementAllInterface<int>, false);
- Eval(11430, o is ImplementAllInterface<int>[], false);
- Eval(11431, o is ImplementAllInterface<int>?, false);
- Eval(11432, o is ImplementAllInterface<int>?[], false);
+// Eval(11421, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(11422, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(11423, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(11424, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(11425, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(11426, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(11427, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(11428, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(11429, o is ImplementAllInterface<int>, false);
+// Eval(11430, o is ImplementAllInterface<int>[], false);
+// Eval(11431, o is ImplementAllInterface<int>?, false);
+// Eval(11432, o is ImplementAllInterface<int>?[], false);
Eval(11433, o is IntE, false);
Eval(11434, o is IntE[], false);
Eval(11435, o is IntE?, false);
@@ -10209,38 +10209,38 @@ internal class Program
Eval(11528, o is IEmpty[], false);
Eval(11529, o is INotEmpty, false);
Eval(11530, o is INotEmpty[], false);
- Eval(11531, o is IEmptyGen<int>, false);
- Eval(11532, o is IEmptyGen<int>[], false);
- Eval(11533, o is INotEmptyGen<int>, false);
- Eval(11534, o is INotEmptyGen<int>[], false);
+// Eval(11531, o is IEmptyGen<int>, false);
+// Eval(11532, o is IEmptyGen<int>[], false);
+// Eval(11533, o is INotEmptyGen<int>, false);
+// Eval(11534, o is INotEmptyGen<int>[], false);
Eval(11535, o is SimpleDelegate, false);
Eval(11536, o is SimpleDelegate[], false);
- Eval(11537, o is GenericDelegate<int>, false);
- Eval(11538, o is GenericDelegate<int>[], false);
+// Eval(11537, o is GenericDelegate<int>, false);
+// Eval(11538, o is GenericDelegate<int>[], false);
Eval(11539, o is EmptyClass, false);
Eval(11540, o is EmptyClass[], false);
Eval(11541, o is NotEmptyClass, false);
Eval(11542, o is NotEmptyClass[], false);
- Eval(11543, o is EmptyClassGen<int>, false);
- Eval(11544, o is EmptyClassGen<int>[], false);
- Eval(11545, o is NotEmptyClassGen<Guid>, false);
- Eval(11546, o is NotEmptyClassGen<Guid>[], false);
- Eval(11547, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(11548, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(11543, o is EmptyClassGen<int>, false);
+// Eval(11544, o is EmptyClassGen<int>[], false);
+// Eval(11545, o is NotEmptyClassGen<Guid>, false);
+// Eval(11546, o is NotEmptyClassGen<Guid>[], false);
+// Eval(11547, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(11548, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(11549, o is NestedClass, false);
Eval(11550, o is NestedClass[], false);
- Eval(11551, o is NestedClassGen<Decimal>, false);
- Eval(11552, o is NestedClassGen<Decimal>[], false);
+// Eval(11551, o is NestedClassGen<Decimal>, false);
+// Eval(11552, o is NestedClassGen<Decimal>[], false);
Eval(11553, o is ImplementOneInterfaceC, false);
Eval(11554, o is ImplementOneInterfaceC[], false);
Eval(11555, o is ImplementTwoInterfaceC, false);
Eval(11556, o is ImplementTwoInterfaceC[], false);
- Eval(11557, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(11558, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(11559, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(11560, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(11561, o is ImplementAllInterfaceC<int>, false);
- Eval(11562, o is ImplementAllInterfaceC<int>[], false);
+// Eval(11557, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(11558, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(11559, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(11560, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(11561, o is ImplementAllInterfaceC<int>, false);
+// Eval(11562, o is ImplementAllInterfaceC<int>[], false);
Eval(11563, o is SealedClass, false);
Eval(11564, o is SealedClass[], false);
}
@@ -10255,26 +10255,26 @@ internal class Program
Eval(11570, o is NotEmptyStruct[], false);
Eval(11571, o is NotEmptyStruct?, false);
Eval(11572, o is NotEmptyStruct?[], false);
- Eval(11573, o is EmptyStructGen<int>, false);
- Eval(11574, o is EmptyStructGen<int>[], false);
- Eval(11575, o is EmptyStructGen<int>?, false);
- Eval(11576, o is EmptyStructGen<int>?[], false);
- Eval(11577, o is NotEmptyStructGen<Guid>, false);
- Eval(11578, o is NotEmptyStructGen<Guid>[], false);
- Eval(11579, o is NotEmptyStructGen<Guid>?, false);
- Eval(11580, o is NotEmptyStructGen<Guid>?[], false);
- Eval(11581, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(11582, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(11583, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(11584, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(11573, o is EmptyStructGen<int>, false);
+// Eval(11574, o is EmptyStructGen<int>[], false);
+// Eval(11575, o is EmptyStructGen<int>?, false);
+// Eval(11576, o is EmptyStructGen<int>?[], false);
+// Eval(11577, o is NotEmptyStructGen<Guid>, false);
+// Eval(11578, o is NotEmptyStructGen<Guid>[], false);
+// Eval(11579, o is NotEmptyStructGen<Guid>?, false);
+// Eval(11580, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(11581, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(11582, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(11583, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(11584, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(11585, o is NestedStruct, false);
Eval(11586, o is NestedStruct[], false);
Eval(11587, o is NestedStruct?, false);
Eval(11588, o is NestedStruct?[], false);
- Eval(11589, o is NestedStructGen<Decimal>, false);
- Eval(11590, o is NestedStructGen<Decimal>[], false);
- Eval(11591, o is NestedStructGen<Decimal>?, false);
- Eval(11592, o is NestedStructGen<Decimal>?[], false);
+// Eval(11589, o is NestedStructGen<Decimal>, false);
+// Eval(11590, o is NestedStructGen<Decimal>[], false);
+// Eval(11591, o is NestedStructGen<Decimal>?, false);
+// Eval(11592, o is NestedStructGen<Decimal>?[], false);
Eval(11593, o is ExplicitFieldOffsetStruct, false);
Eval(11594, o is ExplicitFieldOffsetStruct[], false);
Eval(11595, o is ExplicitFieldOffsetStruct?, false);
@@ -10291,18 +10291,18 @@ internal class Program
Eval(11614, o is ImplementTwoInterface[], false);
Eval(11615, o is ImplementTwoInterface?, false);
Eval(11616, o is ImplementTwoInterface?[], false);
- Eval(11617, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(11618, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(11619, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(11620, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(11621, o is ImplementTwoInterfaceGen<int>, false);
- Eval(11622, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(11623, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(11624, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(11625, o is ImplementAllInterface<int>, false);
- Eval(11626, o is ImplementAllInterface<int>[], false);
- Eval(11627, o is ImplementAllInterface<int>?, false);
- Eval(11628, o is ImplementAllInterface<int>?[], false);
+// Eval(11617, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(11618, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(11619, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(11620, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(11621, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(11622, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(11623, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(11624, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(11625, o is ImplementAllInterface<int>, false);
+// Eval(11626, o is ImplementAllInterface<int>[], false);
+// Eval(11627, o is ImplementAllInterface<int>?, false);
+// Eval(11628, o is ImplementAllInterface<int>?[], false);
Eval(11629, o is IntE, false);
Eval(11630, o is IntE[], false);
Eval(11631, o is IntE?, false);
@@ -10401,38 +10401,38 @@ internal class Program
Eval(11724, o is IEmpty[], false);
Eval(11725, o is INotEmpty, false);
Eval(11726, o is INotEmpty[], false);
- Eval(11727, o is IEmptyGen<int>, false);
- Eval(11728, o is IEmptyGen<int>[], false);
- Eval(11729, o is INotEmptyGen<int>, false);
- Eval(11730, o is INotEmptyGen<int>[], false);
+// Eval(11727, o is IEmptyGen<int>, false);
+// Eval(11728, o is IEmptyGen<int>[], false);
+// Eval(11729, o is INotEmptyGen<int>, false);
+// Eval(11730, o is INotEmptyGen<int>[], false);
Eval(11731, o is SimpleDelegate, false);
Eval(11732, o is SimpleDelegate[], false);
- Eval(11733, o is GenericDelegate<int>, false);
- Eval(11734, o is GenericDelegate<int>[], false);
+// Eval(11733, o is GenericDelegate<int>, false);
+// Eval(11734, o is GenericDelegate<int>[], false);
Eval(11735, o is EmptyClass, false);
Eval(11736, o is EmptyClass[], false);
Eval(11737, o is NotEmptyClass, false);
Eval(11738, o is NotEmptyClass[], false);
- Eval(11739, o is EmptyClassGen<int>, false);
- Eval(11740, o is EmptyClassGen<int>[], false);
- Eval(11741, o is NotEmptyClassGen<Guid>, false);
- Eval(11742, o is NotEmptyClassGen<Guid>[], false);
- Eval(11743, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(11744, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(11739, o is EmptyClassGen<int>, false);
+// Eval(11740, o is EmptyClassGen<int>[], false);
+// Eval(11741, o is NotEmptyClassGen<Guid>, false);
+// Eval(11742, o is NotEmptyClassGen<Guid>[], false);
+// Eval(11743, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(11744, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(11745, o is NestedClass, false);
Eval(11746, o is NestedClass[], false);
- Eval(11747, o is NestedClassGen<Decimal>, false);
- Eval(11748, o is NestedClassGen<Decimal>[], false);
+// Eval(11747, o is NestedClassGen<Decimal>, false);
+// Eval(11748, o is NestedClassGen<Decimal>[], false);
Eval(11749, o is ImplementOneInterfaceC, false);
Eval(11750, o is ImplementOneInterfaceC[], false);
Eval(11751, o is ImplementTwoInterfaceC, false);
Eval(11752, o is ImplementTwoInterfaceC[], false);
- Eval(11753, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(11754, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(11755, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(11756, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(11757, o is ImplementAllInterfaceC<int>, false);
- Eval(11758, o is ImplementAllInterfaceC<int>[], false);
+// Eval(11753, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(11754, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(11755, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(11756, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(11757, o is ImplementAllInterfaceC<int>, false);
+// Eval(11758, o is ImplementAllInterfaceC<int>[], false);
Eval(11759, o is SealedClass, false);
Eval(11760, o is SealedClass[], false);
}
@@ -10450,26 +10450,26 @@ internal class Program
Eval(11766, o is NotEmptyStruct[], false);
Eval(11767, o is NotEmptyStruct?, false);
Eval(11768, o is NotEmptyStruct?[], false);
- Eval(11769, o is EmptyStructGen<int>, false);
- Eval(11770, o is EmptyStructGen<int>[], false);
- Eval(11771, o is EmptyStructGen<int>?, false);
- Eval(11772, o is EmptyStructGen<int>?[], false);
- Eval(11773, o is NotEmptyStructGen<Guid>, false);
- Eval(11774, o is NotEmptyStructGen<Guid>[], false);
- Eval(11775, o is NotEmptyStructGen<Guid>?, false);
- Eval(11776, o is NotEmptyStructGen<Guid>?[], false);
- Eval(11777, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(11778, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(11779, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(11780, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(11769, o is EmptyStructGen<int>, false);
+// Eval(11770, o is EmptyStructGen<int>[], false);
+// Eval(11771, o is EmptyStructGen<int>?, false);
+// Eval(11772, o is EmptyStructGen<int>?[], false);
+// Eval(11773, o is NotEmptyStructGen<Guid>, false);
+// Eval(11774, o is NotEmptyStructGen<Guid>[], false);
+// Eval(11775, o is NotEmptyStructGen<Guid>?, false);
+// Eval(11776, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(11777, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(11778, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(11779, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(11780, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(11781, o is NestedStruct, false);
Eval(11782, o is NestedStruct[], false);
Eval(11783, o is NestedStruct?, false);
Eval(11784, o is NestedStruct?[], false);
- Eval(11785, o is NestedStructGen<Decimal>, false);
- Eval(11786, o is NestedStructGen<Decimal>[], false);
- Eval(11787, o is NestedStructGen<Decimal>?, false);
- Eval(11788, o is NestedStructGen<Decimal>?[], false);
+// Eval(11785, o is NestedStructGen<Decimal>, false);
+// Eval(11786, o is NestedStructGen<Decimal>[], false);
+// Eval(11787, o is NestedStructGen<Decimal>?, false);
+// Eval(11788, o is NestedStructGen<Decimal>?[], false);
Eval(11789, o is ExplicitFieldOffsetStruct, false);
Eval(11790, o is ExplicitFieldOffsetStruct[], false);
Eval(11791, o is ExplicitFieldOffsetStruct?, false);
@@ -10486,18 +10486,18 @@ internal class Program
Eval(11810, o is ImplementTwoInterface[], false);
Eval(11811, o is ImplementTwoInterface?, false);
Eval(11812, o is ImplementTwoInterface?[], false);
- Eval(11813, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(11814, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(11815, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(11816, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(11817, o is ImplementTwoInterfaceGen<int>, false);
- Eval(11818, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(11819, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(11820, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(11821, o is ImplementAllInterface<int>, false);
- Eval(11822, o is ImplementAllInterface<int>[], false);
- Eval(11823, o is ImplementAllInterface<int>?, false);
- Eval(11824, o is ImplementAllInterface<int>?[], false);
+// Eval(11813, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(11814, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(11815, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(11816, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(11817, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(11818, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(11819, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(11820, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(11821, o is ImplementAllInterface<int>, false);
+// Eval(11822, o is ImplementAllInterface<int>[], false);
+// Eval(11823, o is ImplementAllInterface<int>?, false);
+// Eval(11824, o is ImplementAllInterface<int>?[], false);
Eval(11825, o is IntE, false);
Eval(11826, o is IntE[], false);
Eval(11827, o is IntE?, false);
@@ -10596,38 +10596,38 @@ internal class Program
Eval(11920, o is IEmpty[], false);
Eval(11921, o is INotEmpty, false);
Eval(11922, o is INotEmpty[], false);
- Eval(11923, o is IEmptyGen<int>, false);
- Eval(11924, o is IEmptyGen<int>[], false);
- Eval(11925, o is INotEmptyGen<int>, false);
- Eval(11926, o is INotEmptyGen<int>[], false);
+// Eval(11923, o is IEmptyGen<int>, false);
+// Eval(11924, o is IEmptyGen<int>[], false);
+// Eval(11925, o is INotEmptyGen<int>, false);
+// Eval(11926, o is INotEmptyGen<int>[], false);
Eval(11927, o is SimpleDelegate, false);
Eval(11928, o is SimpleDelegate[], false);
- Eval(11929, o is GenericDelegate<int>, false);
- Eval(11930, o is GenericDelegate<int>[], false);
+// Eval(11929, o is GenericDelegate<int>, false);
+// Eval(11930, o is GenericDelegate<int>[], false);
Eval(11931, o is EmptyClass, false);
Eval(11932, o is EmptyClass[], false);
Eval(11933, o is NotEmptyClass, false);
Eval(11934, o is NotEmptyClass[], false);
- Eval(11935, o is EmptyClassGen<int>, false);
- Eval(11936, o is EmptyClassGen<int>[], false);
- Eval(11937, o is NotEmptyClassGen<Guid>, false);
- Eval(11938, o is NotEmptyClassGen<Guid>[], false);
- Eval(11939, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(11940, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(11935, o is EmptyClassGen<int>, false);
+// Eval(11936, o is EmptyClassGen<int>[], false);
+// Eval(11937, o is NotEmptyClassGen<Guid>, false);
+// Eval(11938, o is NotEmptyClassGen<Guid>[], false);
+// Eval(11939, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(11940, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(11941, o is NestedClass, false);
Eval(11942, o is NestedClass[], false);
- Eval(11943, o is NestedClassGen<Decimal>, false);
- Eval(11944, o is NestedClassGen<Decimal>[], false);
+// Eval(11943, o is NestedClassGen<Decimal>, false);
+// Eval(11944, o is NestedClassGen<Decimal>[], false);
Eval(11945, o is ImplementOneInterfaceC, false);
Eval(11946, o is ImplementOneInterfaceC[], false);
Eval(11947, o is ImplementTwoInterfaceC, false);
Eval(11948, o is ImplementTwoInterfaceC[], false);
- Eval(11949, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(11950, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(11951, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(11952, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(11953, o is ImplementAllInterfaceC<int>, false);
- Eval(11954, o is ImplementAllInterfaceC<int>[], false);
+// Eval(11949, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(11950, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(11951, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(11952, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(11953, o is ImplementAllInterfaceC<int>, false);
+// Eval(11954, o is ImplementAllInterfaceC<int>[], false);
Eval(11955, o is SealedClass, false);
Eval(11956, o is SealedClass[], false);
}
@@ -10642,26 +10642,26 @@ internal class Program
Eval(11962, o is NotEmptyStruct[], false);
Eval(11963, o is NotEmptyStruct?, false);
Eval(11964, o is NotEmptyStruct?[], false);
- Eval(11965, o is EmptyStructGen<int>, false);
- Eval(11966, o is EmptyStructGen<int>[], false);
- Eval(11967, o is EmptyStructGen<int>?, false);
- Eval(11968, o is EmptyStructGen<int>?[], false);
- Eval(11969, o is NotEmptyStructGen<Guid>, false);
- Eval(11970, o is NotEmptyStructGen<Guid>[], false);
- Eval(11971, o is NotEmptyStructGen<Guid>?, false);
- Eval(11972, o is NotEmptyStructGen<Guid>?[], false);
- Eval(11973, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(11974, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(11975, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(11976, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(11965, o is EmptyStructGen<int>, false);
+// Eval(11966, o is EmptyStructGen<int>[], false);
+// Eval(11967, o is EmptyStructGen<int>?, false);
+// Eval(11968, o is EmptyStructGen<int>?[], false);
+// Eval(11969, o is NotEmptyStructGen<Guid>, false);
+// Eval(11970, o is NotEmptyStructGen<Guid>[], false);
+// Eval(11971, o is NotEmptyStructGen<Guid>?, false);
+// Eval(11972, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(11973, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(11974, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(11975, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(11976, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(11977, o is NestedStruct, false);
Eval(11978, o is NestedStruct[], false);
Eval(11979, o is NestedStruct?, false);
Eval(11980, o is NestedStruct?[], false);
- Eval(11981, o is NestedStructGen<Decimal>, false);
- Eval(11982, o is NestedStructGen<Decimal>[], false);
- Eval(11983, o is NestedStructGen<Decimal>?, false);
- Eval(11984, o is NestedStructGen<Decimal>?[], false);
+// Eval(11981, o is NestedStructGen<Decimal>, false);
+// Eval(11982, o is NestedStructGen<Decimal>[], false);
+// Eval(11983, o is NestedStructGen<Decimal>?, false);
+// Eval(11984, o is NestedStructGen<Decimal>?[], false);
Eval(11985, o is ExplicitFieldOffsetStruct, false);
Eval(11986, o is ExplicitFieldOffsetStruct[], false);
Eval(11987, o is ExplicitFieldOffsetStruct?, false);
@@ -10678,18 +10678,18 @@ internal class Program
Eval(12006, o is ImplementTwoInterface[], false);
Eval(12007, o is ImplementTwoInterface?, false);
Eval(12008, o is ImplementTwoInterface?[], false);
- Eval(12009, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(12010, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12011, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(12012, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12013, o is ImplementTwoInterfaceGen<int>, false);
- Eval(12014, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(12015, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(12016, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12017, o is ImplementAllInterface<int>, false);
- Eval(12018, o is ImplementAllInterface<int>[], false);
- Eval(12019, o is ImplementAllInterface<int>?, false);
- Eval(12020, o is ImplementAllInterface<int>?[], false);
+// Eval(12009, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(12010, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12011, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(12012, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12013, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(12014, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12015, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12016, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12017, o is ImplementAllInterface<int>, false);
+// Eval(12018, o is ImplementAllInterface<int>[], false);
+// Eval(12019, o is ImplementAllInterface<int>?, false);
+// Eval(12020, o is ImplementAllInterface<int>?[], false);
Eval(12021, o is IntE, false);
Eval(12022, o is IntE[], false);
Eval(12023, o is IntE?, false);
@@ -10788,38 +10788,38 @@ internal class Program
Eval(12116, o is IEmpty[], false);
Eval(12117, o is INotEmpty, false);
Eval(12118, o is INotEmpty[], false);
- Eval(12119, o is IEmptyGen<int>, false);
- Eval(12120, o is IEmptyGen<int>[], false);
- Eval(12121, o is INotEmptyGen<int>, false);
- Eval(12122, o is INotEmptyGen<int>[], false);
+// Eval(12119, o is IEmptyGen<int>, false);
+// Eval(12120, o is IEmptyGen<int>[], false);
+// Eval(12121, o is INotEmptyGen<int>, false);
+// Eval(12122, o is INotEmptyGen<int>[], false);
Eval(12123, o is SimpleDelegate, false);
Eval(12124, o is SimpleDelegate[], false);
- Eval(12125, o is GenericDelegate<int>, false);
- Eval(12126, o is GenericDelegate<int>[], false);
+// Eval(12125, o is GenericDelegate<int>, false);
+// Eval(12126, o is GenericDelegate<int>[], false);
Eval(12127, o is EmptyClass, false);
Eval(12128, o is EmptyClass[], false);
Eval(12129, o is NotEmptyClass, false);
Eval(12130, o is NotEmptyClass[], false);
- Eval(12131, o is EmptyClassGen<int>, false);
- Eval(12132, o is EmptyClassGen<int>[], false);
- Eval(12133, o is NotEmptyClassGen<Guid>, false);
- Eval(12134, o is NotEmptyClassGen<Guid>[], false);
- Eval(12135, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(12136, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(12131, o is EmptyClassGen<int>, false);
+// Eval(12132, o is EmptyClassGen<int>[], false);
+// Eval(12133, o is NotEmptyClassGen<Guid>, false);
+// Eval(12134, o is NotEmptyClassGen<Guid>[], false);
+// Eval(12135, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(12136, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(12137, o is NestedClass, false);
Eval(12138, o is NestedClass[], false);
- Eval(12139, o is NestedClassGen<Decimal>, false);
- Eval(12140, o is NestedClassGen<Decimal>[], false);
+// Eval(12139, o is NestedClassGen<Decimal>, false);
+// Eval(12140, o is NestedClassGen<Decimal>[], false);
Eval(12141, o is ImplementOneInterfaceC, false);
Eval(12142, o is ImplementOneInterfaceC[], false);
Eval(12143, o is ImplementTwoInterfaceC, false);
Eval(12144, o is ImplementTwoInterfaceC[], false);
- Eval(12145, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(12146, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(12147, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(12148, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(12149, o is ImplementAllInterfaceC<int>, false);
- Eval(12150, o is ImplementAllInterfaceC<int>[], false);
+// Eval(12145, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(12146, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(12147, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(12148, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(12149, o is ImplementAllInterfaceC<int>, false);
+// Eval(12150, o is ImplementAllInterfaceC<int>[], false);
Eval(12151, o is SealedClass, false);
Eval(12152, o is SealedClass[], false);
}
@@ -10834,26 +10834,26 @@ internal class Program
Eval(12158, o is NotEmptyStruct[], false);
Eval(12159, o is NotEmptyStruct?, false);
Eval(12160, o is NotEmptyStruct?[], false);
- Eval(12161, o is EmptyStructGen<int>, false);
- Eval(12162, o is EmptyStructGen<int>[], false);
- Eval(12163, o is EmptyStructGen<int>?, false);
- Eval(12164, o is EmptyStructGen<int>?[], false);
- Eval(12165, o is NotEmptyStructGen<Guid>, false);
- Eval(12166, o is NotEmptyStructGen<Guid>[], false);
- Eval(12167, o is NotEmptyStructGen<Guid>?, false);
- Eval(12168, o is NotEmptyStructGen<Guid>?[], false);
- Eval(12169, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(12170, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(12171, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(12172, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(12161, o is EmptyStructGen<int>, false);
+// Eval(12162, o is EmptyStructGen<int>[], false);
+// Eval(12163, o is EmptyStructGen<int>?, false);
+// Eval(12164, o is EmptyStructGen<int>?[], false);
+// Eval(12165, o is NotEmptyStructGen<Guid>, false);
+// Eval(12166, o is NotEmptyStructGen<Guid>[], false);
+// Eval(12167, o is NotEmptyStructGen<Guid>?, false);
+// Eval(12168, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(12169, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(12170, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(12171, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(12172, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(12173, o is NestedStruct, false);
Eval(12174, o is NestedStruct[], false);
Eval(12175, o is NestedStruct?, false);
Eval(12176, o is NestedStruct?[], false);
- Eval(12177, o is NestedStructGen<Decimal>, false);
- Eval(12178, o is NestedStructGen<Decimal>[], false);
- Eval(12179, o is NestedStructGen<Decimal>?, false);
- Eval(12180, o is NestedStructGen<Decimal>?[], false);
+// Eval(12177, o is NestedStructGen<Decimal>, false);
+// Eval(12178, o is NestedStructGen<Decimal>[], false);
+// Eval(12179, o is NestedStructGen<Decimal>?, false);
+// Eval(12180, o is NestedStructGen<Decimal>?[], false);
Eval(12181, o is ExplicitFieldOffsetStruct, false);
Eval(12182, o is ExplicitFieldOffsetStruct[], false);
Eval(12183, o is ExplicitFieldOffsetStruct?, false);
@@ -10870,18 +10870,18 @@ internal class Program
Eval(12202, o is ImplementTwoInterface[], false);
Eval(12203, o is ImplementTwoInterface?, false);
Eval(12204, o is ImplementTwoInterface?[], false);
- Eval(12205, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(12206, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12207, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(12208, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12209, o is ImplementTwoInterfaceGen<int>, false);
- Eval(12210, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(12211, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(12212, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12213, o is ImplementAllInterface<int>, false);
- Eval(12214, o is ImplementAllInterface<int>[], false);
- Eval(12215, o is ImplementAllInterface<int>?, false);
- Eval(12216, o is ImplementAllInterface<int>?[], false);
+// Eval(12205, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(12206, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12207, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(12208, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12209, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(12210, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12211, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12212, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12213, o is ImplementAllInterface<int>, false);
+// Eval(12214, o is ImplementAllInterface<int>[], false);
+// Eval(12215, o is ImplementAllInterface<int>?, false);
+// Eval(12216, o is ImplementAllInterface<int>?[], false);
Eval(12217, o is IntE, false);
Eval(12218, o is IntE[], false);
Eval(12219, o is IntE?, false);
@@ -10980,38 +10980,38 @@ internal class Program
Eval(12312, o is IEmpty[], false);
Eval(12313, o is INotEmpty, false);
Eval(12314, o is INotEmpty[], false);
- Eval(12315, o is IEmptyGen<int>, false);
- Eval(12316, o is IEmptyGen<int>[], false);
- Eval(12317, o is INotEmptyGen<int>, false);
- Eval(12318, o is INotEmptyGen<int>[], false);
+// Eval(12315, o is IEmptyGen<int>, false);
+// Eval(12316, o is IEmptyGen<int>[], false);
+// Eval(12317, o is INotEmptyGen<int>, false);
+// Eval(12318, o is INotEmptyGen<int>[], false);
Eval(12319, o is SimpleDelegate, false);
Eval(12320, o is SimpleDelegate[], false);
- Eval(12321, o is GenericDelegate<int>, false);
- Eval(12322, o is GenericDelegate<int>[], false);
+// Eval(12321, o is GenericDelegate<int>, false);
+// Eval(12322, o is GenericDelegate<int>[], false);
Eval(12323, o is EmptyClass, false);
Eval(12324, o is EmptyClass[], false);
Eval(12325, o is NotEmptyClass, false);
Eval(12326, o is NotEmptyClass[], false);
- Eval(12327, o is EmptyClassGen<int>, false);
- Eval(12328, o is EmptyClassGen<int>[], false);
- Eval(12329, o is NotEmptyClassGen<Guid>, false);
- Eval(12330, o is NotEmptyClassGen<Guid>[], false);
- Eval(12331, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(12332, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(12327, o is EmptyClassGen<int>, false);
+// Eval(12328, o is EmptyClassGen<int>[], false);
+// Eval(12329, o is NotEmptyClassGen<Guid>, false);
+// Eval(12330, o is NotEmptyClassGen<Guid>[], false);
+// Eval(12331, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(12332, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(12333, o is NestedClass, false);
Eval(12334, o is NestedClass[], false);
- Eval(12335, o is NestedClassGen<Decimal>, false);
- Eval(12336, o is NestedClassGen<Decimal>[], false);
+// Eval(12335, o is NestedClassGen<Decimal>, false);
+// Eval(12336, o is NestedClassGen<Decimal>[], false);
Eval(12337, o is ImplementOneInterfaceC, false);
Eval(12338, o is ImplementOneInterfaceC[], false);
Eval(12339, o is ImplementTwoInterfaceC, false);
Eval(12340, o is ImplementTwoInterfaceC[], false);
- Eval(12341, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(12342, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(12343, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(12344, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(12345, o is ImplementAllInterfaceC<int>, false);
- Eval(12346, o is ImplementAllInterfaceC<int>[], false);
+// Eval(12341, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(12342, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(12343, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(12344, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(12345, o is ImplementAllInterfaceC<int>, false);
+// Eval(12346, o is ImplementAllInterfaceC<int>[], false);
Eval(12347, o is SealedClass, false);
Eval(12348, o is SealedClass[], false);
}
@@ -11029,26 +11029,26 @@ internal class Program
Eval(12354, o is NotEmptyStruct[], false);
Eval(12355, o is NotEmptyStruct?, false);
Eval(12356, o is NotEmptyStruct?[], false);
- Eval(12357, o is EmptyStructGen<int>, false);
- Eval(12358, o is EmptyStructGen<int>[], false);
- Eval(12359, o is EmptyStructGen<int>?, false);
- Eval(12360, o is EmptyStructGen<int>?[], false);
- Eval(12361, o is NotEmptyStructGen<Guid>, false);
- Eval(12362, o is NotEmptyStructGen<Guid>[], false);
- Eval(12363, o is NotEmptyStructGen<Guid>?, false);
- Eval(12364, o is NotEmptyStructGen<Guid>?[], false);
- Eval(12365, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(12366, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(12367, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(12368, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(12357, o is EmptyStructGen<int>, false);
+// Eval(12358, o is EmptyStructGen<int>[], false);
+// Eval(12359, o is EmptyStructGen<int>?, false);
+// Eval(12360, o is EmptyStructGen<int>?[], false);
+// Eval(12361, o is NotEmptyStructGen<Guid>, false);
+// Eval(12362, o is NotEmptyStructGen<Guid>[], false);
+// Eval(12363, o is NotEmptyStructGen<Guid>?, false);
+// Eval(12364, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(12365, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(12366, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(12367, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(12368, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(12369, o is NestedStruct, false);
Eval(12370, o is NestedStruct[], false);
Eval(12371, o is NestedStruct?, false);
Eval(12372, o is NestedStruct?[], false);
- Eval(12373, o is NestedStructGen<Decimal>, false);
- Eval(12374, o is NestedStructGen<Decimal>[], false);
- Eval(12375, o is NestedStructGen<Decimal>?, false);
- Eval(12376, o is NestedStructGen<Decimal>?[], false);
+// Eval(12373, o is NestedStructGen<Decimal>, false);
+// Eval(12374, o is NestedStructGen<Decimal>[], false);
+// Eval(12375, o is NestedStructGen<Decimal>?, false);
+// Eval(12376, o is NestedStructGen<Decimal>?[], false);
Eval(12377, o is ExplicitFieldOffsetStruct, false);
Eval(12378, o is ExplicitFieldOffsetStruct[], false);
Eval(12379, o is ExplicitFieldOffsetStruct?, false);
@@ -11065,18 +11065,18 @@ internal class Program
Eval(12398, o is ImplementTwoInterface[], false);
Eval(12399, o is ImplementTwoInterface?, false);
Eval(12400, o is ImplementTwoInterface?[], false);
- Eval(12401, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(12402, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12403, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(12404, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12405, o is ImplementTwoInterfaceGen<int>, false);
- Eval(12406, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(12407, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(12408, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12409, o is ImplementAllInterface<int>, false);
- Eval(12410, o is ImplementAllInterface<int>[], false);
- Eval(12411, o is ImplementAllInterface<int>?, false);
- Eval(12412, o is ImplementAllInterface<int>?[], false);
+// Eval(12401, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(12402, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12403, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(12404, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12405, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(12406, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12407, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12408, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12409, o is ImplementAllInterface<int>, false);
+// Eval(12410, o is ImplementAllInterface<int>[], false);
+// Eval(12411, o is ImplementAllInterface<int>?, false);
+// Eval(12412, o is ImplementAllInterface<int>?[], false);
Eval(12413, o is IntE, false);
Eval(12414, o is IntE[], false);
Eval(12415, o is IntE?, false);
@@ -11175,38 +11175,38 @@ internal class Program
Eval(12508, o is IEmpty[], false);
Eval(12509, o is INotEmpty, false);
Eval(12510, o is INotEmpty[], false);
- Eval(12511, o is IEmptyGen<int>, false);
- Eval(12512, o is IEmptyGen<int>[], false);
- Eval(12513, o is INotEmptyGen<int>, false);
- Eval(12514, o is INotEmptyGen<int>[], false);
+// Eval(12511, o is IEmptyGen<int>, false);
+// Eval(12512, o is IEmptyGen<int>[], false);
+// Eval(12513, o is INotEmptyGen<int>, false);
+// Eval(12514, o is INotEmptyGen<int>[], false);
Eval(12515, o is SimpleDelegate, false);
Eval(12516, o is SimpleDelegate[], false);
- Eval(12517, o is GenericDelegate<int>, false);
- Eval(12518, o is GenericDelegate<int>[], false);
+// Eval(12517, o is GenericDelegate<int>, false);
+// Eval(12518, o is GenericDelegate<int>[], false);
Eval(12519, o is EmptyClass, false);
Eval(12520, o is EmptyClass[], false);
Eval(12521, o is NotEmptyClass, false);
Eval(12522, o is NotEmptyClass[], false);
- Eval(12523, o is EmptyClassGen<int>, false);
- Eval(12524, o is EmptyClassGen<int>[], false);
- Eval(12525, o is NotEmptyClassGen<Guid>, false);
- Eval(12526, o is NotEmptyClassGen<Guid>[], false);
- Eval(12527, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(12528, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(12523, o is EmptyClassGen<int>, false);
+// Eval(12524, o is EmptyClassGen<int>[], false);
+// Eval(12525, o is NotEmptyClassGen<Guid>, false);
+// Eval(12526, o is NotEmptyClassGen<Guid>[], false);
+// Eval(12527, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(12528, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(12529, o is NestedClass, false);
Eval(12530, o is NestedClass[], false);
- Eval(12531, o is NestedClassGen<Decimal>, false);
- Eval(12532, o is NestedClassGen<Decimal>[], false);
+// Eval(12531, o is NestedClassGen<Decimal>, false);
+// Eval(12532, o is NestedClassGen<Decimal>[], false);
Eval(12533, o is ImplementOneInterfaceC, false);
Eval(12534, o is ImplementOneInterfaceC[], false);
Eval(12535, o is ImplementTwoInterfaceC, false);
Eval(12536, o is ImplementTwoInterfaceC[], false);
- Eval(12537, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(12538, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(12539, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(12540, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(12541, o is ImplementAllInterfaceC<int>, false);
- Eval(12542, o is ImplementAllInterfaceC<int>[], false);
+// Eval(12537, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(12538, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(12539, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(12540, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(12541, o is ImplementAllInterfaceC<int>, false);
+// Eval(12542, o is ImplementAllInterfaceC<int>[], false);
Eval(12543, o is SealedClass, false);
Eval(12544, o is SealedClass[], false);
}
@@ -11221,26 +11221,26 @@ internal class Program
Eval(12550, o is NotEmptyStruct[], false);
Eval(12551, o is NotEmptyStruct?, false);
Eval(12552, o is NotEmptyStruct?[], false);
- Eval(12553, o is EmptyStructGen<int>, false);
- Eval(12554, o is EmptyStructGen<int>[], false);
- Eval(12555, o is EmptyStructGen<int>?, false);
- Eval(12556, o is EmptyStructGen<int>?[], false);
- Eval(12557, o is NotEmptyStructGen<Guid>, false);
- Eval(12558, o is NotEmptyStructGen<Guid>[], false);
- Eval(12559, o is NotEmptyStructGen<Guid>?, false);
- Eval(12560, o is NotEmptyStructGen<Guid>?[], false);
- Eval(12561, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(12562, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(12563, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(12564, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(12553, o is EmptyStructGen<int>, false);
+// Eval(12554, o is EmptyStructGen<int>[], false);
+// Eval(12555, o is EmptyStructGen<int>?, false);
+// Eval(12556, o is EmptyStructGen<int>?[], false);
+// Eval(12557, o is NotEmptyStructGen<Guid>, false);
+// Eval(12558, o is NotEmptyStructGen<Guid>[], false);
+// Eval(12559, o is NotEmptyStructGen<Guid>?, false);
+// Eval(12560, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(12561, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(12562, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(12563, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(12564, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(12565, o is NestedStruct, false);
Eval(12566, o is NestedStruct[], false);
Eval(12567, o is NestedStruct?, false);
Eval(12568, o is NestedStruct?[], false);
- Eval(12569, o is NestedStructGen<Decimal>, false);
- Eval(12570, o is NestedStructGen<Decimal>[], false);
- Eval(12571, o is NestedStructGen<Decimal>?, false);
- Eval(12572, o is NestedStructGen<Decimal>?[], false);
+// Eval(12569, o is NestedStructGen<Decimal>, false);
+// Eval(12570, o is NestedStructGen<Decimal>[], false);
+// Eval(12571, o is NestedStructGen<Decimal>?, false);
+// Eval(12572, o is NestedStructGen<Decimal>?[], false);
Eval(12573, o is ExplicitFieldOffsetStruct, false);
Eval(12574, o is ExplicitFieldOffsetStruct[], false);
Eval(12575, o is ExplicitFieldOffsetStruct?, false);
@@ -11257,18 +11257,18 @@ internal class Program
Eval(12594, o is ImplementTwoInterface[], false);
Eval(12595, o is ImplementTwoInterface?, false);
Eval(12596, o is ImplementTwoInterface?[], false);
- Eval(12597, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(12598, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12599, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(12600, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12601, o is ImplementTwoInterfaceGen<int>, false);
- Eval(12602, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(12603, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(12604, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12605, o is ImplementAllInterface<int>, false);
- Eval(12606, o is ImplementAllInterface<int>[], false);
- Eval(12607, o is ImplementAllInterface<int>?, false);
- Eval(12608, o is ImplementAllInterface<int>?[], false);
+// Eval(12597, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(12598, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12599, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(12600, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12601, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(12602, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12603, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12604, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12605, o is ImplementAllInterface<int>, false);
+// Eval(12606, o is ImplementAllInterface<int>[], false);
+// Eval(12607, o is ImplementAllInterface<int>?, false);
+// Eval(12608, o is ImplementAllInterface<int>?[], false);
Eval(12609, o is IntE, false);
Eval(12610, o is IntE[], false);
Eval(12611, o is IntE?, false);
@@ -11367,38 +11367,38 @@ internal class Program
Eval(12704, o is IEmpty[], false);
Eval(12705, o is INotEmpty, false);
Eval(12706, o is INotEmpty[], false);
- Eval(12707, o is IEmptyGen<int>, false);
- Eval(12708, o is IEmptyGen<int>[], false);
- Eval(12709, o is INotEmptyGen<int>, false);
- Eval(12710, o is INotEmptyGen<int>[], false);
+// Eval(12707, o is IEmptyGen<int>, false);
+// Eval(12708, o is IEmptyGen<int>[], false);
+// Eval(12709, o is INotEmptyGen<int>, false);
+// Eval(12710, o is INotEmptyGen<int>[], false);
Eval(12711, o is SimpleDelegate, false);
Eval(12712, o is SimpleDelegate[], false);
- Eval(12713, o is GenericDelegate<int>, false);
- Eval(12714, o is GenericDelegate<int>[], false);
+// Eval(12713, o is GenericDelegate<int>, false);
+// Eval(12714, o is GenericDelegate<int>[], false);
Eval(12715, o is EmptyClass, false);
Eval(12716, o is EmptyClass[], false);
Eval(12717, o is NotEmptyClass, false);
Eval(12718, o is NotEmptyClass[], false);
- Eval(12719, o is EmptyClassGen<int>, false);
- Eval(12720, o is EmptyClassGen<int>[], false);
- Eval(12721, o is NotEmptyClassGen<Guid>, false);
- Eval(12722, o is NotEmptyClassGen<Guid>[], false);
- Eval(12723, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(12724, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(12719, o is EmptyClassGen<int>, false);
+// Eval(12720, o is EmptyClassGen<int>[], false);
+// Eval(12721, o is NotEmptyClassGen<Guid>, false);
+// Eval(12722, o is NotEmptyClassGen<Guid>[], false);
+// Eval(12723, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(12724, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(12725, o is NestedClass, false);
Eval(12726, o is NestedClass[], false);
- Eval(12727, o is NestedClassGen<Decimal>, false);
- Eval(12728, o is NestedClassGen<Decimal>[], false);
+// Eval(12727, o is NestedClassGen<Decimal>, false);
+// Eval(12728, o is NestedClassGen<Decimal>[], false);
Eval(12729, o is ImplementOneInterfaceC, false);
Eval(12730, o is ImplementOneInterfaceC[], false);
Eval(12731, o is ImplementTwoInterfaceC, false);
Eval(12732, o is ImplementTwoInterfaceC[], false);
- Eval(12733, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(12734, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(12735, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(12736, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(12737, o is ImplementAllInterfaceC<int>, false);
- Eval(12738, o is ImplementAllInterfaceC<int>[], false);
+// Eval(12733, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(12734, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(12735, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(12736, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(12737, o is ImplementAllInterfaceC<int>, false);
+// Eval(12738, o is ImplementAllInterfaceC<int>[], false);
Eval(12739, o is SealedClass, false);
Eval(12740, o is SealedClass[], false);
}
@@ -11413,26 +11413,26 @@ internal class Program
Eval(12746, o is NotEmptyStruct[], false);
Eval(12747, o is NotEmptyStruct?, false);
Eval(12748, o is NotEmptyStruct?[], false);
- Eval(12749, o is EmptyStructGen<int>, false);
- Eval(12750, o is EmptyStructGen<int>[], false);
- Eval(12751, o is EmptyStructGen<int>?, false);
- Eval(12752, o is EmptyStructGen<int>?[], false);
- Eval(12753, o is NotEmptyStructGen<Guid>, false);
- Eval(12754, o is NotEmptyStructGen<Guid>[], false);
- Eval(12755, o is NotEmptyStructGen<Guid>?, false);
- Eval(12756, o is NotEmptyStructGen<Guid>?[], false);
- Eval(12757, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(12758, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(12759, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(12760, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(12749, o is EmptyStructGen<int>, false);
+// Eval(12750, o is EmptyStructGen<int>[], false);
+// Eval(12751, o is EmptyStructGen<int>?, false);
+// Eval(12752, o is EmptyStructGen<int>?[], false);
+// Eval(12753, o is NotEmptyStructGen<Guid>, false);
+// Eval(12754, o is NotEmptyStructGen<Guid>[], false);
+// Eval(12755, o is NotEmptyStructGen<Guid>?, false);
+// Eval(12756, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(12757, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(12758, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(12759, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(12760, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(12761, o is NestedStruct, false);
Eval(12762, o is NestedStruct[], false);
Eval(12763, o is NestedStruct?, false);
Eval(12764, o is NestedStruct?[], false);
- Eval(12765, o is NestedStructGen<Decimal>, false);
- Eval(12766, o is NestedStructGen<Decimal>[], false);
- Eval(12767, o is NestedStructGen<Decimal>?, false);
- Eval(12768, o is NestedStructGen<Decimal>?[], false);
+// Eval(12765, o is NestedStructGen<Decimal>, false);
+// Eval(12766, o is NestedStructGen<Decimal>[], false);
+// Eval(12767, o is NestedStructGen<Decimal>?, false);
+// Eval(12768, o is NestedStructGen<Decimal>?[], false);
Eval(12769, o is ExplicitFieldOffsetStruct, false);
Eval(12770, o is ExplicitFieldOffsetStruct[], false);
Eval(12771, o is ExplicitFieldOffsetStruct?, false);
@@ -11449,18 +11449,18 @@ internal class Program
Eval(12790, o is ImplementTwoInterface[], false);
Eval(12791, o is ImplementTwoInterface?, false);
Eval(12792, o is ImplementTwoInterface?[], false);
- Eval(12793, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(12794, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12795, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(12796, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12797, o is ImplementTwoInterfaceGen<int>, false);
- Eval(12798, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(12799, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(12800, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12801, o is ImplementAllInterface<int>, false);
- Eval(12802, o is ImplementAllInterface<int>[], false);
- Eval(12803, o is ImplementAllInterface<int>?, false);
- Eval(12804, o is ImplementAllInterface<int>?[], false);
+// Eval(12793, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(12794, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12795, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(12796, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12797, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(12798, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12799, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12800, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12801, o is ImplementAllInterface<int>, false);
+// Eval(12802, o is ImplementAllInterface<int>[], false);
+// Eval(12803, o is ImplementAllInterface<int>?, false);
+// Eval(12804, o is ImplementAllInterface<int>?[], false);
Eval(12805, o is IntE, false);
Eval(12806, o is IntE[], false);
Eval(12807, o is IntE?, false);
@@ -11559,38 +11559,38 @@ internal class Program
Eval(12900, o is IEmpty[], false);
Eval(12901, o is INotEmpty, false);
Eval(12902, o is INotEmpty[], false);
- Eval(12903, o is IEmptyGen<int>, false);
- Eval(12904, o is IEmptyGen<int>[], false);
- Eval(12905, o is INotEmptyGen<int>, false);
- Eval(12906, o is INotEmptyGen<int>[], false);
+// Eval(12903, o is IEmptyGen<int>, false);
+// Eval(12904, o is IEmptyGen<int>[], false);
+// Eval(12905, o is INotEmptyGen<int>, false);
+// Eval(12906, o is INotEmptyGen<int>[], false);
Eval(12907, o is SimpleDelegate, false);
Eval(12908, o is SimpleDelegate[], false);
- Eval(12909, o is GenericDelegate<int>, false);
- Eval(12910, o is GenericDelegate<int>[], false);
+// Eval(12909, o is GenericDelegate<int>, false);
+// Eval(12910, o is GenericDelegate<int>[], false);
Eval(12911, o is EmptyClass, false);
Eval(12912, o is EmptyClass[], false);
Eval(12913, o is NotEmptyClass, false);
Eval(12914, o is NotEmptyClass[], false);
- Eval(12915, o is EmptyClassGen<int>, false);
- Eval(12916, o is EmptyClassGen<int>[], false);
- Eval(12917, o is NotEmptyClassGen<Guid>, false);
- Eval(12918, o is NotEmptyClassGen<Guid>[], false);
- Eval(12919, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(12920, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(12915, o is EmptyClassGen<int>, false);
+// Eval(12916, o is EmptyClassGen<int>[], false);
+// Eval(12917, o is NotEmptyClassGen<Guid>, false);
+// Eval(12918, o is NotEmptyClassGen<Guid>[], false);
+// Eval(12919, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(12920, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(12921, o is NestedClass, false);
Eval(12922, o is NestedClass[], false);
- Eval(12923, o is NestedClassGen<Decimal>, false);
- Eval(12924, o is NestedClassGen<Decimal>[], false);
+// Eval(12923, o is NestedClassGen<Decimal>, false);
+// Eval(12924, o is NestedClassGen<Decimal>[], false);
Eval(12925, o is ImplementOneInterfaceC, false);
Eval(12926, o is ImplementOneInterfaceC[], false);
Eval(12927, o is ImplementTwoInterfaceC, false);
Eval(12928, o is ImplementTwoInterfaceC[], false);
- Eval(12929, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(12930, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(12931, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(12932, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(12933, o is ImplementAllInterfaceC<int>, false);
- Eval(12934, o is ImplementAllInterfaceC<int>[], false);
+// Eval(12929, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(12930, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(12931, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(12932, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(12933, o is ImplementAllInterfaceC<int>, false);
+// Eval(12934, o is ImplementAllInterfaceC<int>[], false);
Eval(12935, o is SealedClass, false);
Eval(12936, o is SealedClass[], false);
}
@@ -11608,26 +11608,26 @@ internal class Program
Eval(12942, o is NotEmptyStruct[], false);
Eval(12943, o is NotEmptyStruct?, false);
Eval(12944, o is NotEmptyStruct?[], false);
- Eval(12945, o is EmptyStructGen<int>, false);
- Eval(12946, o is EmptyStructGen<int>[], false);
- Eval(12947, o is EmptyStructGen<int>?, false);
- Eval(12948, o is EmptyStructGen<int>?[], false);
- Eval(12949, o is NotEmptyStructGen<Guid>, false);
- Eval(12950, o is NotEmptyStructGen<Guid>[], false);
- Eval(12951, o is NotEmptyStructGen<Guid>?, false);
- Eval(12952, o is NotEmptyStructGen<Guid>?[], false);
- Eval(12953, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(12954, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(12955, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(12956, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(12945, o is EmptyStructGen<int>, false);
+// Eval(12946, o is EmptyStructGen<int>[], false);
+// Eval(12947, o is EmptyStructGen<int>?, false);
+// Eval(12948, o is EmptyStructGen<int>?[], false);
+// Eval(12949, o is NotEmptyStructGen<Guid>, false);
+// Eval(12950, o is NotEmptyStructGen<Guid>[], false);
+// Eval(12951, o is NotEmptyStructGen<Guid>?, false);
+// Eval(12952, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(12953, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(12954, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(12955, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(12956, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(12957, o is NestedStruct, false);
Eval(12958, o is NestedStruct[], false);
Eval(12959, o is NestedStruct?, false);
Eval(12960, o is NestedStruct?[], false);
- Eval(12961, o is NestedStructGen<Decimal>, false);
- Eval(12962, o is NestedStructGen<Decimal>[], false);
- Eval(12963, o is NestedStructGen<Decimal>?, false);
- Eval(12964, o is NestedStructGen<Decimal>?[], false);
+// Eval(12961, o is NestedStructGen<Decimal>, false);
+// Eval(12962, o is NestedStructGen<Decimal>[], false);
+// Eval(12963, o is NestedStructGen<Decimal>?, false);
+// Eval(12964, o is NestedStructGen<Decimal>?[], false);
Eval(12965, o is ExplicitFieldOffsetStruct, false);
Eval(12966, o is ExplicitFieldOffsetStruct[], false);
Eval(12967, o is ExplicitFieldOffsetStruct?, false);
@@ -11644,18 +11644,18 @@ internal class Program
Eval(12986, o is ImplementTwoInterface[], false);
Eval(12987, o is ImplementTwoInterface?, false);
Eval(12988, o is ImplementTwoInterface?[], false);
- Eval(12989, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(12990, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12991, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(12992, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12993, o is ImplementTwoInterfaceGen<int>, false);
- Eval(12994, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(12995, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(12996, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12997, o is ImplementAllInterface<int>, false);
- Eval(12998, o is ImplementAllInterface<int>[], false);
- Eval(12999, o is ImplementAllInterface<int>?, false);
- Eval(13000, o is ImplementAllInterface<int>?[], false);
+// Eval(12989, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(12990, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12991, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(12992, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12993, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(12994, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12995, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12996, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12997, o is ImplementAllInterface<int>, false);
+// Eval(12998, o is ImplementAllInterface<int>[], false);
+// Eval(12999, o is ImplementAllInterface<int>?, false);
+// Eval(13000, o is ImplementAllInterface<int>?[], false);
Eval(13001, o is IntE, false);
Eval(13002, o is IntE[], false);
Eval(13003, o is IntE?, false);
@@ -11754,38 +11754,38 @@ internal class Program
Eval(13096, o is IEmpty[], false);
Eval(13097, o is INotEmpty, false);
Eval(13098, o is INotEmpty[], false);
- Eval(13099, o is IEmptyGen<int>, false);
- Eval(13100, o is IEmptyGen<int>[], false);
- Eval(13101, o is INotEmptyGen<int>, false);
- Eval(13102, o is INotEmptyGen<int>[], false);
+// Eval(13099, o is IEmptyGen<int>, false);
+// Eval(13100, o is IEmptyGen<int>[], false);
+// Eval(13101, o is INotEmptyGen<int>, false);
+// Eval(13102, o is INotEmptyGen<int>[], false);
Eval(13103, o is SimpleDelegate, false);
Eval(13104, o is SimpleDelegate[], false);
- Eval(13105, o is GenericDelegate<int>, false);
- Eval(13106, o is GenericDelegate<int>[], false);
+// Eval(13105, o is GenericDelegate<int>, false);
+// Eval(13106, o is GenericDelegate<int>[], false);
Eval(13107, o is EmptyClass, false);
Eval(13108, o is EmptyClass[], false);
Eval(13109, o is NotEmptyClass, false);
Eval(13110, o is NotEmptyClass[], false);
- Eval(13111, o is EmptyClassGen<int>, false);
- Eval(13112, o is EmptyClassGen<int>[], false);
- Eval(13113, o is NotEmptyClassGen<Guid>, false);
- Eval(13114, o is NotEmptyClassGen<Guid>[], false);
- Eval(13115, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(13116, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(13111, o is EmptyClassGen<int>, false);
+// Eval(13112, o is EmptyClassGen<int>[], false);
+// Eval(13113, o is NotEmptyClassGen<Guid>, false);
+// Eval(13114, o is NotEmptyClassGen<Guid>[], false);
+// Eval(13115, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(13116, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(13117, o is NestedClass, false);
Eval(13118, o is NestedClass[], false);
- Eval(13119, o is NestedClassGen<Decimal>, false);
- Eval(13120, o is NestedClassGen<Decimal>[], false);
+// Eval(13119, o is NestedClassGen<Decimal>, false);
+// Eval(13120, o is NestedClassGen<Decimal>[], false);
Eval(13121, o is ImplementOneInterfaceC, false);
Eval(13122, o is ImplementOneInterfaceC[], false);
Eval(13123, o is ImplementTwoInterfaceC, false);
Eval(13124, o is ImplementTwoInterfaceC[], false);
- Eval(13125, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(13126, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(13127, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(13128, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(13129, o is ImplementAllInterfaceC<int>, false);
- Eval(13130, o is ImplementAllInterfaceC<int>[], false);
+// Eval(13125, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(13126, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(13127, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(13128, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(13129, o is ImplementAllInterfaceC<int>, false);
+// Eval(13130, o is ImplementAllInterfaceC<int>[], false);
Eval(13131, o is SealedClass, false);
Eval(13132, o is SealedClass[], false);
}
@@ -11800,26 +11800,26 @@ internal class Program
Eval(13138, o is NotEmptyStruct[], false);
Eval(13139, o is NotEmptyStruct?, false);
Eval(13140, o is NotEmptyStruct?[], false);
- Eval(13141, o is EmptyStructGen<int>, false);
- Eval(13142, o is EmptyStructGen<int>[], false);
- Eval(13143, o is EmptyStructGen<int>?, false);
- Eval(13144, o is EmptyStructGen<int>?[], false);
- Eval(13145, o is NotEmptyStructGen<Guid>, false);
- Eval(13146, o is NotEmptyStructGen<Guid>[], false);
- Eval(13147, o is NotEmptyStructGen<Guid>?, false);
- Eval(13148, o is NotEmptyStructGen<Guid>?[], false);
- Eval(13149, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(13150, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(13151, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(13152, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(13141, o is EmptyStructGen<int>, false);
+// Eval(13142, o is EmptyStructGen<int>[], false);
+// Eval(13143, o is EmptyStructGen<int>?, false);
+// Eval(13144, o is EmptyStructGen<int>?[], false);
+// Eval(13145, o is NotEmptyStructGen<Guid>, false);
+// Eval(13146, o is NotEmptyStructGen<Guid>[], false);
+// Eval(13147, o is NotEmptyStructGen<Guid>?, false);
+// Eval(13148, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(13149, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(13150, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(13151, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(13152, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(13153, o is NestedStruct, false);
Eval(13154, o is NestedStruct[], false);
Eval(13155, o is NestedStruct?, false);
Eval(13156, o is NestedStruct?[], false);
- Eval(13157, o is NestedStructGen<Decimal>, false);
- Eval(13158, o is NestedStructGen<Decimal>[], false);
- Eval(13159, o is NestedStructGen<Decimal>?, false);
- Eval(13160, o is NestedStructGen<Decimal>?[], false);
+// Eval(13157, o is NestedStructGen<Decimal>, false);
+// Eval(13158, o is NestedStructGen<Decimal>[], false);
+// Eval(13159, o is NestedStructGen<Decimal>?, false);
+// Eval(13160, o is NestedStructGen<Decimal>?[], false);
Eval(13161, o is ExplicitFieldOffsetStruct, false);
Eval(13162, o is ExplicitFieldOffsetStruct[], false);
Eval(13163, o is ExplicitFieldOffsetStruct?, false);
@@ -11836,18 +11836,18 @@ internal class Program
Eval(13182, o is ImplementTwoInterface[], false);
Eval(13183, o is ImplementTwoInterface?, false);
Eval(13184, o is ImplementTwoInterface?[], false);
- Eval(13185, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(13186, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(13187, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(13188, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(13189, o is ImplementTwoInterfaceGen<int>, false);
- Eval(13190, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(13191, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(13192, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(13193, o is ImplementAllInterface<int>, false);
- Eval(13194, o is ImplementAllInterface<int>[], false);
- Eval(13195, o is ImplementAllInterface<int>?, false);
- Eval(13196, o is ImplementAllInterface<int>?[], false);
+// Eval(13185, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(13186, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(13187, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(13188, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(13189, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(13190, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(13191, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(13192, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(13193, o is ImplementAllInterface<int>, false);
+// Eval(13194, o is ImplementAllInterface<int>[], false);
+// Eval(13195, o is ImplementAllInterface<int>?, false);
+// Eval(13196, o is ImplementAllInterface<int>?[], false);
Eval(13197, o is IntE, false);
Eval(13198, o is IntE[], false);
Eval(13199, o is IntE?, false);
@@ -11946,38 +11946,38 @@ internal class Program
Eval(13292, o is IEmpty[], false);
Eval(13293, o is INotEmpty, false);
Eval(13294, o is INotEmpty[], false);
- Eval(13295, o is IEmptyGen<int>, false);
- Eval(13296, o is IEmptyGen<int>[], false);
- Eval(13297, o is INotEmptyGen<int>, false);
- Eval(13298, o is INotEmptyGen<int>[], false);
+// Eval(13295, o is IEmptyGen<int>, false);
+// Eval(13296, o is IEmptyGen<int>[], false);
+// Eval(13297, o is INotEmptyGen<int>, false);
+// Eval(13298, o is INotEmptyGen<int>[], false);
Eval(13299, o is SimpleDelegate, false);
Eval(13300, o is SimpleDelegate[], false);
- Eval(13301, o is GenericDelegate<int>, false);
- Eval(13302, o is GenericDelegate<int>[], false);
+// Eval(13301, o is GenericDelegate<int>, false);
+// Eval(13302, o is GenericDelegate<int>[], false);
Eval(13303, o is EmptyClass, false);
Eval(13304, o is EmptyClass[], false);
Eval(13305, o is NotEmptyClass, false);
Eval(13306, o is NotEmptyClass[], false);
- Eval(13307, o is EmptyClassGen<int>, false);
- Eval(13308, o is EmptyClassGen<int>[], false);
- Eval(13309, o is NotEmptyClassGen<Guid>, false);
- Eval(13310, o is NotEmptyClassGen<Guid>[], false);
- Eval(13311, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(13312, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(13307, o is EmptyClassGen<int>, false);
+// Eval(13308, o is EmptyClassGen<int>[], false);
+// Eval(13309, o is NotEmptyClassGen<Guid>, false);
+// Eval(13310, o is NotEmptyClassGen<Guid>[], false);
+// Eval(13311, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(13312, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(13313, o is NestedClass, false);
Eval(13314, o is NestedClass[], false);
- Eval(13315, o is NestedClassGen<Decimal>, false);
- Eval(13316, o is NestedClassGen<Decimal>[], false);
+// Eval(13315, o is NestedClassGen<Decimal>, false);
+// Eval(13316, o is NestedClassGen<Decimal>[], false);
Eval(13317, o is ImplementOneInterfaceC, false);
Eval(13318, o is ImplementOneInterfaceC[], false);
Eval(13319, o is ImplementTwoInterfaceC, false);
Eval(13320, o is ImplementTwoInterfaceC[], false);
- Eval(13321, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(13322, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(13323, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(13324, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(13325, o is ImplementAllInterfaceC<int>, false);
- Eval(13326, o is ImplementAllInterfaceC<int>[], false);
+// Eval(13321, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(13322, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(13323, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(13324, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(13325, o is ImplementAllInterfaceC<int>, false);
+// Eval(13326, o is ImplementAllInterfaceC<int>[], false);
Eval(13327, o is SealedClass, false);
Eval(13328, o is SealedClass[], false);
}
@@ -11992,26 +11992,26 @@ internal class Program
Eval(13334, o is NotEmptyStruct[], false);
Eval(13335, o is NotEmptyStruct?, false);
Eval(13336, o is NotEmptyStruct?[], false);
- Eval(13337, o is EmptyStructGen<int>, false);
- Eval(13338, o is EmptyStructGen<int>[], false);
- Eval(13339, o is EmptyStructGen<int>?, false);
- Eval(13340, o is EmptyStructGen<int>?[], false);
- Eval(13341, o is NotEmptyStructGen<Guid>, false);
- Eval(13342, o is NotEmptyStructGen<Guid>[], false);
- Eval(13343, o is NotEmptyStructGen<Guid>?, false);
- Eval(13344, o is NotEmptyStructGen<Guid>?[], false);
- Eval(13345, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(13346, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(13347, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(13348, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(13337, o is EmptyStructGen<int>, false);
+// Eval(13338, o is EmptyStructGen<int>[], false);
+// Eval(13339, o is EmptyStructGen<int>?, false);
+// Eval(13340, o is EmptyStructGen<int>?[], false);
+// Eval(13341, o is NotEmptyStructGen<Guid>, false);
+// Eval(13342, o is NotEmptyStructGen<Guid>[], false);
+// Eval(13343, o is NotEmptyStructGen<Guid>?, false);
+// Eval(13344, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(13345, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(13346, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(13347, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(13348, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(13349, o is NestedStruct, false);
Eval(13350, o is NestedStruct[], false);
Eval(13351, o is NestedStruct?, false);
Eval(13352, o is NestedStruct?[], false);
- Eval(13353, o is NestedStructGen<Decimal>, false);
- Eval(13354, o is NestedStructGen<Decimal>[], false);
- Eval(13355, o is NestedStructGen<Decimal>?, false);
- Eval(13356, o is NestedStructGen<Decimal>?[], false);
+// Eval(13353, o is NestedStructGen<Decimal>, false);
+// Eval(13354, o is NestedStructGen<Decimal>[], false);
+// Eval(13355, o is NestedStructGen<Decimal>?, false);
+// Eval(13356, o is NestedStructGen<Decimal>?[], false);
Eval(13357, o is ExplicitFieldOffsetStruct, false);
Eval(13358, o is ExplicitFieldOffsetStruct[], false);
Eval(13359, o is ExplicitFieldOffsetStruct?, false);
@@ -12028,18 +12028,18 @@ internal class Program
Eval(13378, o is ImplementTwoInterface[], false);
Eval(13379, o is ImplementTwoInterface?, false);
Eval(13380, o is ImplementTwoInterface?[], false);
- Eval(13381, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(13382, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(13383, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(13384, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(13385, o is ImplementTwoInterfaceGen<int>, false);
- Eval(13386, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(13387, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(13388, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(13389, o is ImplementAllInterface<int>, false);
- Eval(13390, o is ImplementAllInterface<int>[], false);
- Eval(13391, o is ImplementAllInterface<int>?, false);
- Eval(13392, o is ImplementAllInterface<int>?[], false);
+// Eval(13381, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(13382, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(13383, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(13384, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(13385, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(13386, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(13387, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(13388, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(13389, o is ImplementAllInterface<int>, false);
+// Eval(13390, o is ImplementAllInterface<int>[], false);
+// Eval(13391, o is ImplementAllInterface<int>?, false);
+// Eval(13392, o is ImplementAllInterface<int>?[], false);
Eval(13393, o is IntE, false);
Eval(13394, o is IntE[], false);
Eval(13395, o is IntE?, false);
@@ -12138,38 +12138,38 @@ internal class Program
Eval(13488, o is IEmpty[], false);
Eval(13489, o is INotEmpty, false);
Eval(13490, o is INotEmpty[], false);
- Eval(13491, o is IEmptyGen<int>, false);
- Eval(13492, o is IEmptyGen<int>[], false);
- Eval(13493, o is INotEmptyGen<int>, false);
- Eval(13494, o is INotEmptyGen<int>[], false);
+// Eval(13491, o is IEmptyGen<int>, false);
+// Eval(13492, o is IEmptyGen<int>[], false);
+// Eval(13493, o is INotEmptyGen<int>, false);
+// Eval(13494, o is INotEmptyGen<int>[], false);
Eval(13495, o is SimpleDelegate, false);
Eval(13496, o is SimpleDelegate[], false);
- Eval(13497, o is GenericDelegate<int>, false);
- Eval(13498, o is GenericDelegate<int>[], false);
+// Eval(13497, o is GenericDelegate<int>, false);
+// Eval(13498, o is GenericDelegate<int>[], false);
Eval(13499, o is EmptyClass, false);
Eval(13500, o is EmptyClass[], false);
Eval(13501, o is NotEmptyClass, false);
Eval(13502, o is NotEmptyClass[], false);
- Eval(13503, o is EmptyClassGen<int>, false);
- Eval(13504, o is EmptyClassGen<int>[], false);
- Eval(13505, o is NotEmptyClassGen<Guid>, false);
- Eval(13506, o is NotEmptyClassGen<Guid>[], false);
- Eval(13507, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(13508, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(13503, o is EmptyClassGen<int>, false);
+// Eval(13504, o is EmptyClassGen<int>[], false);
+// Eval(13505, o is NotEmptyClassGen<Guid>, false);
+// Eval(13506, o is NotEmptyClassGen<Guid>[], false);
+// Eval(13507, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(13508, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(13509, o is NestedClass, false);
Eval(13510, o is NestedClass[], false);
- Eval(13511, o is NestedClassGen<Decimal>, false);
- Eval(13512, o is NestedClassGen<Decimal>[], false);
+// Eval(13511, o is NestedClassGen<Decimal>, false);
+// Eval(13512, o is NestedClassGen<Decimal>[], false);
Eval(13513, o is ImplementOneInterfaceC, false);
Eval(13514, o is ImplementOneInterfaceC[], false);
Eval(13515, o is ImplementTwoInterfaceC, false);
Eval(13516, o is ImplementTwoInterfaceC[], false);
- Eval(13517, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(13518, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(13519, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(13520, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(13521, o is ImplementAllInterfaceC<int>, false);
- Eval(13522, o is ImplementAllInterfaceC<int>[], false);
+// Eval(13517, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(13518, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(13519, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(13520, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(13521, o is ImplementAllInterfaceC<int>, false);
+// Eval(13522, o is ImplementAllInterfaceC<int>[], false);
Eval(13523, o is SealedClass, false);
Eval(13524, o is SealedClass[], false);
}
@@ -12187,26 +12187,26 @@ internal class Program
Eval(13530, o is NotEmptyStruct[], false);
Eval(13531, o is NotEmptyStruct?, false);
Eval(13532, o is NotEmptyStruct?[], false);
- Eval(13533, o is EmptyStructGen<int>, false);
- Eval(13534, o is EmptyStructGen<int>[], false);
- Eval(13535, o is EmptyStructGen<int>?, false);
- Eval(13536, o is EmptyStructGen<int>?[], false);
- Eval(13537, o is NotEmptyStructGen<Guid>, false);
- Eval(13538, o is NotEmptyStructGen<Guid>[], false);
- Eval(13539, o is NotEmptyStructGen<Guid>?, false);
- Eval(13540, o is NotEmptyStructGen<Guid>?[], false);
- Eval(13541, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(13542, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(13543, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(13544, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(13533, o is EmptyStructGen<int>, false);
+// Eval(13534, o is EmptyStructGen<int>[], false);
+// Eval(13535, o is EmptyStructGen<int>?, false);
+// Eval(13536, o is EmptyStructGen<int>?[], false);
+// Eval(13537, o is NotEmptyStructGen<Guid>, false);
+// Eval(13538, o is NotEmptyStructGen<Guid>[], false);
+// Eval(13539, o is NotEmptyStructGen<Guid>?, false);
+// Eval(13540, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(13541, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(13542, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(13543, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(13544, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(13545, o is NestedStruct, false);
Eval(13546, o is NestedStruct[], false);
Eval(13547, o is NestedStruct?, false);
Eval(13548, o is NestedStruct?[], false);
- Eval(13549, o is NestedStructGen<Decimal>, false);
- Eval(13550, o is NestedStructGen<Decimal>[], false);
- Eval(13551, o is NestedStructGen<Decimal>?, false);
- Eval(13552, o is NestedStructGen<Decimal>?[], false);
+// Eval(13549, o is NestedStructGen<Decimal>, false);
+// Eval(13550, o is NestedStructGen<Decimal>[], false);
+// Eval(13551, o is NestedStructGen<Decimal>?, false);
+// Eval(13552, o is NestedStructGen<Decimal>?[], false);
Eval(13553, o is ExplicitFieldOffsetStruct, false);
Eval(13554, o is ExplicitFieldOffsetStruct[], false);
Eval(13555, o is ExplicitFieldOffsetStruct?, false);
@@ -12223,18 +12223,18 @@ internal class Program
Eval(13574, o is ImplementTwoInterface[], false);
Eval(13575, o is ImplementTwoInterface?, false);
Eval(13576, o is ImplementTwoInterface?[], false);
- Eval(13577, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(13578, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(13579, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(13580, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(13581, o is ImplementTwoInterfaceGen<int>, false);
- Eval(13582, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(13583, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(13584, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(13585, o is ImplementAllInterface<int>, false);
- Eval(13586, o is ImplementAllInterface<int>[], false);
- Eval(13587, o is ImplementAllInterface<int>?, false);
- Eval(13588, o is ImplementAllInterface<int>?[], false);
+// Eval(13577, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(13578, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(13579, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(13580, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(13581, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(13582, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(13583, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(13584, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(13585, o is ImplementAllInterface<int>, false);
+// Eval(13586, o is ImplementAllInterface<int>[], false);
+// Eval(13587, o is ImplementAllInterface<int>?, false);
+// Eval(13588, o is ImplementAllInterface<int>?[], false);
Eval(13589, o is IntE, false);
Eval(13590, o is IntE[], false);
Eval(13591, o is IntE?, false);
@@ -12333,38 +12333,38 @@ internal class Program
Eval(13684, o is IEmpty[], false);
Eval(13685, o is INotEmpty, false);
Eval(13686, o is INotEmpty[], false);
- Eval(13687, o is IEmptyGen<int>, false);
- Eval(13688, o is IEmptyGen<int>[], false);
- Eval(13689, o is INotEmptyGen<int>, false);
- Eval(13690, o is INotEmptyGen<int>[], false);
+// Eval(13687, o is IEmptyGen<int>, false);
+// Eval(13688, o is IEmptyGen<int>[], false);
+// Eval(13689, o is INotEmptyGen<int>, false);
+// Eval(13690, o is INotEmptyGen<int>[], false);
Eval(13691, o is SimpleDelegate, false);
Eval(13692, o is SimpleDelegate[], false);
- Eval(13693, o is GenericDelegate<int>, false);
- Eval(13694, o is GenericDelegate<int>[], false);
+// Eval(13693, o is GenericDelegate<int>, false);
+// Eval(13694, o is GenericDelegate<int>[], false);
Eval(13695, o is EmptyClass, false);
Eval(13696, o is EmptyClass[], false);
Eval(13697, o is NotEmptyClass, false);
Eval(13698, o is NotEmptyClass[], false);
- Eval(13699, o is EmptyClassGen<int>, false);
- Eval(13700, o is EmptyClassGen<int>[], false);
- Eval(13701, o is NotEmptyClassGen<Guid>, false);
- Eval(13702, o is NotEmptyClassGen<Guid>[], false);
- Eval(13703, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(13704, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(13699, o is EmptyClassGen<int>, false);
+// Eval(13700, o is EmptyClassGen<int>[], false);
+// Eval(13701, o is NotEmptyClassGen<Guid>, false);
+// Eval(13702, o is NotEmptyClassGen<Guid>[], false);
+// Eval(13703, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(13704, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(13705, o is NestedClass, false);
Eval(13706, o is NestedClass[], false);
- Eval(13707, o is NestedClassGen<Decimal>, false);
- Eval(13708, o is NestedClassGen<Decimal>[], false);
+// Eval(13707, o is NestedClassGen<Decimal>, false);
+// Eval(13708, o is NestedClassGen<Decimal>[], false);
Eval(13709, o is ImplementOneInterfaceC, false);
Eval(13710, o is ImplementOneInterfaceC[], false);
Eval(13711, o is ImplementTwoInterfaceC, false);
Eval(13712, o is ImplementTwoInterfaceC[], false);
- Eval(13713, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(13714, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(13715, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(13716, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(13717, o is ImplementAllInterfaceC<int>, false);
- Eval(13718, o is ImplementAllInterfaceC<int>[], false);
+// Eval(13713, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(13714, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(13715, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(13716, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(13717, o is ImplementAllInterfaceC<int>, false);
+// Eval(13718, o is ImplementAllInterfaceC<int>[], false);
Eval(13719, o is SealedClass, false);
Eval(13720, o is SealedClass[], false);
}
@@ -12379,26 +12379,26 @@ internal class Program
Eval(13726, o is NotEmptyStruct[], false);
Eval(13727, o is NotEmptyStruct?, false);
Eval(13728, o is NotEmptyStruct?[], false);
- Eval(13729, o is EmptyStructGen<int>, false);
- Eval(13730, o is EmptyStructGen<int>[], false);
- Eval(13731, o is EmptyStructGen<int>?, false);
- Eval(13732, o is EmptyStructGen<int>?[], false);
- Eval(13733, o is NotEmptyStructGen<Guid>, false);
- Eval(13734, o is NotEmptyStructGen<Guid>[], false);
- Eval(13735, o is NotEmptyStructGen<Guid>?, false);
- Eval(13736, o is NotEmptyStructGen<Guid>?[], false);
- Eval(13737, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(13738, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(13739, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(13740, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(13729, o is EmptyStructGen<int>, false);
+// Eval(13730, o is EmptyStructGen<int>[], false);
+// Eval(13731, o is EmptyStructGen<int>?, false);
+// Eval(13732, o is EmptyStructGen<int>?[], false);
+// Eval(13733, o is NotEmptyStructGen<Guid>, false);
+// Eval(13734, o is NotEmptyStructGen<Guid>[], false);
+// Eval(13735, o is NotEmptyStructGen<Guid>?, false);
+// Eval(13736, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(13737, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(13738, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(13739, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(13740, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(13741, o is NestedStruct, false);
Eval(13742, o is NestedStruct[], false);
Eval(13743, o is NestedStruct?, false);
Eval(13744, o is NestedStruct?[], false);
- Eval(13745, o is NestedStructGen<Decimal>, false);
- Eval(13746, o is NestedStructGen<Decimal>[], false);
- Eval(13747, o is NestedStructGen<Decimal>?, false);
- Eval(13748, o is NestedStructGen<Decimal>?[], false);
+// Eval(13745, o is NestedStructGen<Decimal>, false);
+// Eval(13746, o is NestedStructGen<Decimal>[], false);
+// Eval(13747, o is NestedStructGen<Decimal>?, false);
+// Eval(13748, o is NestedStructGen<Decimal>?[], false);
Eval(13749, o is ExplicitFieldOffsetStruct, false);
Eval(13750, o is ExplicitFieldOffsetStruct[], false);
Eval(13751, o is ExplicitFieldOffsetStruct?, false);
@@ -12415,18 +12415,18 @@ internal class Program
Eval(13770, o is ImplementTwoInterface[], false);
Eval(13771, o is ImplementTwoInterface?, false);
Eval(13772, o is ImplementTwoInterface?[], false);
- Eval(13773, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(13774, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(13775, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(13776, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(13777, o is ImplementTwoInterfaceGen<int>, false);
- Eval(13778, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(13779, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(13780, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(13781, o is ImplementAllInterface<int>, false);
- Eval(13782, o is ImplementAllInterface<int>[], false);
- Eval(13783, o is ImplementAllInterface<int>?, false);
- Eval(13784, o is ImplementAllInterface<int>?[], false);
+// Eval(13773, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(13774, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(13775, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(13776, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(13777, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(13778, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(13779, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(13780, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(13781, o is ImplementAllInterface<int>, false);
+// Eval(13782, o is ImplementAllInterface<int>[], false);
+// Eval(13783, o is ImplementAllInterface<int>?, false);
+// Eval(13784, o is ImplementAllInterface<int>?[], false);
Eval(13785, o is IntE, false);
Eval(13786, o is IntE[], false);
Eval(13787, o is IntE?, false);
@@ -12525,38 +12525,38 @@ internal class Program
Eval(13880, o is IEmpty[], false);
Eval(13881, o is INotEmpty, false);
Eval(13882, o is INotEmpty[], false);
- Eval(13883, o is IEmptyGen<int>, false);
- Eval(13884, o is IEmptyGen<int>[], false);
- Eval(13885, o is INotEmptyGen<int>, false);
- Eval(13886, o is INotEmptyGen<int>[], false);
+// Eval(13883, o is IEmptyGen<int>, false);
+// Eval(13884, o is IEmptyGen<int>[], false);
+// Eval(13885, o is INotEmptyGen<int>, false);
+// Eval(13886, o is INotEmptyGen<int>[], false);
Eval(13887, o is SimpleDelegate, false);
Eval(13888, o is SimpleDelegate[], false);
- Eval(13889, o is GenericDelegate<int>, false);
- Eval(13890, o is GenericDelegate<int>[], false);
+// Eval(13889, o is GenericDelegate<int>, false);
+// Eval(13890, o is GenericDelegate<int>[], false);
Eval(13891, o is EmptyClass, false);
Eval(13892, o is EmptyClass[], false);
Eval(13893, o is NotEmptyClass, false);
Eval(13894, o is NotEmptyClass[], false);
- Eval(13895, o is EmptyClassGen<int>, false);
- Eval(13896, o is EmptyClassGen<int>[], false);
- Eval(13897, o is NotEmptyClassGen<Guid>, false);
- Eval(13898, o is NotEmptyClassGen<Guid>[], false);
- Eval(13899, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(13900, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(13895, o is EmptyClassGen<int>, false);
+// Eval(13896, o is EmptyClassGen<int>[], false);
+// Eval(13897, o is NotEmptyClassGen<Guid>, false);
+// Eval(13898, o is NotEmptyClassGen<Guid>[], false);
+// Eval(13899, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(13900, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(13901, o is NestedClass, false);
Eval(13902, o is NestedClass[], false);
- Eval(13903, o is NestedClassGen<Decimal>, false);
- Eval(13904, o is NestedClassGen<Decimal>[], false);
+// Eval(13903, o is NestedClassGen<Decimal>, false);
+// Eval(13904, o is NestedClassGen<Decimal>[], false);
Eval(13905, o is ImplementOneInterfaceC, false);
Eval(13906, o is ImplementOneInterfaceC[], false);
Eval(13907, o is ImplementTwoInterfaceC, false);
Eval(13908, o is ImplementTwoInterfaceC[], false);
- Eval(13909, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(13910, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(13911, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(13912, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(13913, o is ImplementAllInterfaceC<int>, false);
- Eval(13914, o is ImplementAllInterfaceC<int>[], false);
+// Eval(13909, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(13910, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(13911, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(13912, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(13913, o is ImplementAllInterfaceC<int>, false);
+// Eval(13914, o is ImplementAllInterfaceC<int>[], false);
Eval(13915, o is SealedClass, false);
Eval(13916, o is SealedClass[], false);
}
@@ -12571,26 +12571,26 @@ internal class Program
Eval(13922, o is NotEmptyStruct[], false);
Eval(13923, o is NotEmptyStruct?, false);
Eval(13924, o is NotEmptyStruct?[], false);
- Eval(13925, o is EmptyStructGen<int>, false);
- Eval(13926, o is EmptyStructGen<int>[], false);
- Eval(13927, o is EmptyStructGen<int>?, false);
- Eval(13928, o is EmptyStructGen<int>?[], false);
- Eval(13929, o is NotEmptyStructGen<Guid>, false);
- Eval(13930, o is NotEmptyStructGen<Guid>[], false);
- Eval(13931, o is NotEmptyStructGen<Guid>?, false);
- Eval(13932, o is NotEmptyStructGen<Guid>?[], false);
- Eval(13933, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(13934, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(13935, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(13936, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(13925, o is EmptyStructGen<int>, false);
+// Eval(13926, o is EmptyStructGen<int>[], false);
+// Eval(13927, o is EmptyStructGen<int>?, false);
+// Eval(13928, o is EmptyStructGen<int>?[], false);
+// Eval(13929, o is NotEmptyStructGen<Guid>, false);
+// Eval(13930, o is NotEmptyStructGen<Guid>[], false);
+// Eval(13931, o is NotEmptyStructGen<Guid>?, false);
+// Eval(13932, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(13933, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(13934, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(13935, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(13936, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(13937, o is NestedStruct, false);
Eval(13938, o is NestedStruct[], false);
Eval(13939, o is NestedStruct?, false);
Eval(13940, o is NestedStruct?[], false);
- Eval(13941, o is NestedStructGen<Decimal>, false);
- Eval(13942, o is NestedStructGen<Decimal>[], false);
- Eval(13943, o is NestedStructGen<Decimal>?, false);
- Eval(13944, o is NestedStructGen<Decimal>?[], false);
+// Eval(13941, o is NestedStructGen<Decimal>, false);
+// Eval(13942, o is NestedStructGen<Decimal>[], false);
+// Eval(13943, o is NestedStructGen<Decimal>?, false);
+// Eval(13944, o is NestedStructGen<Decimal>?[], false);
Eval(13945, o is ExplicitFieldOffsetStruct, false);
Eval(13946, o is ExplicitFieldOffsetStruct[], false);
Eval(13947, o is ExplicitFieldOffsetStruct?, false);
@@ -12607,18 +12607,18 @@ internal class Program
Eval(13966, o is ImplementTwoInterface[], false);
Eval(13967, o is ImplementTwoInterface?, false);
Eval(13968, o is ImplementTwoInterface?[], false);
- Eval(13969, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(13970, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(13971, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(13972, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(13973, o is ImplementTwoInterfaceGen<int>, false);
- Eval(13974, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(13975, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(13976, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(13977, o is ImplementAllInterface<int>, false);
- Eval(13978, o is ImplementAllInterface<int>[], false);
- Eval(13979, o is ImplementAllInterface<int>?, false);
- Eval(13980, o is ImplementAllInterface<int>?[], false);
+// Eval(13969, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(13970, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(13971, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(13972, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(13973, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(13974, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(13975, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(13976, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(13977, o is ImplementAllInterface<int>, false);
+// Eval(13978, o is ImplementAllInterface<int>[], false);
+// Eval(13979, o is ImplementAllInterface<int>?, false);
+// Eval(13980, o is ImplementAllInterface<int>?[], false);
Eval(13981, o is IntE, false);
Eval(13982, o is IntE[], false);
Eval(13983, o is IntE?, false);
@@ -12717,38 +12717,38 @@ internal class Program
Eval(14076, o is IEmpty[], false);
Eval(14077, o is INotEmpty, false);
Eval(14078, o is INotEmpty[], false);
- Eval(14079, o is IEmptyGen<int>, false);
- Eval(14080, o is IEmptyGen<int>[], false);
- Eval(14081, o is INotEmptyGen<int>, false);
- Eval(14082, o is INotEmptyGen<int>[], false);
+// Eval(14079, o is IEmptyGen<int>, false);
+// Eval(14080, o is IEmptyGen<int>[], false);
+// Eval(14081, o is INotEmptyGen<int>, false);
+// Eval(14082, o is INotEmptyGen<int>[], false);
Eval(14083, o is SimpleDelegate, false);
Eval(14084, o is SimpleDelegate[], false);
- Eval(14085, o is GenericDelegate<int>, false);
- Eval(14086, o is GenericDelegate<int>[], false);
+// Eval(14085, o is GenericDelegate<int>, false);
+// Eval(14086, o is GenericDelegate<int>[], false);
Eval(14087, o is EmptyClass, false);
Eval(14088, o is EmptyClass[], false);
Eval(14089, o is NotEmptyClass, false);
Eval(14090, o is NotEmptyClass[], false);
- Eval(14091, o is EmptyClassGen<int>, false);
- Eval(14092, o is EmptyClassGen<int>[], false);
- Eval(14093, o is NotEmptyClassGen<Guid>, false);
- Eval(14094, o is NotEmptyClassGen<Guid>[], false);
- Eval(14095, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(14096, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(14091, o is EmptyClassGen<int>, false);
+// Eval(14092, o is EmptyClassGen<int>[], false);
+// Eval(14093, o is NotEmptyClassGen<Guid>, false);
+// Eval(14094, o is NotEmptyClassGen<Guid>[], false);
+// Eval(14095, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(14096, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(14097, o is NestedClass, false);
Eval(14098, o is NestedClass[], false);
- Eval(14099, o is NestedClassGen<Decimal>, false);
- Eval(14100, o is NestedClassGen<Decimal>[], false);
+// Eval(14099, o is NestedClassGen<Decimal>, false);
+// Eval(14100, o is NestedClassGen<Decimal>[], false);
Eval(14101, o is ImplementOneInterfaceC, false);
Eval(14102, o is ImplementOneInterfaceC[], false);
Eval(14103, o is ImplementTwoInterfaceC, false);
Eval(14104, o is ImplementTwoInterfaceC[], false);
- Eval(14105, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(14106, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(14107, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(14108, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(14109, o is ImplementAllInterfaceC<int>, false);
- Eval(14110, o is ImplementAllInterfaceC<int>[], false);
+// Eval(14105, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(14106, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(14107, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(14108, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(14109, o is ImplementAllInterfaceC<int>, false);
+// Eval(14110, o is ImplementAllInterfaceC<int>[], false);
Eval(14111, o is SealedClass, false);
Eval(14112, o is SealedClass[], false);
}
@@ -12766,26 +12766,26 @@ internal class Program
Eval(14118, o is NotEmptyStruct[], false);
Eval(14119, o is NotEmptyStruct?, false);
Eval(14120, o is NotEmptyStruct?[], false);
- Eval(14121, o is EmptyStructGen<int>, false);
- Eval(14122, o is EmptyStructGen<int>[], false);
- Eval(14123, o is EmptyStructGen<int>?, false);
- Eval(14124, o is EmptyStructGen<int>?[], false);
- Eval(14125, o is NotEmptyStructGen<Guid>, false);
- Eval(14126, o is NotEmptyStructGen<Guid>[], false);
- Eval(14127, o is NotEmptyStructGen<Guid>?, false);
- Eval(14128, o is NotEmptyStructGen<Guid>?[], false);
- Eval(14129, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(14130, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(14131, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(14132, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(14121, o is EmptyStructGen<int>, false);
+// Eval(14122, o is EmptyStructGen<int>[], false);
+// Eval(14123, o is EmptyStructGen<int>?, false);
+// Eval(14124, o is EmptyStructGen<int>?[], false);
+// Eval(14125, o is NotEmptyStructGen<Guid>, false);
+// Eval(14126, o is NotEmptyStructGen<Guid>[], false);
+// Eval(14127, o is NotEmptyStructGen<Guid>?, false);
+// Eval(14128, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(14129, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(14130, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(14131, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(14132, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(14133, o is NestedStruct, false);
Eval(14134, o is NestedStruct[], false);
Eval(14135, o is NestedStruct?, false);
Eval(14136, o is NestedStruct?[], false);
- Eval(14137, o is NestedStructGen<Decimal>, false);
- Eval(14138, o is NestedStructGen<Decimal>[], false);
- Eval(14139, o is NestedStructGen<Decimal>?, false);
- Eval(14140, o is NestedStructGen<Decimal>?[], false);
+// Eval(14137, o is NestedStructGen<Decimal>, false);
+// Eval(14138, o is NestedStructGen<Decimal>[], false);
+// Eval(14139, o is NestedStructGen<Decimal>?, false);
+// Eval(14140, o is NestedStructGen<Decimal>?[], false);
Eval(14141, o is ExplicitFieldOffsetStruct, false);
Eval(14142, o is ExplicitFieldOffsetStruct[], false);
Eval(14143, o is ExplicitFieldOffsetStruct?, false);
@@ -12802,18 +12802,18 @@ internal class Program
Eval(14162, o is ImplementTwoInterface[], false);
Eval(14163, o is ImplementTwoInterface?, false);
Eval(14164, o is ImplementTwoInterface?[], false);
- Eval(14165, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(14166, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(14167, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(14168, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(14169, o is ImplementTwoInterfaceGen<int>, false);
- Eval(14170, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(14171, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(14172, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(14173, o is ImplementAllInterface<int>, false);
- Eval(14174, o is ImplementAllInterface<int>[], false);
- Eval(14175, o is ImplementAllInterface<int>?, false);
- Eval(14176, o is ImplementAllInterface<int>?[], false);
+// Eval(14165, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(14166, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(14167, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(14168, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(14169, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(14170, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(14171, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(14172, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(14173, o is ImplementAllInterface<int>, false);
+// Eval(14174, o is ImplementAllInterface<int>[], false);
+// Eval(14175, o is ImplementAllInterface<int>?, false);
+// Eval(14176, o is ImplementAllInterface<int>?[], false);
Eval(14177, o is IntE, false);
Eval(14178, o is IntE[], false);
Eval(14179, o is IntE?, false);
@@ -12912,38 +12912,38 @@ internal class Program
Eval(14272, o is IEmpty[], false);
Eval(14273, o is INotEmpty, false);
Eval(14274, o is INotEmpty[], false);
- Eval(14275, o is IEmptyGen<int>, false);
- Eval(14276, o is IEmptyGen<int>[], false);
- Eval(14277, o is INotEmptyGen<int>, false);
- Eval(14278, o is INotEmptyGen<int>[], false);
+// Eval(14275, o is IEmptyGen<int>, false);
+// Eval(14276, o is IEmptyGen<int>[], false);
+// Eval(14277, o is INotEmptyGen<int>, false);
+// Eval(14278, o is INotEmptyGen<int>[], false);
Eval(14279, o is SimpleDelegate, false);
Eval(14280, o is SimpleDelegate[], false);
- Eval(14281, o is GenericDelegate<int>, false);
- Eval(14282, o is GenericDelegate<int>[], false);
+// Eval(14281, o is GenericDelegate<int>, false);
+// Eval(14282, o is GenericDelegate<int>[], false);
Eval(14283, o is EmptyClass, false);
Eval(14284, o is EmptyClass[], false);
Eval(14285, o is NotEmptyClass, false);
Eval(14286, o is NotEmptyClass[], false);
- Eval(14287, o is EmptyClassGen<int>, false);
- Eval(14288, o is EmptyClassGen<int>[], false);
- Eval(14289, o is NotEmptyClassGen<Guid>, false);
- Eval(14290, o is NotEmptyClassGen<Guid>[], false);
- Eval(14291, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(14292, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(14287, o is EmptyClassGen<int>, false);
+// Eval(14288, o is EmptyClassGen<int>[], false);
+// Eval(14289, o is NotEmptyClassGen<Guid>, false);
+// Eval(14290, o is NotEmptyClassGen<Guid>[], false);
+// Eval(14291, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(14292, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(14293, o is NestedClass, false);
Eval(14294, o is NestedClass[], false);
- Eval(14295, o is NestedClassGen<Decimal>, false);
- Eval(14296, o is NestedClassGen<Decimal>[], false);
+// Eval(14295, o is NestedClassGen<Decimal>, false);
+// Eval(14296, o is NestedClassGen<Decimal>[], false);
Eval(14297, o is ImplementOneInterfaceC, false);
Eval(14298, o is ImplementOneInterfaceC[], false);
Eval(14299, o is ImplementTwoInterfaceC, false);
Eval(14300, o is ImplementTwoInterfaceC[], false);
- Eval(14301, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(14302, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(14303, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(14304, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(14305, o is ImplementAllInterfaceC<int>, false);
- Eval(14306, o is ImplementAllInterfaceC<int>[], false);
+// Eval(14301, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(14302, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(14303, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(14304, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(14305, o is ImplementAllInterfaceC<int>, false);
+// Eval(14306, o is ImplementAllInterfaceC<int>[], false);
Eval(14307, o is SealedClass, false);
Eval(14308, o is SealedClass[], false);
}
@@ -12958,26 +12958,26 @@ internal class Program
Eval(14314, o is NotEmptyStruct[], false);
Eval(14315, o is NotEmptyStruct?, false);
Eval(14316, o is NotEmptyStruct?[], false);
- Eval(14317, o is EmptyStructGen<int>, false);
- Eval(14318, o is EmptyStructGen<int>[], false);
- Eval(14319, o is EmptyStructGen<int>?, false);
- Eval(14320, o is EmptyStructGen<int>?[], false);
- Eval(14321, o is NotEmptyStructGen<Guid>, false);
- Eval(14322, o is NotEmptyStructGen<Guid>[], false);
- Eval(14323, o is NotEmptyStructGen<Guid>?, false);
- Eval(14324, o is NotEmptyStructGen<Guid>?[], false);
- Eval(14325, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(14326, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(14327, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(14328, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(14317, o is EmptyStructGen<int>, false);
+// Eval(14318, o is EmptyStructGen<int>[], false);
+// Eval(14319, o is EmptyStructGen<int>?, false);
+// Eval(14320, o is EmptyStructGen<int>?[], false);
+// Eval(14321, o is NotEmptyStructGen<Guid>, false);
+// Eval(14322, o is NotEmptyStructGen<Guid>[], false);
+// Eval(14323, o is NotEmptyStructGen<Guid>?, false);
+// Eval(14324, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(14325, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(14326, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(14327, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(14328, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(14329, o is NestedStruct, false);
Eval(14330, o is NestedStruct[], false);
Eval(14331, o is NestedStruct?, false);
Eval(14332, o is NestedStruct?[], false);
- Eval(14333, o is NestedStructGen<Decimal>, false);
- Eval(14334, o is NestedStructGen<Decimal>[], false);
- Eval(14335, o is NestedStructGen<Decimal>?, false);
- Eval(14336, o is NestedStructGen<Decimal>?[], false);
+// Eval(14333, o is NestedStructGen<Decimal>, false);
+// Eval(14334, o is NestedStructGen<Decimal>[], false);
+// Eval(14335, o is NestedStructGen<Decimal>?, false);
+// Eval(14336, o is NestedStructGen<Decimal>?[], false);
Eval(14337, o is ExplicitFieldOffsetStruct, false);
Eval(14338, o is ExplicitFieldOffsetStruct[], false);
Eval(14339, o is ExplicitFieldOffsetStruct?, false);
@@ -12994,18 +12994,18 @@ internal class Program
Eval(14358, o is ImplementTwoInterface[], false);
Eval(14359, o is ImplementTwoInterface?, false);
Eval(14360, o is ImplementTwoInterface?[], false);
- Eval(14361, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(14362, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(14363, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(14364, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(14365, o is ImplementTwoInterfaceGen<int>, false);
- Eval(14366, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(14367, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(14368, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(14369, o is ImplementAllInterface<int>, false);
- Eval(14370, o is ImplementAllInterface<int>[], false);
- Eval(14371, o is ImplementAllInterface<int>?, false);
- Eval(14372, o is ImplementAllInterface<int>?[], false);
+// Eval(14361, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(14362, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(14363, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(14364, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(14365, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(14366, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(14367, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(14368, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(14369, o is ImplementAllInterface<int>, false);
+// Eval(14370, o is ImplementAllInterface<int>[], false);
+// Eval(14371, o is ImplementAllInterface<int>?, false);
+// Eval(14372, o is ImplementAllInterface<int>?[], false);
Eval(14373, o is IntE, false);
Eval(14374, o is IntE[], false);
Eval(14375, o is IntE?, false);
@@ -13104,38 +13104,38 @@ internal class Program
Eval(14468, o is IEmpty[], false);
Eval(14469, o is INotEmpty, false);
Eval(14470, o is INotEmpty[], false);
- Eval(14471, o is IEmptyGen<int>, false);
- Eval(14472, o is IEmptyGen<int>[], false);
- Eval(14473, o is INotEmptyGen<int>, false);
- Eval(14474, o is INotEmptyGen<int>[], false);
+// Eval(14471, o is IEmptyGen<int>, false);
+// Eval(14472, o is IEmptyGen<int>[], false);
+// Eval(14473, o is INotEmptyGen<int>, false);
+// Eval(14474, o is INotEmptyGen<int>[], false);
Eval(14475, o is SimpleDelegate, false);
Eval(14476, o is SimpleDelegate[], false);
- Eval(14477, o is GenericDelegate<int>, false);
- Eval(14478, o is GenericDelegate<int>[], false);
+// Eval(14477, o is GenericDelegate<int>, false);
+// Eval(14478, o is GenericDelegate<int>[], false);
Eval(14479, o is EmptyClass, false);
Eval(14480, o is EmptyClass[], false);
Eval(14481, o is NotEmptyClass, false);
Eval(14482, o is NotEmptyClass[], false);
- Eval(14483, o is EmptyClassGen<int>, false);
- Eval(14484, o is EmptyClassGen<int>[], false);
- Eval(14485, o is NotEmptyClassGen<Guid>, false);
- Eval(14486, o is NotEmptyClassGen<Guid>[], false);
- Eval(14487, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(14488, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(14483, o is EmptyClassGen<int>, false);
+// Eval(14484, o is EmptyClassGen<int>[], false);
+// Eval(14485, o is NotEmptyClassGen<Guid>, false);
+// Eval(14486, o is NotEmptyClassGen<Guid>[], false);
+// Eval(14487, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(14488, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(14489, o is NestedClass, false);
Eval(14490, o is NestedClass[], false);
- Eval(14491, o is NestedClassGen<Decimal>, false);
- Eval(14492, o is NestedClassGen<Decimal>[], false);
+// Eval(14491, o is NestedClassGen<Decimal>, false);
+// Eval(14492, o is NestedClassGen<Decimal>[], false);
Eval(14493, o is ImplementOneInterfaceC, false);
Eval(14494, o is ImplementOneInterfaceC[], false);
Eval(14495, o is ImplementTwoInterfaceC, false);
Eval(14496, o is ImplementTwoInterfaceC[], false);
- Eval(14497, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(14498, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(14499, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(14500, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(14501, o is ImplementAllInterfaceC<int>, false);
- Eval(14502, o is ImplementAllInterfaceC<int>[], false);
+// Eval(14497, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(14498, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(14499, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(14500, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(14501, o is ImplementAllInterfaceC<int>, false);
+// Eval(14502, o is ImplementAllInterfaceC<int>[], false);
Eval(14503, o is SealedClass, false);
Eval(14504, o is SealedClass[], false);
}
@@ -13150,26 +13150,26 @@ internal class Program
Eval(14510, o is NotEmptyStruct[], false);
Eval(14511, o is NotEmptyStruct?, false);
Eval(14512, o is NotEmptyStruct?[], false);
- Eval(14513, o is EmptyStructGen<int>, false);
- Eval(14514, o is EmptyStructGen<int>[], false);
- Eval(14515, o is EmptyStructGen<int>?, false);
- Eval(14516, o is EmptyStructGen<int>?[], false);
- Eval(14517, o is NotEmptyStructGen<Guid>, false);
- Eval(14518, o is NotEmptyStructGen<Guid>[], false);
- Eval(14519, o is NotEmptyStructGen<Guid>?, false);
- Eval(14520, o is NotEmptyStructGen<Guid>?[], false);
- Eval(14521, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(14522, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(14523, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(14524, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(14513, o is EmptyStructGen<int>, false);
+// Eval(14514, o is EmptyStructGen<int>[], false);
+// Eval(14515, o is EmptyStructGen<int>?, false);
+// Eval(14516, o is EmptyStructGen<int>?[], false);
+// Eval(14517, o is NotEmptyStructGen<Guid>, false);
+// Eval(14518, o is NotEmptyStructGen<Guid>[], false);
+// Eval(14519, o is NotEmptyStructGen<Guid>?, false);
+// Eval(14520, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(14521, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(14522, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(14523, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(14524, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(14525, o is NestedStruct, false);
Eval(14526, o is NestedStruct[], false);
Eval(14527, o is NestedStruct?, false);
Eval(14528, o is NestedStruct?[], false);
- Eval(14529, o is NestedStructGen<Decimal>, false);
- Eval(14530, o is NestedStructGen<Decimal>[], false);
- Eval(14531, o is NestedStructGen<Decimal>?, false);
- Eval(14532, o is NestedStructGen<Decimal>?[], false);
+// Eval(14529, o is NestedStructGen<Decimal>, false);
+// Eval(14530, o is NestedStructGen<Decimal>[], false);
+// Eval(14531, o is NestedStructGen<Decimal>?, false);
+// Eval(14532, o is NestedStructGen<Decimal>?[], false);
Eval(14533, o is ExplicitFieldOffsetStruct, false);
Eval(14534, o is ExplicitFieldOffsetStruct[], false);
Eval(14535, o is ExplicitFieldOffsetStruct?, false);
@@ -13186,18 +13186,18 @@ internal class Program
Eval(14554, o is ImplementTwoInterface[], false);
Eval(14555, o is ImplementTwoInterface?, false);
Eval(14556, o is ImplementTwoInterface?[], false);
- Eval(14557, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(14558, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(14559, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(14560, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(14561, o is ImplementTwoInterfaceGen<int>, false);
- Eval(14562, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(14563, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(14564, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(14565, o is ImplementAllInterface<int>, false);
- Eval(14566, o is ImplementAllInterface<int>[], false);
- Eval(14567, o is ImplementAllInterface<int>?, false);
- Eval(14568, o is ImplementAllInterface<int>?[], false);
+// Eval(14557, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(14558, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(14559, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(14560, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(14561, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(14562, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(14563, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(14564, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(14565, o is ImplementAllInterface<int>, false);
+// Eval(14566, o is ImplementAllInterface<int>[], false);
+// Eval(14567, o is ImplementAllInterface<int>?, false);
+// Eval(14568, o is ImplementAllInterface<int>?[], false);
Eval(14569, o is IntE, false);
Eval(14570, o is IntE[], false);
Eval(14571, o is IntE?, false);
@@ -13296,38 +13296,38 @@ internal class Program
Eval(14664, o is IEmpty[], false);
Eval(14665, o is INotEmpty, false);
Eval(14666, o is INotEmpty[], false);
- Eval(14667, o is IEmptyGen<int>, false);
- Eval(14668, o is IEmptyGen<int>[], false);
- Eval(14669, o is INotEmptyGen<int>, false);
- Eval(14670, o is INotEmptyGen<int>[], false);
+// Eval(14667, o is IEmptyGen<int>, false);
+// Eval(14668, o is IEmptyGen<int>[], false);
+// Eval(14669, o is INotEmptyGen<int>, false);
+// Eval(14670, o is INotEmptyGen<int>[], false);
Eval(14671, o is SimpleDelegate, false);
Eval(14672, o is SimpleDelegate[], false);
- Eval(14673, o is GenericDelegate<int>, false);
- Eval(14674, o is GenericDelegate<int>[], false);
+// Eval(14673, o is GenericDelegate<int>, false);
+// Eval(14674, o is GenericDelegate<int>[], false);
Eval(14675, o is EmptyClass, false);
Eval(14676, o is EmptyClass[], false);
Eval(14677, o is NotEmptyClass, false);
Eval(14678, o is NotEmptyClass[], false);
- Eval(14679, o is EmptyClassGen<int>, false);
- Eval(14680, o is EmptyClassGen<int>[], false);
- Eval(14681, o is NotEmptyClassGen<Guid>, false);
- Eval(14682, o is NotEmptyClassGen<Guid>[], false);
- Eval(14683, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(14684, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(14679, o is EmptyClassGen<int>, false);
+// Eval(14680, o is EmptyClassGen<int>[], false);
+// Eval(14681, o is NotEmptyClassGen<Guid>, false);
+// Eval(14682, o is NotEmptyClassGen<Guid>[], false);
+// Eval(14683, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(14684, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(14685, o is NestedClass, false);
Eval(14686, o is NestedClass[], false);
- Eval(14687, o is NestedClassGen<Decimal>, false);
- Eval(14688, o is NestedClassGen<Decimal>[], false);
+// Eval(14687, o is NestedClassGen<Decimal>, false);
+// Eval(14688, o is NestedClassGen<Decimal>[], false);
Eval(14689, o is ImplementOneInterfaceC, false);
Eval(14690, o is ImplementOneInterfaceC[], false);
Eval(14691, o is ImplementTwoInterfaceC, false);
Eval(14692, o is ImplementTwoInterfaceC[], false);
- Eval(14693, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(14694, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(14695, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(14696, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(14697, o is ImplementAllInterfaceC<int>, false);
- Eval(14698, o is ImplementAllInterfaceC<int>[], false);
+// Eval(14693, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(14694, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(14695, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(14696, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(14697, o is ImplementAllInterfaceC<int>, false);
+// Eval(14698, o is ImplementAllInterfaceC<int>[], false);
Eval(14699, o is SealedClass, false);
Eval(14700, o is SealedClass[], false);
}
@@ -13345,26 +13345,26 @@ internal class Program
Eval(14706, o is NotEmptyStruct[], false);
Eval(14707, o is NotEmptyStruct?, false);
Eval(14708, o is NotEmptyStruct?[], false);
- Eval(14709, o is EmptyStructGen<int>, false);
- Eval(14710, o is EmptyStructGen<int>[], false);
- Eval(14711, o is EmptyStructGen<int>?, false);
- Eval(14712, o is EmptyStructGen<int>?[], false);
- Eval(14713, o is NotEmptyStructGen<Guid>, false);
- Eval(14714, o is NotEmptyStructGen<Guid>[], false);
- Eval(14715, o is NotEmptyStructGen<Guid>?, false);
- Eval(14716, o is NotEmptyStructGen<Guid>?[], false);
- Eval(14717, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(14718, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(14719, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(14720, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(14709, o is EmptyStructGen<int>, false);
+// Eval(14710, o is EmptyStructGen<int>[], false);
+// Eval(14711, o is EmptyStructGen<int>?, false);
+// Eval(14712, o is EmptyStructGen<int>?[], false);
+// Eval(14713, o is NotEmptyStructGen<Guid>, false);
+// Eval(14714, o is NotEmptyStructGen<Guid>[], false);
+// Eval(14715, o is NotEmptyStructGen<Guid>?, false);
+// Eval(14716, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(14717, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(14718, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(14719, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(14720, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(14721, o is NestedStruct, false);
Eval(14722, o is NestedStruct[], false);
Eval(14723, o is NestedStruct?, false);
Eval(14724, o is NestedStruct?[], false);
- Eval(14725, o is NestedStructGen<Decimal>, false);
- Eval(14726, o is NestedStructGen<Decimal>[], false);
- Eval(14727, o is NestedStructGen<Decimal>?, false);
- Eval(14728, o is NestedStructGen<Decimal>?[], false);
+// Eval(14725, o is NestedStructGen<Decimal>, false);
+// Eval(14726, o is NestedStructGen<Decimal>[], false);
+// Eval(14727, o is NestedStructGen<Decimal>?, false);
+// Eval(14728, o is NestedStructGen<Decimal>?[], false);
Eval(14729, o is ExplicitFieldOffsetStruct, false);
Eval(14730, o is ExplicitFieldOffsetStruct[], false);
Eval(14731, o is ExplicitFieldOffsetStruct?, false);
@@ -13381,18 +13381,18 @@ internal class Program
Eval(14750, o is ImplementTwoInterface[], false);
Eval(14751, o is ImplementTwoInterface?, false);
Eval(14752, o is ImplementTwoInterface?[], false);
- Eval(14753, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(14754, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(14755, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(14756, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(14757, o is ImplementTwoInterfaceGen<int>, false);
- Eval(14758, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(14759, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(14760, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(14761, o is ImplementAllInterface<int>, false);
- Eval(14762, o is ImplementAllInterface<int>[], false);
- Eval(14763, o is ImplementAllInterface<int>?, false);
- Eval(14764, o is ImplementAllInterface<int>?[], false);
+// Eval(14753, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(14754, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(14755, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(14756, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(14757, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(14758, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(14759, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(14760, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(14761, o is ImplementAllInterface<int>, false);
+// Eval(14762, o is ImplementAllInterface<int>[], false);
+// Eval(14763, o is ImplementAllInterface<int>?, false);
+// Eval(14764, o is ImplementAllInterface<int>?[], false);
Eval(14765, o is IntE, false);
Eval(14766, o is IntE[], false);
Eval(14767, o is IntE?, false);
@@ -13491,38 +13491,38 @@ internal class Program
Eval(14860, o is IEmpty[], false);
Eval(14861, o is INotEmpty, false);
Eval(14862, o is INotEmpty[], false);
- Eval(14863, o is IEmptyGen<int>, false);
- Eval(14864, o is IEmptyGen<int>[], false);
- Eval(14865, o is INotEmptyGen<int>, false);
- Eval(14866, o is INotEmptyGen<int>[], false);
+// Eval(14863, o is IEmptyGen<int>, false);
+// Eval(14864, o is IEmptyGen<int>[], false);
+// Eval(14865, o is INotEmptyGen<int>, false);
+// Eval(14866, o is INotEmptyGen<int>[], false);
Eval(14867, o is SimpleDelegate, false);
Eval(14868, o is SimpleDelegate[], false);
- Eval(14869, o is GenericDelegate<int>, false);
- Eval(14870, o is GenericDelegate<int>[], false);
+// Eval(14869, o is GenericDelegate<int>, false);
+// Eval(14870, o is GenericDelegate<int>[], false);
Eval(14871, o is EmptyClass, false);
Eval(14872, o is EmptyClass[], false);
Eval(14873, o is NotEmptyClass, false);
Eval(14874, o is NotEmptyClass[], false);
- Eval(14875, o is EmptyClassGen<int>, false);
- Eval(14876, o is EmptyClassGen<int>[], false);
- Eval(14877, o is NotEmptyClassGen<Guid>, false);
- Eval(14878, o is NotEmptyClassGen<Guid>[], false);
- Eval(14879, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(14880, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(14875, o is EmptyClassGen<int>, false);
+// Eval(14876, o is EmptyClassGen<int>[], false);
+// Eval(14877, o is NotEmptyClassGen<Guid>, false);
+// Eval(14878, o is NotEmptyClassGen<Guid>[], false);
+// Eval(14879, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(14880, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(14881, o is NestedClass, false);
Eval(14882, o is NestedClass[], false);
- Eval(14883, o is NestedClassGen<Decimal>, false);
- Eval(14884, o is NestedClassGen<Decimal>[], false);
+// Eval(14883, o is NestedClassGen<Decimal>, false);
+// Eval(14884, o is NestedClassGen<Decimal>[], false);
Eval(14885, o is ImplementOneInterfaceC, false);
Eval(14886, o is ImplementOneInterfaceC[], false);
Eval(14887, o is ImplementTwoInterfaceC, false);
Eval(14888, o is ImplementTwoInterfaceC[], false);
- Eval(14889, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(14890, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(14891, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(14892, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(14893, o is ImplementAllInterfaceC<int>, false);
- Eval(14894, o is ImplementAllInterfaceC<int>[], false);
+// Eval(14889, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(14890, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(14891, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(14892, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(14893, o is ImplementAllInterfaceC<int>, false);
+// Eval(14894, o is ImplementAllInterfaceC<int>[], false);
Eval(14895, o is SealedClass, false);
Eval(14896, o is SealedClass[], false);
}
@@ -13537,26 +13537,26 @@ internal class Program
Eval(14902, o is NotEmptyStruct[], false);
Eval(14903, o is NotEmptyStruct?, false);
Eval(14904, o is NotEmptyStruct?[], false);
- Eval(14905, o is EmptyStructGen<int>, false);
- Eval(14906, o is EmptyStructGen<int>[], false);
- Eval(14907, o is EmptyStructGen<int>?, false);
- Eval(14908, o is EmptyStructGen<int>?[], false);
- Eval(14909, o is NotEmptyStructGen<Guid>, false);
- Eval(14910, o is NotEmptyStructGen<Guid>[], false);
- Eval(14911, o is NotEmptyStructGen<Guid>?, false);
- Eval(14912, o is NotEmptyStructGen<Guid>?[], false);
- Eval(14913, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(14914, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(14915, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(14916, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(14905, o is EmptyStructGen<int>, false);
+// Eval(14906, o is EmptyStructGen<int>[], false);
+// Eval(14907, o is EmptyStructGen<int>?, false);
+// Eval(14908, o is EmptyStructGen<int>?[], false);
+// Eval(14909, o is NotEmptyStructGen<Guid>, false);
+// Eval(14910, o is NotEmptyStructGen<Guid>[], false);
+// Eval(14911, o is NotEmptyStructGen<Guid>?, false);
+// Eval(14912, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(14913, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(14914, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(14915, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(14916, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(14917, o is NestedStruct, false);
Eval(14918, o is NestedStruct[], false);
Eval(14919, o is NestedStruct?, false);
Eval(14920, o is NestedStruct?[], false);
- Eval(14921, o is NestedStructGen<Decimal>, false);
- Eval(14922, o is NestedStructGen<Decimal>[], false);
- Eval(14923, o is NestedStructGen<Decimal>?, false);
- Eval(14924, o is NestedStructGen<Decimal>?[], false);
+// Eval(14921, o is NestedStructGen<Decimal>, false);
+// Eval(14922, o is NestedStructGen<Decimal>[], false);
+// Eval(14923, o is NestedStructGen<Decimal>?, false);
+// Eval(14924, o is NestedStructGen<Decimal>?[], false);
Eval(14925, o is ExplicitFieldOffsetStruct, false);
Eval(14926, o is ExplicitFieldOffsetStruct[], false);
Eval(14927, o is ExplicitFieldOffsetStruct?, false);
@@ -13573,18 +13573,18 @@ internal class Program
Eval(14946, o is ImplementTwoInterface[], false);
Eval(14947, o is ImplementTwoInterface?, false);
Eval(14948, o is ImplementTwoInterface?[], false);
- Eval(14949, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(14950, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(14951, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(14952, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(14953, o is ImplementTwoInterfaceGen<int>, false);
- Eval(14954, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(14955, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(14956, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(14957, o is ImplementAllInterface<int>, false);
- Eval(14958, o is ImplementAllInterface<int>[], false);
- Eval(14959, o is ImplementAllInterface<int>?, false);
- Eval(14960, o is ImplementAllInterface<int>?[], false);
+// Eval(14949, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(14950, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(14951, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(14952, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(14953, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(14954, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(14955, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(14956, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(14957, o is ImplementAllInterface<int>, false);
+// Eval(14958, o is ImplementAllInterface<int>[], false);
+// Eval(14959, o is ImplementAllInterface<int>?, false);
+// Eval(14960, o is ImplementAllInterface<int>?[], false);
Eval(14961, o is IntE, false);
Eval(14962, o is IntE[], false);
Eval(14963, o is IntE?, false);
@@ -13683,38 +13683,38 @@ internal class Program
Eval(15056, o is IEmpty[], false);
Eval(15057, o is INotEmpty, false);
Eval(15058, o is INotEmpty[], false);
- Eval(15059, o is IEmptyGen<int>, false);
- Eval(15060, o is IEmptyGen<int>[], false);
- Eval(15061, o is INotEmptyGen<int>, false);
- Eval(15062, o is INotEmptyGen<int>[], false);
+// Eval(15059, o is IEmptyGen<int>, false);
+// Eval(15060, o is IEmptyGen<int>[], false);
+// Eval(15061, o is INotEmptyGen<int>, false);
+// Eval(15062, o is INotEmptyGen<int>[], false);
Eval(15063, o is SimpleDelegate, false);
Eval(15064, o is SimpleDelegate[], false);
- Eval(15065, o is GenericDelegate<int>, false);
- Eval(15066, o is GenericDelegate<int>[], false);
+// Eval(15065, o is GenericDelegate<int>, false);
+// Eval(15066, o is GenericDelegate<int>[], false);
Eval(15067, o is EmptyClass, false);
Eval(15068, o is EmptyClass[], false);
Eval(15069, o is NotEmptyClass, false);
Eval(15070, o is NotEmptyClass[], false);
- Eval(15071, o is EmptyClassGen<int>, false);
- Eval(15072, o is EmptyClassGen<int>[], false);
- Eval(15073, o is NotEmptyClassGen<Guid>, false);
- Eval(15074, o is NotEmptyClassGen<Guid>[], false);
- Eval(15075, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(15076, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(15071, o is EmptyClassGen<int>, false);
+// Eval(15072, o is EmptyClassGen<int>[], false);
+// Eval(15073, o is NotEmptyClassGen<Guid>, false);
+// Eval(15074, o is NotEmptyClassGen<Guid>[], false);
+// Eval(15075, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(15076, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(15077, o is NestedClass, false);
Eval(15078, o is NestedClass[], false);
- Eval(15079, o is NestedClassGen<Decimal>, false);
- Eval(15080, o is NestedClassGen<Decimal>[], false);
+// Eval(15079, o is NestedClassGen<Decimal>, false);
+// Eval(15080, o is NestedClassGen<Decimal>[], false);
Eval(15081, o is ImplementOneInterfaceC, false);
Eval(15082, o is ImplementOneInterfaceC[], false);
Eval(15083, o is ImplementTwoInterfaceC, false);
Eval(15084, o is ImplementTwoInterfaceC[], false);
- Eval(15085, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(15086, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(15087, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(15088, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(15089, o is ImplementAllInterfaceC<int>, false);
- Eval(15090, o is ImplementAllInterfaceC<int>[], false);
+// Eval(15085, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(15086, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(15087, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(15088, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(15089, o is ImplementAllInterfaceC<int>, false);
+// Eval(15090, o is ImplementAllInterfaceC<int>[], false);
Eval(15091, o is SealedClass, false);
Eval(15092, o is SealedClass[], false);
}
@@ -13729,26 +13729,26 @@ internal class Program
Eval(15098, o is NotEmptyStruct[], false);
Eval(15099, o is NotEmptyStruct?, false);
Eval(15100, o is NotEmptyStruct?[], false);
- Eval(15101, o is EmptyStructGen<int>, false);
- Eval(15102, o is EmptyStructGen<int>[], false);
- Eval(15103, o is EmptyStructGen<int>?, false);
- Eval(15104, o is EmptyStructGen<int>?[], false);
- Eval(15105, o is NotEmptyStructGen<Guid>, false);
- Eval(15106, o is NotEmptyStructGen<Guid>[], false);
- Eval(15107, o is NotEmptyStructGen<Guid>?, false);
- Eval(15108, o is NotEmptyStructGen<Guid>?[], false);
- Eval(15109, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(15110, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(15111, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(15112, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(15101, o is EmptyStructGen<int>, false);
+// Eval(15102, o is EmptyStructGen<int>[], false);
+// Eval(15103, o is EmptyStructGen<int>?, false);
+// Eval(15104, o is EmptyStructGen<int>?[], false);
+// Eval(15105, o is NotEmptyStructGen<Guid>, false);
+// Eval(15106, o is NotEmptyStructGen<Guid>[], false);
+// Eval(15107, o is NotEmptyStructGen<Guid>?, false);
+// Eval(15108, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(15109, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(15110, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(15111, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(15112, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(15113, o is NestedStruct, false);
Eval(15114, o is NestedStruct[], false);
Eval(15115, o is NestedStruct?, false);
Eval(15116, o is NestedStruct?[], false);
- Eval(15117, o is NestedStructGen<Decimal>, false);
- Eval(15118, o is NestedStructGen<Decimal>[], false);
- Eval(15119, o is NestedStructGen<Decimal>?, false);
- Eval(15120, o is NestedStructGen<Decimal>?[], false);
+// Eval(15117, o is NestedStructGen<Decimal>, false);
+// Eval(15118, o is NestedStructGen<Decimal>[], false);
+// Eval(15119, o is NestedStructGen<Decimal>?, false);
+// Eval(15120, o is NestedStructGen<Decimal>?[], false);
Eval(15121, o is ExplicitFieldOffsetStruct, false);
Eval(15122, o is ExplicitFieldOffsetStruct[], false);
Eval(15123, o is ExplicitFieldOffsetStruct?, false);
@@ -13765,18 +13765,18 @@ internal class Program
Eval(15142, o is ImplementTwoInterface[], false);
Eval(15143, o is ImplementTwoInterface?, false);
Eval(15144, o is ImplementTwoInterface?[], false);
- Eval(15145, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(15146, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(15147, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(15148, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(15149, o is ImplementTwoInterfaceGen<int>, false);
- Eval(15150, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(15151, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(15152, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(15153, o is ImplementAllInterface<int>, false);
- Eval(15154, o is ImplementAllInterface<int>[], false);
- Eval(15155, o is ImplementAllInterface<int>?, false);
- Eval(15156, o is ImplementAllInterface<int>?[], false);
+// Eval(15145, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(15146, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(15147, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(15148, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(15149, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(15150, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(15151, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(15152, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(15153, o is ImplementAllInterface<int>, false);
+// Eval(15154, o is ImplementAllInterface<int>[], false);
+// Eval(15155, o is ImplementAllInterface<int>?, false);
+// Eval(15156, o is ImplementAllInterface<int>?[], false);
Eval(15157, o is IntE, false);
Eval(15158, o is IntE[], false);
Eval(15159, o is IntE?, false);
@@ -13875,38 +13875,38 @@ internal class Program
Eval(15252, o is IEmpty[], false);
Eval(15253, o is INotEmpty, false);
Eval(15254, o is INotEmpty[], false);
- Eval(15255, o is IEmptyGen<int>, false);
- Eval(15256, o is IEmptyGen<int>[], false);
- Eval(15257, o is INotEmptyGen<int>, false);
- Eval(15258, o is INotEmptyGen<int>[], false);
+// Eval(15255, o is IEmptyGen<int>, false);
+// Eval(15256, o is IEmptyGen<int>[], false);
+// Eval(15257, o is INotEmptyGen<int>, false);
+// Eval(15258, o is INotEmptyGen<int>[], false);
Eval(15259, o is SimpleDelegate, false);
Eval(15260, o is SimpleDelegate[], false);
- Eval(15261, o is GenericDelegate<int>, false);
- Eval(15262, o is GenericDelegate<int>[], false);
+// Eval(15261, o is GenericDelegate<int>, false);
+// Eval(15262, o is GenericDelegate<int>[], false);
Eval(15263, o is EmptyClass, false);
Eval(15264, o is EmptyClass[], false);
Eval(15265, o is NotEmptyClass, false);
Eval(15266, o is NotEmptyClass[], false);
- Eval(15267, o is EmptyClassGen<int>, false);
- Eval(15268, o is EmptyClassGen<int>[], false);
- Eval(15269, o is NotEmptyClassGen<Guid>, false);
- Eval(15270, o is NotEmptyClassGen<Guid>[], false);
- Eval(15271, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(15272, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(15267, o is EmptyClassGen<int>, false);
+// Eval(15268, o is EmptyClassGen<int>[], false);
+// Eval(15269, o is NotEmptyClassGen<Guid>, false);
+// Eval(15270, o is NotEmptyClassGen<Guid>[], false);
+// Eval(15271, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(15272, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(15273, o is NestedClass, false);
Eval(15274, o is NestedClass[], false);
- Eval(15275, o is NestedClassGen<Decimal>, false);
- Eval(15276, o is NestedClassGen<Decimal>[], false);
+// Eval(15275, o is NestedClassGen<Decimal>, false);
+// Eval(15276, o is NestedClassGen<Decimal>[], false);
Eval(15277, o is ImplementOneInterfaceC, false);
Eval(15278, o is ImplementOneInterfaceC[], false);
Eval(15279, o is ImplementTwoInterfaceC, false);
Eval(15280, o is ImplementTwoInterfaceC[], false);
- Eval(15281, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(15282, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(15283, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(15284, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(15285, o is ImplementAllInterfaceC<int>, false);
- Eval(15286, o is ImplementAllInterfaceC<int>[], false);
+// Eval(15281, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(15282, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(15283, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(15284, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(15285, o is ImplementAllInterfaceC<int>, false);
+// Eval(15286, o is ImplementAllInterfaceC<int>[], false);
Eval(15287, o is SealedClass, false);
Eval(15288, o is SealedClass[], false);
}
@@ -13924,26 +13924,26 @@ internal class Program
Eval(15294, o is NotEmptyStruct[], false);
Eval(15295, o is NotEmptyStruct?, false);
Eval(15296, o is NotEmptyStruct?[], false);
- Eval(15297, o is EmptyStructGen<int>, false);
- Eval(15298, o is EmptyStructGen<int>[], false);
- Eval(15299, o is EmptyStructGen<int>?, false);
- Eval(15300, o is EmptyStructGen<int>?[], false);
- Eval(15301, o is NotEmptyStructGen<Guid>, false);
- Eval(15302, o is NotEmptyStructGen<Guid>[], false);
- Eval(15303, o is NotEmptyStructGen<Guid>?, false);
- Eval(15304, o is NotEmptyStructGen<Guid>?[], false);
- Eval(15305, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(15306, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(15307, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(15308, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(15297, o is EmptyStructGen<int>, false);
+// Eval(15298, o is EmptyStructGen<int>[], false);
+// Eval(15299, o is EmptyStructGen<int>?, false);
+// Eval(15300, o is EmptyStructGen<int>?[], false);
+// Eval(15301, o is NotEmptyStructGen<Guid>, false);
+// Eval(15302, o is NotEmptyStructGen<Guid>[], false);
+// Eval(15303, o is NotEmptyStructGen<Guid>?, false);
+// Eval(15304, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(15305, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(15306, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(15307, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(15308, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(15309, o is NestedStruct, false);
Eval(15310, o is NestedStruct[], false);
Eval(15311, o is NestedStruct?, false);
Eval(15312, o is NestedStruct?[], false);
- Eval(15313, o is NestedStructGen<Decimal>, false);
- Eval(15314, o is NestedStructGen<Decimal>[], false);
- Eval(15315, o is NestedStructGen<Decimal>?, false);
- Eval(15316, o is NestedStructGen<Decimal>?[], false);
+// Eval(15313, o is NestedStructGen<Decimal>, false);
+// Eval(15314, o is NestedStructGen<Decimal>[], false);
+// Eval(15315, o is NestedStructGen<Decimal>?, false);
+// Eval(15316, o is NestedStructGen<Decimal>?[], false);
Eval(15317, o is ExplicitFieldOffsetStruct, false);
Eval(15318, o is ExplicitFieldOffsetStruct[], false);
Eval(15319, o is ExplicitFieldOffsetStruct?, false);
@@ -13960,18 +13960,18 @@ internal class Program
Eval(15338, o is ImplementTwoInterface[], false);
Eval(15339, o is ImplementTwoInterface?, false);
Eval(15340, o is ImplementTwoInterface?[], false);
- Eval(15341, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(15342, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(15343, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(15344, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(15345, o is ImplementTwoInterfaceGen<int>, false);
- Eval(15346, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(15347, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(15348, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(15349, o is ImplementAllInterface<int>, false);
- Eval(15350, o is ImplementAllInterface<int>[], false);
- Eval(15351, o is ImplementAllInterface<int>?, false);
- Eval(15352, o is ImplementAllInterface<int>?[], false);
+// Eval(15341, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(15342, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(15343, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(15344, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(15345, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(15346, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(15347, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(15348, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(15349, o is ImplementAllInterface<int>, false);
+// Eval(15350, o is ImplementAllInterface<int>[], false);
+// Eval(15351, o is ImplementAllInterface<int>?, false);
+// Eval(15352, o is ImplementAllInterface<int>?[], false);
Eval(15353, o is IntE, false);
Eval(15354, o is IntE[], false);
Eval(15355, o is IntE?, false);
@@ -14070,38 +14070,38 @@ internal class Program
Eval(15448, o is IEmpty[], false);
Eval(15449, o is INotEmpty, false);
Eval(15450, o is INotEmpty[], false);
- Eval(15451, o is IEmptyGen<int>, false);
- Eval(15452, o is IEmptyGen<int>[], false);
- Eval(15453, o is INotEmptyGen<int>, false);
- Eval(15454, o is INotEmptyGen<int>[], false);
+// Eval(15451, o is IEmptyGen<int>, false);
+// Eval(15452, o is IEmptyGen<int>[], false);
+// Eval(15453, o is INotEmptyGen<int>, false);
+// Eval(15454, o is INotEmptyGen<int>[], false);
Eval(15455, o is SimpleDelegate, false);
Eval(15456, o is SimpleDelegate[], false);
- Eval(15457, o is GenericDelegate<int>, false);
- Eval(15458, o is GenericDelegate<int>[], false);
+// Eval(15457, o is GenericDelegate<int>, false);
+// Eval(15458, o is GenericDelegate<int>[], false);
Eval(15459, o is EmptyClass, false);
Eval(15460, o is EmptyClass[], false);
Eval(15461, o is NotEmptyClass, false);
Eval(15462, o is NotEmptyClass[], false);
- Eval(15463, o is EmptyClassGen<int>, false);
- Eval(15464, o is EmptyClassGen<int>[], false);
- Eval(15465, o is NotEmptyClassGen<Guid>, false);
- Eval(15466, o is NotEmptyClassGen<Guid>[], false);
- Eval(15467, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(15468, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(15463, o is EmptyClassGen<int>, false);
+// Eval(15464, o is EmptyClassGen<int>[], false);
+// Eval(15465, o is NotEmptyClassGen<Guid>, false);
+// Eval(15466, o is NotEmptyClassGen<Guid>[], false);
+// Eval(15467, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(15468, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(15469, o is NestedClass, false);
Eval(15470, o is NestedClass[], false);
- Eval(15471, o is NestedClassGen<Decimal>, false);
- Eval(15472, o is NestedClassGen<Decimal>[], false);
+// Eval(15471, o is NestedClassGen<Decimal>, false);
+// Eval(15472, o is NestedClassGen<Decimal>[], false);
Eval(15473, o is ImplementOneInterfaceC, false);
Eval(15474, o is ImplementOneInterfaceC[], false);
Eval(15475, o is ImplementTwoInterfaceC, false);
Eval(15476, o is ImplementTwoInterfaceC[], false);
- Eval(15477, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(15478, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(15479, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(15480, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(15481, o is ImplementAllInterfaceC<int>, false);
- Eval(15482, o is ImplementAllInterfaceC<int>[], false);
+// Eval(15477, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(15478, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(15479, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(15480, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(15481, o is ImplementAllInterfaceC<int>, false);
+// Eval(15482, o is ImplementAllInterfaceC<int>[], false);
Eval(15483, o is SealedClass, false);
Eval(15484, o is SealedClass[], false);
}
@@ -14116,26 +14116,26 @@ internal class Program
Eval(15490, o is NotEmptyStruct[], false);
Eval(15491, o is NotEmptyStruct?, false);
Eval(15492, o is NotEmptyStruct?[], false);
- Eval(15493, o is EmptyStructGen<int>, false);
- Eval(15494, o is EmptyStructGen<int>[], false);
- Eval(15495, o is EmptyStructGen<int>?, false);
- Eval(15496, o is EmptyStructGen<int>?[], false);
- Eval(15497, o is NotEmptyStructGen<Guid>, false);
- Eval(15498, o is NotEmptyStructGen<Guid>[], false);
- Eval(15499, o is NotEmptyStructGen<Guid>?, false);
- Eval(15500, o is NotEmptyStructGen<Guid>?[], false);
- Eval(15501, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(15502, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(15503, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(15504, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(15493, o is EmptyStructGen<int>, false);
+// Eval(15494, o is EmptyStructGen<int>[], false);
+// Eval(15495, o is EmptyStructGen<int>?, false);
+// Eval(15496, o is EmptyStructGen<int>?[], false);
+// Eval(15497, o is NotEmptyStructGen<Guid>, false);
+// Eval(15498, o is NotEmptyStructGen<Guid>[], false);
+// Eval(15499, o is NotEmptyStructGen<Guid>?, false);
+// Eval(15500, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(15501, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(15502, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(15503, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(15504, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(15505, o is NestedStruct, false);
Eval(15506, o is NestedStruct[], false);
Eval(15507, o is NestedStruct?, false);
Eval(15508, o is NestedStruct?[], false);
- Eval(15509, o is NestedStructGen<Decimal>, false);
- Eval(15510, o is NestedStructGen<Decimal>[], false);
- Eval(15511, o is NestedStructGen<Decimal>?, false);
- Eval(15512, o is NestedStructGen<Decimal>?[], false);
+// Eval(15509, o is NestedStructGen<Decimal>, false);
+// Eval(15510, o is NestedStructGen<Decimal>[], false);
+// Eval(15511, o is NestedStructGen<Decimal>?, false);
+// Eval(15512, o is NestedStructGen<Decimal>?[], false);
Eval(15513, o is ExplicitFieldOffsetStruct, false);
Eval(15514, o is ExplicitFieldOffsetStruct[], false);
Eval(15515, o is ExplicitFieldOffsetStruct?, false);
@@ -14152,18 +14152,18 @@ internal class Program
Eval(15534, o is ImplementTwoInterface[], false);
Eval(15535, o is ImplementTwoInterface?, false);
Eval(15536, o is ImplementTwoInterface?[], false);
- Eval(15537, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(15538, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(15539, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(15540, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(15541, o is ImplementTwoInterfaceGen<int>, false);
- Eval(15542, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(15543, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(15544, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(15545, o is ImplementAllInterface<int>, false);
- Eval(15546, o is ImplementAllInterface<int>[], false);
- Eval(15547, o is ImplementAllInterface<int>?, false);
- Eval(15548, o is ImplementAllInterface<int>?[], false);
+// Eval(15537, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(15538, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(15539, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(15540, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(15541, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(15542, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(15543, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(15544, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(15545, o is ImplementAllInterface<int>, false);
+// Eval(15546, o is ImplementAllInterface<int>[], false);
+// Eval(15547, o is ImplementAllInterface<int>?, false);
+// Eval(15548, o is ImplementAllInterface<int>?[], false);
Eval(15549, o is IntE, false);
Eval(15550, o is IntE[], false);
Eval(15551, o is IntE?, false);
@@ -14262,38 +14262,38 @@ internal class Program
Eval(15644, o is IEmpty[], false);
Eval(15645, o is INotEmpty, false);
Eval(15646, o is INotEmpty[], false);
- Eval(15647, o is IEmptyGen<int>, false);
- Eval(15648, o is IEmptyGen<int>[], false);
- Eval(15649, o is INotEmptyGen<int>, false);
- Eval(15650, o is INotEmptyGen<int>[], false);
+// Eval(15647, o is IEmptyGen<int>, false);
+// Eval(15648, o is IEmptyGen<int>[], false);
+// Eval(15649, o is INotEmptyGen<int>, false);
+// Eval(15650, o is INotEmptyGen<int>[], false);
Eval(15651, o is SimpleDelegate, false);
Eval(15652, o is SimpleDelegate[], false);
- Eval(15653, o is GenericDelegate<int>, false);
- Eval(15654, o is GenericDelegate<int>[], false);
+// Eval(15653, o is GenericDelegate<int>, false);
+// Eval(15654, o is GenericDelegate<int>[], false);
Eval(15655, o is EmptyClass, false);
Eval(15656, o is EmptyClass[], false);
Eval(15657, o is NotEmptyClass, false);
Eval(15658, o is NotEmptyClass[], false);
- Eval(15659, o is EmptyClassGen<int>, false);
- Eval(15660, o is EmptyClassGen<int>[], false);
- Eval(15661, o is NotEmptyClassGen<Guid>, false);
- Eval(15662, o is NotEmptyClassGen<Guid>[], false);
- Eval(15663, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(15664, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(15659, o is EmptyClassGen<int>, false);
+// Eval(15660, o is EmptyClassGen<int>[], false);
+// Eval(15661, o is NotEmptyClassGen<Guid>, false);
+// Eval(15662, o is NotEmptyClassGen<Guid>[], false);
+// Eval(15663, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(15664, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(15665, o is NestedClass, false);
Eval(15666, o is NestedClass[], false);
- Eval(15667, o is NestedClassGen<Decimal>, false);
- Eval(15668, o is NestedClassGen<Decimal>[], false);
+// Eval(15667, o is NestedClassGen<Decimal>, false);
+// Eval(15668, o is NestedClassGen<Decimal>[], false);
Eval(15669, o is ImplementOneInterfaceC, false);
Eval(15670, o is ImplementOneInterfaceC[], false);
Eval(15671, o is ImplementTwoInterfaceC, false);
Eval(15672, o is ImplementTwoInterfaceC[], false);
- Eval(15673, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(15674, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(15675, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(15676, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(15677, o is ImplementAllInterfaceC<int>, false);
- Eval(15678, o is ImplementAllInterfaceC<int>[], false);
+// Eval(15673, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(15674, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(15675, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(15676, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(15677, o is ImplementAllInterfaceC<int>, false);
+// Eval(15678, o is ImplementAllInterfaceC<int>[], false);
Eval(15679, o is SealedClass, false);
Eval(15680, o is SealedClass[], false);
}
@@ -14308,26 +14308,26 @@ internal class Program
Eval(15686, o is NotEmptyStruct[], false);
Eval(15687, o is NotEmptyStruct?, false);
Eval(15688, o is NotEmptyStruct?[], false);
- Eval(15689, o is EmptyStructGen<int>, false);
- Eval(15690, o is EmptyStructGen<int>[], false);
- Eval(15691, o is EmptyStructGen<int>?, false);
- Eval(15692, o is EmptyStructGen<int>?[], false);
- Eval(15693, o is NotEmptyStructGen<Guid>, false);
- Eval(15694, o is NotEmptyStructGen<Guid>[], false);
- Eval(15695, o is NotEmptyStructGen<Guid>?, false);
- Eval(15696, o is NotEmptyStructGen<Guid>?[], false);
- Eval(15697, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(15698, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(15699, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(15700, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(15689, o is EmptyStructGen<int>, false);
+// Eval(15690, o is EmptyStructGen<int>[], false);
+// Eval(15691, o is EmptyStructGen<int>?, false);
+// Eval(15692, o is EmptyStructGen<int>?[], false);
+// Eval(15693, o is NotEmptyStructGen<Guid>, false);
+// Eval(15694, o is NotEmptyStructGen<Guid>[], false);
+// Eval(15695, o is NotEmptyStructGen<Guid>?, false);
+// Eval(15696, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(15697, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(15698, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(15699, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(15700, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(15701, o is NestedStruct, false);
Eval(15702, o is NestedStruct[], false);
Eval(15703, o is NestedStruct?, false);
Eval(15704, o is NestedStruct?[], false);
- Eval(15705, o is NestedStructGen<Decimal>, false);
- Eval(15706, o is NestedStructGen<Decimal>[], false);
- Eval(15707, o is NestedStructGen<Decimal>?, false);
- Eval(15708, o is NestedStructGen<Decimal>?[], false);
+// Eval(15705, o is NestedStructGen<Decimal>, false);
+// Eval(15706, o is NestedStructGen<Decimal>[], false);
+// Eval(15707, o is NestedStructGen<Decimal>?, false);
+// Eval(15708, o is NestedStructGen<Decimal>?[], false);
Eval(15709, o is ExplicitFieldOffsetStruct, false);
Eval(15710, o is ExplicitFieldOffsetStruct[], false);
Eval(15711, o is ExplicitFieldOffsetStruct?, false);
@@ -14344,18 +14344,18 @@ internal class Program
Eval(15730, o is ImplementTwoInterface[], false);
Eval(15731, o is ImplementTwoInterface?, false);
Eval(15732, o is ImplementTwoInterface?[], false);
- Eval(15733, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(15734, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(15735, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(15736, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(15737, o is ImplementTwoInterfaceGen<int>, false);
- Eval(15738, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(15739, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(15740, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(15741, o is ImplementAllInterface<int>, false);
- Eval(15742, o is ImplementAllInterface<int>[], false);
- Eval(15743, o is ImplementAllInterface<int>?, false);
- Eval(15744, o is ImplementAllInterface<int>?[], false);
+// Eval(15733, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(15734, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(15735, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(15736, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(15737, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(15738, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(15739, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(15740, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(15741, o is ImplementAllInterface<int>, false);
+// Eval(15742, o is ImplementAllInterface<int>[], false);
+// Eval(15743, o is ImplementAllInterface<int>?, false);
+// Eval(15744, o is ImplementAllInterface<int>?[], false);
Eval(15745, o is IntE, false);
Eval(15746, o is IntE[], false);
Eval(15747, o is IntE?, false);
@@ -14454,38 +14454,38 @@ internal class Program
Eval(15840, o is IEmpty[], false);
Eval(15841, o is INotEmpty, false);
Eval(15842, o is INotEmpty[], false);
- Eval(15843, o is IEmptyGen<int>, false);
- Eval(15844, o is IEmptyGen<int>[], false);
- Eval(15845, o is INotEmptyGen<int>, false);
- Eval(15846, o is INotEmptyGen<int>[], false);
+// Eval(15843, o is IEmptyGen<int>, false);
+// Eval(15844, o is IEmptyGen<int>[], false);
+// Eval(15845, o is INotEmptyGen<int>, false);
+// Eval(15846, o is INotEmptyGen<int>[], false);
Eval(15847, o is SimpleDelegate, false);
Eval(15848, o is SimpleDelegate[], false);
- Eval(15849, o is GenericDelegate<int>, false);
- Eval(15850, o is GenericDelegate<int>[], false);
+// Eval(15849, o is GenericDelegate<int>, false);
+// Eval(15850, o is GenericDelegate<int>[], false);
Eval(15851, o is EmptyClass, false);
Eval(15852, o is EmptyClass[], false);
Eval(15853, o is NotEmptyClass, false);
Eval(15854, o is NotEmptyClass[], false);
- Eval(15855, o is EmptyClassGen<int>, false);
- Eval(15856, o is EmptyClassGen<int>[], false);
- Eval(15857, o is NotEmptyClassGen<Guid>, false);
- Eval(15858, o is NotEmptyClassGen<Guid>[], false);
- Eval(15859, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(15860, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(15855, o is EmptyClassGen<int>, false);
+// Eval(15856, o is EmptyClassGen<int>[], false);
+// Eval(15857, o is NotEmptyClassGen<Guid>, false);
+// Eval(15858, o is NotEmptyClassGen<Guid>[], false);
+// Eval(15859, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(15860, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(15861, o is NestedClass, false);
Eval(15862, o is NestedClass[], false);
- Eval(15863, o is NestedClassGen<Decimal>, false);
- Eval(15864, o is NestedClassGen<Decimal>[], false);
+// Eval(15863, o is NestedClassGen<Decimal>, false);
+// Eval(15864, o is NestedClassGen<Decimal>[], false);
Eval(15865, o is ImplementOneInterfaceC, false);
Eval(15866, o is ImplementOneInterfaceC[], false);
Eval(15867, o is ImplementTwoInterfaceC, false);
Eval(15868, o is ImplementTwoInterfaceC[], false);
- Eval(15869, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(15870, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(15871, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(15872, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(15873, o is ImplementAllInterfaceC<int>, false);
- Eval(15874, o is ImplementAllInterfaceC<int>[], false);
+// Eval(15869, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(15870, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(15871, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(15872, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(15873, o is ImplementAllInterfaceC<int>, false);
+// Eval(15874, o is ImplementAllInterfaceC<int>[], false);
Eval(15875, o is SealedClass, false);
Eval(15876, o is SealedClass[], false);
}
@@ -14503,26 +14503,26 @@ internal class Program
Eval(15882, o is NotEmptyStruct[], false);
Eval(15883, o is NotEmptyStruct?, false);
Eval(15884, o is NotEmptyStruct?[], false);
- Eval(15885, o is EmptyStructGen<int>, false);
- Eval(15886, o is EmptyStructGen<int>[], false);
- Eval(15887, o is EmptyStructGen<int>?, false);
- Eval(15888, o is EmptyStructGen<int>?[], false);
- Eval(15889, o is NotEmptyStructGen<Guid>, false);
- Eval(15890, o is NotEmptyStructGen<Guid>[], false);
- Eval(15891, o is NotEmptyStructGen<Guid>?, false);
- Eval(15892, o is NotEmptyStructGen<Guid>?[], false);
- Eval(15893, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(15894, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(15895, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(15896, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(15885, o is EmptyStructGen<int>, false);
+// Eval(15886, o is EmptyStructGen<int>[], false);
+// Eval(15887, o is EmptyStructGen<int>?, false);
+// Eval(15888, o is EmptyStructGen<int>?[], false);
+// Eval(15889, o is NotEmptyStructGen<Guid>, false);
+// Eval(15890, o is NotEmptyStructGen<Guid>[], false);
+// Eval(15891, o is NotEmptyStructGen<Guid>?, false);
+// Eval(15892, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(15893, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(15894, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(15895, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(15896, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(15897, o is NestedStruct, false);
Eval(15898, o is NestedStruct[], false);
Eval(15899, o is NestedStruct?, false);
Eval(15900, o is NestedStruct?[], false);
- Eval(15901, o is NestedStructGen<Decimal>, false);
- Eval(15902, o is NestedStructGen<Decimal>[], false);
- Eval(15903, o is NestedStructGen<Decimal>?, false);
- Eval(15904, o is NestedStructGen<Decimal>?[], false);
+// Eval(15901, o is NestedStructGen<Decimal>, false);
+// Eval(15902, o is NestedStructGen<Decimal>[], false);
+// Eval(15903, o is NestedStructGen<Decimal>?, false);
+// Eval(15904, o is NestedStructGen<Decimal>?[], false);
Eval(15905, o is ExplicitFieldOffsetStruct, false);
Eval(15906, o is ExplicitFieldOffsetStruct[], false);
Eval(15907, o is ExplicitFieldOffsetStruct?, false);
@@ -14539,18 +14539,18 @@ internal class Program
Eval(15926, o is ImplementTwoInterface[], false);
Eval(15927, o is ImplementTwoInterface?, false);
Eval(15928, o is ImplementTwoInterface?[], false);
- Eval(15929, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(15930, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(15931, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(15932, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(15933, o is ImplementTwoInterfaceGen<int>, false);
- Eval(15934, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(15935, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(15936, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(15937, o is ImplementAllInterface<int>, false);
- Eval(15938, o is ImplementAllInterface<int>[], false);
- Eval(15939, o is ImplementAllInterface<int>?, false);
- Eval(15940, o is ImplementAllInterface<int>?[], false);
+// Eval(15929, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(15930, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(15931, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(15932, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(15933, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(15934, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(15935, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(15936, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(15937, o is ImplementAllInterface<int>, false);
+// Eval(15938, o is ImplementAllInterface<int>[], false);
+// Eval(15939, o is ImplementAllInterface<int>?, false);
+// Eval(15940, o is ImplementAllInterface<int>?[], false);
Eval(15941, o is IntE, false);
Eval(15942, o is IntE[], false);
Eval(15943, o is IntE?, false);
@@ -14649,38 +14649,38 @@ internal class Program
Eval(16036, o is IEmpty[], false);
Eval(16037, o is INotEmpty, false);
Eval(16038, o is INotEmpty[], false);
- Eval(16039, o is IEmptyGen<int>, false);
- Eval(16040, o is IEmptyGen<int>[], false);
- Eval(16041, o is INotEmptyGen<int>, false);
- Eval(16042, o is INotEmptyGen<int>[], false);
+// Eval(16039, o is IEmptyGen<int>, false);
+// Eval(16040, o is IEmptyGen<int>[], false);
+// Eval(16041, o is INotEmptyGen<int>, false);
+// Eval(16042, o is INotEmptyGen<int>[], false);
Eval(16043, o is SimpleDelegate, false);
Eval(16044, o is SimpleDelegate[], false);
- Eval(16045, o is GenericDelegate<int>, false);
- Eval(16046, o is GenericDelegate<int>[], false);
+// Eval(16045, o is GenericDelegate<int>, false);
+// Eval(16046, o is GenericDelegate<int>[], false);
Eval(16047, o is EmptyClass, false);
Eval(16048, o is EmptyClass[], false);
Eval(16049, o is NotEmptyClass, false);
Eval(16050, o is NotEmptyClass[], false);
- Eval(16051, o is EmptyClassGen<int>, false);
- Eval(16052, o is EmptyClassGen<int>[], false);
- Eval(16053, o is NotEmptyClassGen<Guid>, false);
- Eval(16054, o is NotEmptyClassGen<Guid>[], false);
- Eval(16055, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(16056, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(16051, o is EmptyClassGen<int>, false);
+// Eval(16052, o is EmptyClassGen<int>[], false);
+// Eval(16053, o is NotEmptyClassGen<Guid>, false);
+// Eval(16054, o is NotEmptyClassGen<Guid>[], false);
+// Eval(16055, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(16056, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(16057, o is NestedClass, false);
Eval(16058, o is NestedClass[], false);
- Eval(16059, o is NestedClassGen<Decimal>, false);
- Eval(16060, o is NestedClassGen<Decimal>[], false);
+// Eval(16059, o is NestedClassGen<Decimal>, false);
+// Eval(16060, o is NestedClassGen<Decimal>[], false);
Eval(16061, o is ImplementOneInterfaceC, false);
Eval(16062, o is ImplementOneInterfaceC[], false);
Eval(16063, o is ImplementTwoInterfaceC, false);
Eval(16064, o is ImplementTwoInterfaceC[], false);
- Eval(16065, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(16066, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(16067, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(16068, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(16069, o is ImplementAllInterfaceC<int>, false);
- Eval(16070, o is ImplementAllInterfaceC<int>[], false);
+// Eval(16065, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(16066, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(16067, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(16068, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(16069, o is ImplementAllInterfaceC<int>, false);
+// Eval(16070, o is ImplementAllInterfaceC<int>[], false);
Eval(16071, o is SealedClass, false);
Eval(16072, o is SealedClass[], false);
}
@@ -14695,26 +14695,26 @@ internal class Program
Eval(16078, o is NotEmptyStruct[], false);
Eval(16079, o is NotEmptyStruct?, false);
Eval(16080, o is NotEmptyStruct?[], false);
- Eval(16081, o is EmptyStructGen<int>, false);
- Eval(16082, o is EmptyStructGen<int>[], false);
- Eval(16083, o is EmptyStructGen<int>?, false);
- Eval(16084, o is EmptyStructGen<int>?[], false);
- Eval(16085, o is NotEmptyStructGen<Guid>, false);
- Eval(16086, o is NotEmptyStructGen<Guid>[], false);
- Eval(16087, o is NotEmptyStructGen<Guid>?, false);
- Eval(16088, o is NotEmptyStructGen<Guid>?[], false);
- Eval(16089, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(16090, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(16091, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(16092, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(16081, o is EmptyStructGen<int>, false);
+// Eval(16082, o is EmptyStructGen<int>[], false);
+// Eval(16083, o is EmptyStructGen<int>?, false);
+// Eval(16084, o is EmptyStructGen<int>?[], false);
+// Eval(16085, o is NotEmptyStructGen<Guid>, false);
+// Eval(16086, o is NotEmptyStructGen<Guid>[], false);
+// Eval(16087, o is NotEmptyStructGen<Guid>?, false);
+// Eval(16088, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(16089, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(16090, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(16091, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(16092, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(16093, o is NestedStruct, false);
Eval(16094, o is NestedStruct[], false);
Eval(16095, o is NestedStruct?, false);
Eval(16096, o is NestedStruct?[], false);
- Eval(16097, o is NestedStructGen<Decimal>, false);
- Eval(16098, o is NestedStructGen<Decimal>[], false);
- Eval(16099, o is NestedStructGen<Decimal>?, false);
- Eval(16100, o is NestedStructGen<Decimal>?[], false);
+// Eval(16097, o is NestedStructGen<Decimal>, false);
+// Eval(16098, o is NestedStructGen<Decimal>[], false);
+// Eval(16099, o is NestedStructGen<Decimal>?, false);
+// Eval(16100, o is NestedStructGen<Decimal>?[], false);
Eval(16101, o is ExplicitFieldOffsetStruct, false);
Eval(16102, o is ExplicitFieldOffsetStruct[], false);
Eval(16103, o is ExplicitFieldOffsetStruct?, false);
@@ -14731,18 +14731,18 @@ internal class Program
Eval(16122, o is ImplementTwoInterface[], false);
Eval(16123, o is ImplementTwoInterface?, false);
Eval(16124, o is ImplementTwoInterface?[], false);
- Eval(16125, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(16126, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(16127, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(16128, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(16129, o is ImplementTwoInterfaceGen<int>, false);
- Eval(16130, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(16131, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(16132, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(16133, o is ImplementAllInterface<int>, false);
- Eval(16134, o is ImplementAllInterface<int>[], false);
- Eval(16135, o is ImplementAllInterface<int>?, false);
- Eval(16136, o is ImplementAllInterface<int>?[], false);
+// Eval(16125, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(16126, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(16127, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(16128, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(16129, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(16130, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(16131, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(16132, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(16133, o is ImplementAllInterface<int>, false);
+// Eval(16134, o is ImplementAllInterface<int>[], false);
+// Eval(16135, o is ImplementAllInterface<int>?, false);
+// Eval(16136, o is ImplementAllInterface<int>?[], false);
Eval(16137, o is IntE, false);
Eval(16138, o is IntE[], false);
Eval(16139, o is IntE?, false);
@@ -14841,38 +14841,38 @@ internal class Program
Eval(16232, o is IEmpty[], false);
Eval(16233, o is INotEmpty, false);
Eval(16234, o is INotEmpty[], false);
- Eval(16235, o is IEmptyGen<int>, false);
- Eval(16236, o is IEmptyGen<int>[], false);
- Eval(16237, o is INotEmptyGen<int>, false);
- Eval(16238, o is INotEmptyGen<int>[], false);
+// Eval(16235, o is IEmptyGen<int>, false);
+// Eval(16236, o is IEmptyGen<int>[], false);
+// Eval(16237, o is INotEmptyGen<int>, false);
+// Eval(16238, o is INotEmptyGen<int>[], false);
Eval(16239, o is SimpleDelegate, false);
Eval(16240, o is SimpleDelegate[], false);
- Eval(16241, o is GenericDelegate<int>, false);
- Eval(16242, o is GenericDelegate<int>[], false);
+// Eval(16241, o is GenericDelegate<int>, false);
+// Eval(16242, o is GenericDelegate<int>[], false);
Eval(16243, o is EmptyClass, false);
Eval(16244, o is EmptyClass[], false);
Eval(16245, o is NotEmptyClass, false);
Eval(16246, o is NotEmptyClass[], false);
- Eval(16247, o is EmptyClassGen<int>, false);
- Eval(16248, o is EmptyClassGen<int>[], false);
- Eval(16249, o is NotEmptyClassGen<Guid>, false);
- Eval(16250, o is NotEmptyClassGen<Guid>[], false);
- Eval(16251, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(16252, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(16247, o is EmptyClassGen<int>, false);
+// Eval(16248, o is EmptyClassGen<int>[], false);
+// Eval(16249, o is NotEmptyClassGen<Guid>, false);
+// Eval(16250, o is NotEmptyClassGen<Guid>[], false);
+// Eval(16251, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(16252, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(16253, o is NestedClass, false);
Eval(16254, o is NestedClass[], false);
- Eval(16255, o is NestedClassGen<Decimal>, false);
- Eval(16256, o is NestedClassGen<Decimal>[], false);
+// Eval(16255, o is NestedClassGen<Decimal>, false);
+// Eval(16256, o is NestedClassGen<Decimal>[], false);
Eval(16257, o is ImplementOneInterfaceC, false);
Eval(16258, o is ImplementOneInterfaceC[], false);
Eval(16259, o is ImplementTwoInterfaceC, false);
Eval(16260, o is ImplementTwoInterfaceC[], false);
- Eval(16261, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(16262, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(16263, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(16264, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(16265, o is ImplementAllInterfaceC<int>, false);
- Eval(16266, o is ImplementAllInterfaceC<int>[], false);
+// Eval(16261, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(16262, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(16263, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(16264, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(16265, o is ImplementAllInterfaceC<int>, false);
+// Eval(16266, o is ImplementAllInterfaceC<int>[], false);
Eval(16267, o is SealedClass, false);
Eval(16268, o is SealedClass[], false);
}
@@ -14887,26 +14887,26 @@ internal class Program
Eval(16274, o is NotEmptyStruct[], false);
Eval(16275, o is NotEmptyStruct?, false);
Eval(16276, o is NotEmptyStruct?[], false);
- Eval(16277, o is EmptyStructGen<int>, false);
- Eval(16278, o is EmptyStructGen<int>[], false);
- Eval(16279, o is EmptyStructGen<int>?, false);
- Eval(16280, o is EmptyStructGen<int>?[], false);
- Eval(16281, o is NotEmptyStructGen<Guid>, false);
- Eval(16282, o is NotEmptyStructGen<Guid>[], false);
- Eval(16283, o is NotEmptyStructGen<Guid>?, false);
- Eval(16284, o is NotEmptyStructGen<Guid>?[], false);
- Eval(16285, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(16286, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(16287, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(16288, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(16277, o is EmptyStructGen<int>, false);
+// Eval(16278, o is EmptyStructGen<int>[], false);
+// Eval(16279, o is EmptyStructGen<int>?, false);
+// Eval(16280, o is EmptyStructGen<int>?[], false);
+// Eval(16281, o is NotEmptyStructGen<Guid>, false);
+// Eval(16282, o is NotEmptyStructGen<Guid>[], false);
+// Eval(16283, o is NotEmptyStructGen<Guid>?, false);
+// Eval(16284, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(16285, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(16286, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(16287, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(16288, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(16289, o is NestedStruct, false);
Eval(16290, o is NestedStruct[], false);
Eval(16291, o is NestedStruct?, false);
Eval(16292, o is NestedStruct?[], false);
- Eval(16293, o is NestedStructGen<Decimal>, false);
- Eval(16294, o is NestedStructGen<Decimal>[], false);
- Eval(16295, o is NestedStructGen<Decimal>?, false);
- Eval(16296, o is NestedStructGen<Decimal>?[], false);
+// Eval(16293, o is NestedStructGen<Decimal>, false);
+// Eval(16294, o is NestedStructGen<Decimal>[], false);
+// Eval(16295, o is NestedStructGen<Decimal>?, false);
+// Eval(16296, o is NestedStructGen<Decimal>?[], false);
Eval(16297, o is ExplicitFieldOffsetStruct, false);
Eval(16298, o is ExplicitFieldOffsetStruct[], false);
Eval(16299, o is ExplicitFieldOffsetStruct?, false);
@@ -14923,18 +14923,18 @@ internal class Program
Eval(16318, o is ImplementTwoInterface[], false);
Eval(16319, o is ImplementTwoInterface?, false);
Eval(16320, o is ImplementTwoInterface?[], false);
- Eval(16321, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(16322, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(16323, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(16324, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(16325, o is ImplementTwoInterfaceGen<int>, false);
- Eval(16326, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(16327, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(16328, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(16329, o is ImplementAllInterface<int>, false);
- Eval(16330, o is ImplementAllInterface<int>[], false);
- Eval(16331, o is ImplementAllInterface<int>?, false);
- Eval(16332, o is ImplementAllInterface<int>?[], false);
+// Eval(16321, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(16322, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(16323, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(16324, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(16325, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(16326, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(16327, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(16328, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(16329, o is ImplementAllInterface<int>, false);
+// Eval(16330, o is ImplementAllInterface<int>[], false);
+// Eval(16331, o is ImplementAllInterface<int>?, false);
+// Eval(16332, o is ImplementAllInterface<int>?[], false);
Eval(16333, o is IntE, false);
Eval(16334, o is IntE[], false);
Eval(16335, o is IntE?, false);
@@ -15033,38 +15033,38 @@ internal class Program
Eval(16428, o is IEmpty[], false);
Eval(16429, o is INotEmpty, false);
Eval(16430, o is INotEmpty[], false);
- Eval(16431, o is IEmptyGen<int>, false);
- Eval(16432, o is IEmptyGen<int>[], false);
- Eval(16433, o is INotEmptyGen<int>, false);
- Eval(16434, o is INotEmptyGen<int>[], false);
+// Eval(16431, o is IEmptyGen<int>, false);
+// Eval(16432, o is IEmptyGen<int>[], false);
+// Eval(16433, o is INotEmptyGen<int>, false);
+// Eval(16434, o is INotEmptyGen<int>[], false);
Eval(16435, o is SimpleDelegate, false);
Eval(16436, o is SimpleDelegate[], false);
- Eval(16437, o is GenericDelegate<int>, false);
- Eval(16438, o is GenericDelegate<int>[], false);
+// Eval(16437, o is GenericDelegate<int>, false);
+// Eval(16438, o is GenericDelegate<int>[], false);
Eval(16439, o is EmptyClass, false);
Eval(16440, o is EmptyClass[], false);
Eval(16441, o is NotEmptyClass, false);
Eval(16442, o is NotEmptyClass[], false);
- Eval(16443, o is EmptyClassGen<int>, false);
- Eval(16444, o is EmptyClassGen<int>[], false);
- Eval(16445, o is NotEmptyClassGen<Guid>, false);
- Eval(16446, o is NotEmptyClassGen<Guid>[], false);
- Eval(16447, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(16448, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(16443, o is EmptyClassGen<int>, false);
+// Eval(16444, o is EmptyClassGen<int>[], false);
+// Eval(16445, o is NotEmptyClassGen<Guid>, false);
+// Eval(16446, o is NotEmptyClassGen<Guid>[], false);
+// Eval(16447, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(16448, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(16449, o is NestedClass, false);
Eval(16450, o is NestedClass[], false);
- Eval(16451, o is NestedClassGen<Decimal>, false);
- Eval(16452, o is NestedClassGen<Decimal>[], false);
+// Eval(16451, o is NestedClassGen<Decimal>, false);
+// Eval(16452, o is NestedClassGen<Decimal>[], false);
Eval(16453, o is ImplementOneInterfaceC, false);
Eval(16454, o is ImplementOneInterfaceC[], false);
Eval(16455, o is ImplementTwoInterfaceC, false);
Eval(16456, o is ImplementTwoInterfaceC[], false);
- Eval(16457, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(16458, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(16459, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(16460, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(16461, o is ImplementAllInterfaceC<int>, false);
- Eval(16462, o is ImplementAllInterfaceC<int>[], false);
+// Eval(16457, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(16458, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(16459, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(16460, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(16461, o is ImplementAllInterfaceC<int>, false);
+// Eval(16462, o is ImplementAllInterfaceC<int>[], false);
Eval(16463, o is SealedClass, false);
Eval(16464, o is SealedClass[], false);
}
@@ -15082,26 +15082,26 @@ internal class Program
Eval(16470, o is NotEmptyStruct[], false);
Eval(16471, o is NotEmptyStruct?, false);
Eval(16472, o is NotEmptyStruct?[], false);
- Eval(16473, o is EmptyStructGen<int>, false);
- Eval(16474, o is EmptyStructGen<int>[], false);
- Eval(16475, o is EmptyStructGen<int>?, false);
- Eval(16476, o is EmptyStructGen<int>?[], false);
- Eval(16477, o is NotEmptyStructGen<Guid>, false);
- Eval(16478, o is NotEmptyStructGen<Guid>[], false);
- Eval(16479, o is NotEmptyStructGen<Guid>?, false);
- Eval(16480, o is NotEmptyStructGen<Guid>?[], false);
- Eval(16481, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(16482, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(16483, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(16484, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(16473, o is EmptyStructGen<int>, false);
+// Eval(16474, o is EmptyStructGen<int>[], false);
+// Eval(16475, o is EmptyStructGen<int>?, false);
+// Eval(16476, o is EmptyStructGen<int>?[], false);
+// Eval(16477, o is NotEmptyStructGen<Guid>, false);
+// Eval(16478, o is NotEmptyStructGen<Guid>[], false);
+// Eval(16479, o is NotEmptyStructGen<Guid>?, false);
+// Eval(16480, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(16481, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(16482, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(16483, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(16484, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(16485, o is NestedStruct, false);
Eval(16486, o is NestedStruct[], false);
Eval(16487, o is NestedStruct?, false);
Eval(16488, o is NestedStruct?[], false);
- Eval(16489, o is NestedStructGen<Decimal>, false);
- Eval(16490, o is NestedStructGen<Decimal>[], false);
- Eval(16491, o is NestedStructGen<Decimal>?, false);
- Eval(16492, o is NestedStructGen<Decimal>?[], false);
+// Eval(16489, o is NestedStructGen<Decimal>, false);
+// Eval(16490, o is NestedStructGen<Decimal>[], false);
+// Eval(16491, o is NestedStructGen<Decimal>?, false);
+// Eval(16492, o is NestedStructGen<Decimal>?[], false);
Eval(16493, o is ExplicitFieldOffsetStruct, false);
Eval(16494, o is ExplicitFieldOffsetStruct[], false);
Eval(16495, o is ExplicitFieldOffsetStruct?, false);
@@ -15118,18 +15118,18 @@ internal class Program
Eval(16514, o is ImplementTwoInterface[], false);
Eval(16515, o is ImplementTwoInterface?, false);
Eval(16516, o is ImplementTwoInterface?[], false);
- Eval(16517, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(16518, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(16519, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(16520, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(16521, o is ImplementTwoInterfaceGen<int>, false);
- Eval(16522, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(16523, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(16524, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(16525, o is ImplementAllInterface<int>, false);
- Eval(16526, o is ImplementAllInterface<int>[], false);
- Eval(16527, o is ImplementAllInterface<int>?, false);
- Eval(16528, o is ImplementAllInterface<int>?[], false);
+// Eval(16517, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(16518, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(16519, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(16520, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(16521, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(16522, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(16523, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(16524, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(16525, o is ImplementAllInterface<int>, false);
+// Eval(16526, o is ImplementAllInterface<int>[], false);
+// Eval(16527, o is ImplementAllInterface<int>?, false);
+// Eval(16528, o is ImplementAllInterface<int>?[], false);
Eval(16529, o is IntE, false);
Eval(16530, o is IntE[], false);
Eval(16531, o is IntE?, false);
@@ -15228,38 +15228,38 @@ internal class Program
Eval(16624, o is IEmpty[], false);
Eval(16625, o is INotEmpty, false);
Eval(16626, o is INotEmpty[], false);
- Eval(16627, o is IEmptyGen<int>, false);
- Eval(16628, o is IEmptyGen<int>[], false);
- Eval(16629, o is INotEmptyGen<int>, false);
- Eval(16630, o is INotEmptyGen<int>[], false);
+// Eval(16627, o is IEmptyGen<int>, false);
+// Eval(16628, o is IEmptyGen<int>[], false);
+// Eval(16629, o is INotEmptyGen<int>, false);
+// Eval(16630, o is INotEmptyGen<int>[], false);
Eval(16631, o is SimpleDelegate, false);
Eval(16632, o is SimpleDelegate[], false);
- Eval(16633, o is GenericDelegate<int>, false);
- Eval(16634, o is GenericDelegate<int>[], false);
+// Eval(16633, o is GenericDelegate<int>, false);
+// Eval(16634, o is GenericDelegate<int>[], false);
Eval(16635, o is EmptyClass, false);
Eval(16636, o is EmptyClass[], false);
Eval(16637, o is NotEmptyClass, false);
Eval(16638, o is NotEmptyClass[], false);
- Eval(16639, o is EmptyClassGen<int>, false);
- Eval(16640, o is EmptyClassGen<int>[], false);
- Eval(16641, o is NotEmptyClassGen<Guid>, false);
- Eval(16642, o is NotEmptyClassGen<Guid>[], false);
- Eval(16643, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(16644, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(16639, o is EmptyClassGen<int>, false);
+// Eval(16640, o is EmptyClassGen<int>[], false);
+// Eval(16641, o is NotEmptyClassGen<Guid>, false);
+// Eval(16642, o is NotEmptyClassGen<Guid>[], false);
+// Eval(16643, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(16644, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(16645, o is NestedClass, false);
Eval(16646, o is NestedClass[], false);
- Eval(16647, o is NestedClassGen<Decimal>, false);
- Eval(16648, o is NestedClassGen<Decimal>[], false);
+// Eval(16647, o is NestedClassGen<Decimal>, false);
+// Eval(16648, o is NestedClassGen<Decimal>[], false);
Eval(16649, o is ImplementOneInterfaceC, false);
Eval(16650, o is ImplementOneInterfaceC[], false);
Eval(16651, o is ImplementTwoInterfaceC, false);
Eval(16652, o is ImplementTwoInterfaceC[], false);
- Eval(16653, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(16654, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(16655, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(16656, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(16657, o is ImplementAllInterfaceC<int>, false);
- Eval(16658, o is ImplementAllInterfaceC<int>[], false);
+// Eval(16653, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(16654, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(16655, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(16656, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(16657, o is ImplementAllInterfaceC<int>, false);
+// Eval(16658, o is ImplementAllInterfaceC<int>[], false);
Eval(16659, o is SealedClass, false);
Eval(16660, o is SealedClass[], false);
}
@@ -15274,26 +15274,26 @@ internal class Program
Eval(16666, o is NotEmptyStruct[], false);
Eval(16667, o is NotEmptyStruct?, false);
Eval(16668, o is NotEmptyStruct?[], false);
- Eval(16669, o is EmptyStructGen<int>, false);
- Eval(16670, o is EmptyStructGen<int>[], false);
- Eval(16671, o is EmptyStructGen<int>?, false);
- Eval(16672, o is EmptyStructGen<int>?[], false);
- Eval(16673, o is NotEmptyStructGen<Guid>, false);
- Eval(16674, o is NotEmptyStructGen<Guid>[], false);
- Eval(16675, o is NotEmptyStructGen<Guid>?, false);
- Eval(16676, o is NotEmptyStructGen<Guid>?[], false);
- Eval(16677, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(16678, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(16679, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(16680, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(16669, o is EmptyStructGen<int>, false);
+// Eval(16670, o is EmptyStructGen<int>[], false);
+// Eval(16671, o is EmptyStructGen<int>?, false);
+// Eval(16672, o is EmptyStructGen<int>?[], false);
+// Eval(16673, o is NotEmptyStructGen<Guid>, false);
+// Eval(16674, o is NotEmptyStructGen<Guid>[], false);
+// Eval(16675, o is NotEmptyStructGen<Guid>?, false);
+// Eval(16676, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(16677, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(16678, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(16679, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(16680, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(16681, o is NestedStruct, false);
Eval(16682, o is NestedStruct[], false);
Eval(16683, o is NestedStruct?, false);
Eval(16684, o is NestedStruct?[], false);
- Eval(16685, o is NestedStructGen<Decimal>, false);
- Eval(16686, o is NestedStructGen<Decimal>[], false);
- Eval(16687, o is NestedStructGen<Decimal>?, false);
- Eval(16688, o is NestedStructGen<Decimal>?[], false);
+// Eval(16685, o is NestedStructGen<Decimal>, false);
+// Eval(16686, o is NestedStructGen<Decimal>[], false);
+// Eval(16687, o is NestedStructGen<Decimal>?, false);
+// Eval(16688, o is NestedStructGen<Decimal>?[], false);
Eval(16689, o is ExplicitFieldOffsetStruct, false);
Eval(16690, o is ExplicitFieldOffsetStruct[], false);
Eval(16691, o is ExplicitFieldOffsetStruct?, false);
@@ -15310,18 +15310,18 @@ internal class Program
Eval(16710, o is ImplementTwoInterface[], false);
Eval(16711, o is ImplementTwoInterface?, false);
Eval(16712, o is ImplementTwoInterface?[], false);
- Eval(16713, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(16714, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(16715, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(16716, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(16717, o is ImplementTwoInterfaceGen<int>, false);
- Eval(16718, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(16719, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(16720, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(16721, o is ImplementAllInterface<int>, false);
- Eval(16722, o is ImplementAllInterface<int>[], false);
- Eval(16723, o is ImplementAllInterface<int>?, false);
- Eval(16724, o is ImplementAllInterface<int>?[], false);
+// Eval(16713, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(16714, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(16715, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(16716, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(16717, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(16718, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(16719, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(16720, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(16721, o is ImplementAllInterface<int>, false);
+// Eval(16722, o is ImplementAllInterface<int>[], false);
+// Eval(16723, o is ImplementAllInterface<int>?, false);
+// Eval(16724, o is ImplementAllInterface<int>?[], false);
Eval(16725, o is IntE, false);
Eval(16726, o is IntE[], false);
Eval(16727, o is IntE?, false);
@@ -15420,38 +15420,38 @@ internal class Program
Eval(16820, o is IEmpty[], false);
Eval(16821, o is INotEmpty, false);
Eval(16822, o is INotEmpty[], false);
- Eval(16823, o is IEmptyGen<int>, false);
- Eval(16824, o is IEmptyGen<int>[], false);
- Eval(16825, o is INotEmptyGen<int>, false);
- Eval(16826, o is INotEmptyGen<int>[], false);
+// Eval(16823, o is IEmptyGen<int>, false);
+// Eval(16824, o is IEmptyGen<int>[], false);
+// Eval(16825, o is INotEmptyGen<int>, false);
+// Eval(16826, o is INotEmptyGen<int>[], false);
Eval(16827, o is SimpleDelegate, false);
Eval(16828, o is SimpleDelegate[], false);
- Eval(16829, o is GenericDelegate<int>, false);
- Eval(16830, o is GenericDelegate<int>[], false);
+// Eval(16829, o is GenericDelegate<int>, false);
+// Eval(16830, o is GenericDelegate<int>[], false);
Eval(16831, o is EmptyClass, false);
Eval(16832, o is EmptyClass[], false);
Eval(16833, o is NotEmptyClass, false);
Eval(16834, o is NotEmptyClass[], false);
- Eval(16835, o is EmptyClassGen<int>, false);
- Eval(16836, o is EmptyClassGen<int>[], false);
- Eval(16837, o is NotEmptyClassGen<Guid>, false);
- Eval(16838, o is NotEmptyClassGen<Guid>[], false);
- Eval(16839, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(16840, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(16835, o is EmptyClassGen<int>, false);
+// Eval(16836, o is EmptyClassGen<int>[], false);
+// Eval(16837, o is NotEmptyClassGen<Guid>, false);
+// Eval(16838, o is NotEmptyClassGen<Guid>[], false);
+// Eval(16839, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(16840, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(16841, o is NestedClass, false);
Eval(16842, o is NestedClass[], false);
- Eval(16843, o is NestedClassGen<Decimal>, false);
- Eval(16844, o is NestedClassGen<Decimal>[], false);
+// Eval(16843, o is NestedClassGen<Decimal>, false);
+// Eval(16844, o is NestedClassGen<Decimal>[], false);
Eval(16845, o is ImplementOneInterfaceC, false);
Eval(16846, o is ImplementOneInterfaceC[], false);
Eval(16847, o is ImplementTwoInterfaceC, false);
Eval(16848, o is ImplementTwoInterfaceC[], false);
- Eval(16849, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(16850, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(16851, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(16852, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(16853, o is ImplementAllInterfaceC<int>, false);
- Eval(16854, o is ImplementAllInterfaceC<int>[], false);
+// Eval(16849, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(16850, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(16851, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(16852, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(16853, o is ImplementAllInterfaceC<int>, false);
+// Eval(16854, o is ImplementAllInterfaceC<int>[], false);
Eval(16855, o is SealedClass, false);
Eval(16856, o is SealedClass[], false);
}
@@ -15466,26 +15466,26 @@ internal class Program
Eval(16862, o is NotEmptyStruct[], false);
Eval(16863, o is NotEmptyStruct?, false);
Eval(16864, o is NotEmptyStruct?[], false);
- Eval(16865, o is EmptyStructGen<int>, false);
- Eval(16866, o is EmptyStructGen<int>[], false);
- Eval(16867, o is EmptyStructGen<int>?, false);
- Eval(16868, o is EmptyStructGen<int>?[], false);
- Eval(16869, o is NotEmptyStructGen<Guid>, false);
- Eval(16870, o is NotEmptyStructGen<Guid>[], false);
- Eval(16871, o is NotEmptyStructGen<Guid>?, false);
- Eval(16872, o is NotEmptyStructGen<Guid>?[], false);
- Eval(16873, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(16874, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(16875, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(16876, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(16865, o is EmptyStructGen<int>, false);
+// Eval(16866, o is EmptyStructGen<int>[], false);
+// Eval(16867, o is EmptyStructGen<int>?, false);
+// Eval(16868, o is EmptyStructGen<int>?[], false);
+// Eval(16869, o is NotEmptyStructGen<Guid>, false);
+// Eval(16870, o is NotEmptyStructGen<Guid>[], false);
+// Eval(16871, o is NotEmptyStructGen<Guid>?, false);
+// Eval(16872, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(16873, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(16874, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(16875, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(16876, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(16877, o is NestedStruct, false);
Eval(16878, o is NestedStruct[], false);
Eval(16879, o is NestedStruct?, false);
Eval(16880, o is NestedStruct?[], false);
- Eval(16881, o is NestedStructGen<Decimal>, false);
- Eval(16882, o is NestedStructGen<Decimal>[], false);
- Eval(16883, o is NestedStructGen<Decimal>?, false);
- Eval(16884, o is NestedStructGen<Decimal>?[], false);
+// Eval(16881, o is NestedStructGen<Decimal>, false);
+// Eval(16882, o is NestedStructGen<Decimal>[], false);
+// Eval(16883, o is NestedStructGen<Decimal>?, false);
+// Eval(16884, o is NestedStructGen<Decimal>?[], false);
Eval(16885, o is ExplicitFieldOffsetStruct, false);
Eval(16886, o is ExplicitFieldOffsetStruct[], false);
Eval(16887, o is ExplicitFieldOffsetStruct?, false);
@@ -15502,18 +15502,18 @@ internal class Program
Eval(16906, o is ImplementTwoInterface[], false);
Eval(16907, o is ImplementTwoInterface?, false);
Eval(16908, o is ImplementTwoInterface?[], false);
- Eval(16909, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(16910, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(16911, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(16912, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(16913, o is ImplementTwoInterfaceGen<int>, false);
- Eval(16914, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(16915, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(16916, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(16917, o is ImplementAllInterface<int>, false);
- Eval(16918, o is ImplementAllInterface<int>[], false);
- Eval(16919, o is ImplementAllInterface<int>?, false);
- Eval(16920, o is ImplementAllInterface<int>?[], false);
+// Eval(16909, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(16910, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(16911, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(16912, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(16913, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(16914, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(16915, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(16916, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(16917, o is ImplementAllInterface<int>, false);
+// Eval(16918, o is ImplementAllInterface<int>[], false);
+// Eval(16919, o is ImplementAllInterface<int>?, false);
+// Eval(16920, o is ImplementAllInterface<int>?[], false);
Eval(16921, o is IntE, false);
Eval(16922, o is IntE[], false);
Eval(16923, o is IntE?, false);
@@ -15612,38 +15612,38 @@ internal class Program
Eval(17016, o is IEmpty[], false);
Eval(17017, o is INotEmpty, false);
Eval(17018, o is INotEmpty[], false);
- Eval(17019, o is IEmptyGen<int>, false);
- Eval(17020, o is IEmptyGen<int>[], false);
- Eval(17021, o is INotEmptyGen<int>, false);
- Eval(17022, o is INotEmptyGen<int>[], false);
+// Eval(17019, o is IEmptyGen<int>, false);
+// Eval(17020, o is IEmptyGen<int>[], false);
+// Eval(17021, o is INotEmptyGen<int>, false);
+// Eval(17022, o is INotEmptyGen<int>[], false);
Eval(17023, o is SimpleDelegate, false);
Eval(17024, o is SimpleDelegate[], false);
- Eval(17025, o is GenericDelegate<int>, false);
- Eval(17026, o is GenericDelegate<int>[], false);
+// Eval(17025, o is GenericDelegate<int>, false);
+// Eval(17026, o is GenericDelegate<int>[], false);
Eval(17027, o is EmptyClass, false);
Eval(17028, o is EmptyClass[], false);
Eval(17029, o is NotEmptyClass, false);
Eval(17030, o is NotEmptyClass[], false);
- Eval(17031, o is EmptyClassGen<int>, false);
- Eval(17032, o is EmptyClassGen<int>[], false);
- Eval(17033, o is NotEmptyClassGen<Guid>, false);
- Eval(17034, o is NotEmptyClassGen<Guid>[], false);
- Eval(17035, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(17036, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(17031, o is EmptyClassGen<int>, false);
+// Eval(17032, o is EmptyClassGen<int>[], false);
+// Eval(17033, o is NotEmptyClassGen<Guid>, false);
+// Eval(17034, o is NotEmptyClassGen<Guid>[], false);
+// Eval(17035, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(17036, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(17037, o is NestedClass, false);
Eval(17038, o is NestedClass[], false);
- Eval(17039, o is NestedClassGen<Decimal>, false);
- Eval(17040, o is NestedClassGen<Decimal>[], false);
+// Eval(17039, o is NestedClassGen<Decimal>, false);
+// Eval(17040, o is NestedClassGen<Decimal>[], false);
Eval(17041, o is ImplementOneInterfaceC, false);
Eval(17042, o is ImplementOneInterfaceC[], false);
Eval(17043, o is ImplementTwoInterfaceC, false);
Eval(17044, o is ImplementTwoInterfaceC[], false);
- Eval(17045, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(17046, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(17047, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(17048, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(17049, o is ImplementAllInterfaceC<int>, false);
- Eval(17050, o is ImplementAllInterfaceC<int>[], false);
+// Eval(17045, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(17046, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(17047, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(17048, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(17049, o is ImplementAllInterfaceC<int>, false);
+// Eval(17050, o is ImplementAllInterfaceC<int>[], false);
Eval(17051, o is SealedClass, false);
Eval(17052, o is SealedClass[], false);
}
@@ -15661,26 +15661,26 @@ internal class Program
Eval(17058, o is NotEmptyStruct[], false);
Eval(17059, o is NotEmptyStruct?, false);
Eval(17060, o is NotEmptyStruct?[], false);
- Eval(17061, o is EmptyStructGen<int>, false);
- Eval(17062, o is EmptyStructGen<int>[], false);
- Eval(17063, o is EmptyStructGen<int>?, false);
- Eval(17064, o is EmptyStructGen<int>?[], false);
- Eval(17065, o is NotEmptyStructGen<Guid>, false);
- Eval(17066, o is NotEmptyStructGen<Guid>[], false);
- Eval(17067, o is NotEmptyStructGen<Guid>?, false);
- Eval(17068, o is NotEmptyStructGen<Guid>?[], false);
- Eval(17069, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(17070, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(17071, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(17072, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(17061, o is EmptyStructGen<int>, false);
+// Eval(17062, o is EmptyStructGen<int>[], false);
+// Eval(17063, o is EmptyStructGen<int>?, false);
+// Eval(17064, o is EmptyStructGen<int>?[], false);
+// Eval(17065, o is NotEmptyStructGen<Guid>, false);
+// Eval(17066, o is NotEmptyStructGen<Guid>[], false);
+// Eval(17067, o is NotEmptyStructGen<Guid>?, false);
+// Eval(17068, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(17069, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(17070, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(17071, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(17072, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(17073, o is NestedStruct, false);
Eval(17074, o is NestedStruct[], false);
Eval(17075, o is NestedStruct?, false);
Eval(17076, o is NestedStruct?[], false);
- Eval(17077, o is NestedStructGen<Decimal>, false);
- Eval(17078, o is NestedStructGen<Decimal>[], false);
- Eval(17079, o is NestedStructGen<Decimal>?, false);
- Eval(17080, o is NestedStructGen<Decimal>?[], false);
+// Eval(17077, o is NestedStructGen<Decimal>, false);
+// Eval(17078, o is NestedStructGen<Decimal>[], false);
+// Eval(17079, o is NestedStructGen<Decimal>?, false);
+// Eval(17080, o is NestedStructGen<Decimal>?[], false);
Eval(17081, o is ExplicitFieldOffsetStruct, false);
Eval(17082, o is ExplicitFieldOffsetStruct[], false);
Eval(17083, o is ExplicitFieldOffsetStruct?, false);
@@ -15697,18 +15697,18 @@ internal class Program
Eval(17102, o is ImplementTwoInterface[], false);
Eval(17103, o is ImplementTwoInterface?, false);
Eval(17104, o is ImplementTwoInterface?[], false);
- Eval(17105, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(17106, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(17107, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(17108, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(17109, o is ImplementTwoInterfaceGen<int>, false);
- Eval(17110, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(17111, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(17112, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(17113, o is ImplementAllInterface<int>, false);
- Eval(17114, o is ImplementAllInterface<int>[], false);
- Eval(17115, o is ImplementAllInterface<int>?, false);
- Eval(17116, o is ImplementAllInterface<int>?[], false);
+// Eval(17105, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(17106, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(17107, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(17108, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(17109, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(17110, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(17111, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(17112, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(17113, o is ImplementAllInterface<int>, false);
+// Eval(17114, o is ImplementAllInterface<int>[], false);
+// Eval(17115, o is ImplementAllInterface<int>?, false);
+// Eval(17116, o is ImplementAllInterface<int>?[], false);
Eval(17117, o is IntE, false);
Eval(17118, o is IntE[], false);
Eval(17119, o is IntE?, false);
@@ -15807,38 +15807,38 @@ internal class Program
Eval(17212, o is IEmpty[], false);
Eval(17213, o is INotEmpty, false);
Eval(17214, o is INotEmpty[], false);
- Eval(17215, o is IEmptyGen<int>, false);
- Eval(17216, o is IEmptyGen<int>[], false);
- Eval(17217, o is INotEmptyGen<int>, false);
- Eval(17218, o is INotEmptyGen<int>[], false);
+// Eval(17215, o is IEmptyGen<int>, false);
+// Eval(17216, o is IEmptyGen<int>[], false);
+// Eval(17217, o is INotEmptyGen<int>, false);
+// Eval(17218, o is INotEmptyGen<int>[], false);
Eval(17219, o is SimpleDelegate, false);
Eval(17220, o is SimpleDelegate[], false);
- Eval(17221, o is GenericDelegate<int>, false);
- Eval(17222, o is GenericDelegate<int>[], false);
+// Eval(17221, o is GenericDelegate<int>, false);
+// Eval(17222, o is GenericDelegate<int>[], false);
Eval(17223, o is EmptyClass, false);
Eval(17224, o is EmptyClass[], false);
Eval(17225, o is NotEmptyClass, false);
Eval(17226, o is NotEmptyClass[], false);
- Eval(17227, o is EmptyClassGen<int>, false);
- Eval(17228, o is EmptyClassGen<int>[], false);
- Eval(17229, o is NotEmptyClassGen<Guid>, false);
- Eval(17230, o is NotEmptyClassGen<Guid>[], false);
- Eval(17231, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(17232, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(17227, o is EmptyClassGen<int>, false);
+// Eval(17228, o is EmptyClassGen<int>[], false);
+// Eval(17229, o is NotEmptyClassGen<Guid>, false);
+// Eval(17230, o is NotEmptyClassGen<Guid>[], false);
+// Eval(17231, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(17232, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(17233, o is NestedClass, false);
Eval(17234, o is NestedClass[], false);
- Eval(17235, o is NestedClassGen<Decimal>, false);
- Eval(17236, o is NestedClassGen<Decimal>[], false);
+// Eval(17235, o is NestedClassGen<Decimal>, false);
+// Eval(17236, o is NestedClassGen<Decimal>[], false);
Eval(17237, o is ImplementOneInterfaceC, false);
Eval(17238, o is ImplementOneInterfaceC[], false);
Eval(17239, o is ImplementTwoInterfaceC, false);
Eval(17240, o is ImplementTwoInterfaceC[], false);
- Eval(17241, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(17242, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(17243, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(17244, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(17245, o is ImplementAllInterfaceC<int>, false);
- Eval(17246, o is ImplementAllInterfaceC<int>[], false);
+// Eval(17241, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(17242, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(17243, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(17244, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(17245, o is ImplementAllInterfaceC<int>, false);
+// Eval(17246, o is ImplementAllInterfaceC<int>[], false);
Eval(17247, o is SealedClass, false);
Eval(17248, o is SealedClass[], false);
}
@@ -15853,26 +15853,26 @@ internal class Program
Eval(17254, o is NotEmptyStruct[], false);
Eval(17255, o is NotEmptyStruct?, false);
Eval(17256, o is NotEmptyStruct?[], false);
- Eval(17257, o is EmptyStructGen<int>, false);
- Eval(17258, o is EmptyStructGen<int>[], false);
- Eval(17259, o is EmptyStructGen<int>?, false);
- Eval(17260, o is EmptyStructGen<int>?[], false);
- Eval(17261, o is NotEmptyStructGen<Guid>, false);
- Eval(17262, o is NotEmptyStructGen<Guid>[], false);
- Eval(17263, o is NotEmptyStructGen<Guid>?, false);
- Eval(17264, o is NotEmptyStructGen<Guid>?[], false);
- Eval(17265, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(17266, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(17267, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(17268, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(17257, o is EmptyStructGen<int>, false);
+// Eval(17258, o is EmptyStructGen<int>[], false);
+// Eval(17259, o is EmptyStructGen<int>?, false);
+// Eval(17260, o is EmptyStructGen<int>?[], false);
+// Eval(17261, o is NotEmptyStructGen<Guid>, false);
+// Eval(17262, o is NotEmptyStructGen<Guid>[], false);
+// Eval(17263, o is NotEmptyStructGen<Guid>?, false);
+// Eval(17264, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(17265, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(17266, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(17267, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(17268, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(17269, o is NestedStruct, false);
Eval(17270, o is NestedStruct[], false);
Eval(17271, o is NestedStruct?, false);
Eval(17272, o is NestedStruct?[], false);
- Eval(17273, o is NestedStructGen<Decimal>, false);
- Eval(17274, o is NestedStructGen<Decimal>[], false);
- Eval(17275, o is NestedStructGen<Decimal>?, false);
- Eval(17276, o is NestedStructGen<Decimal>?[], false);
+// Eval(17273, o is NestedStructGen<Decimal>, false);
+// Eval(17274, o is NestedStructGen<Decimal>[], false);
+// Eval(17275, o is NestedStructGen<Decimal>?, false);
+// Eval(17276, o is NestedStructGen<Decimal>?[], false);
Eval(17277, o is ExplicitFieldOffsetStruct, false);
Eval(17278, o is ExplicitFieldOffsetStruct[], false);
Eval(17279, o is ExplicitFieldOffsetStruct?, false);
@@ -15889,18 +15889,18 @@ internal class Program
Eval(17298, o is ImplementTwoInterface[], false);
Eval(17299, o is ImplementTwoInterface?, false);
Eval(17300, o is ImplementTwoInterface?[], false);
- Eval(17301, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(17302, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(17303, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(17304, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(17305, o is ImplementTwoInterfaceGen<int>, false);
- Eval(17306, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(17307, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(17308, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(17309, o is ImplementAllInterface<int>, false);
- Eval(17310, o is ImplementAllInterface<int>[], false);
- Eval(17311, o is ImplementAllInterface<int>?, false);
- Eval(17312, o is ImplementAllInterface<int>?[], false);
+// Eval(17301, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(17302, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(17303, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(17304, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(17305, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(17306, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(17307, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(17308, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(17309, o is ImplementAllInterface<int>, false);
+// Eval(17310, o is ImplementAllInterface<int>[], false);
+// Eval(17311, o is ImplementAllInterface<int>?, false);
+// Eval(17312, o is ImplementAllInterface<int>?[], false);
Eval(17313, o is IntE, false);
Eval(17314, o is IntE[], false);
Eval(17315, o is IntE?, false);
@@ -15999,38 +15999,38 @@ internal class Program
Eval(17408, o is IEmpty[], false);
Eval(17409, o is INotEmpty, false);
Eval(17410, o is INotEmpty[], false);
- Eval(17411, o is IEmptyGen<int>, false);
- Eval(17412, o is IEmptyGen<int>[], false);
- Eval(17413, o is INotEmptyGen<int>, false);
- Eval(17414, o is INotEmptyGen<int>[], false);
+// Eval(17411, o is IEmptyGen<int>, false);
+// Eval(17412, o is IEmptyGen<int>[], false);
+// Eval(17413, o is INotEmptyGen<int>, false);
+// Eval(17414, o is INotEmptyGen<int>[], false);
Eval(17415, o is SimpleDelegate, false);
Eval(17416, o is SimpleDelegate[], false);
- Eval(17417, o is GenericDelegate<int>, false);
- Eval(17418, o is GenericDelegate<int>[], false);
+// Eval(17417, o is GenericDelegate<int>, false);
+// Eval(17418, o is GenericDelegate<int>[], false);
Eval(17419, o is EmptyClass, false);
Eval(17420, o is EmptyClass[], false);
Eval(17421, o is NotEmptyClass, false);
Eval(17422, o is NotEmptyClass[], false);
- Eval(17423, o is EmptyClassGen<int>, false);
- Eval(17424, o is EmptyClassGen<int>[], false);
- Eval(17425, o is NotEmptyClassGen<Guid>, false);
- Eval(17426, o is NotEmptyClassGen<Guid>[], false);
- Eval(17427, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(17428, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(17423, o is EmptyClassGen<int>, false);
+// Eval(17424, o is EmptyClassGen<int>[], false);
+// Eval(17425, o is NotEmptyClassGen<Guid>, false);
+// Eval(17426, o is NotEmptyClassGen<Guid>[], false);
+// Eval(17427, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(17428, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(17429, o is NestedClass, false);
Eval(17430, o is NestedClass[], false);
- Eval(17431, o is NestedClassGen<Decimal>, false);
- Eval(17432, o is NestedClassGen<Decimal>[], false);
+// Eval(17431, o is NestedClassGen<Decimal>, false);
+// Eval(17432, o is NestedClassGen<Decimal>[], false);
Eval(17433, o is ImplementOneInterfaceC, false);
Eval(17434, o is ImplementOneInterfaceC[], false);
Eval(17435, o is ImplementTwoInterfaceC, false);
Eval(17436, o is ImplementTwoInterfaceC[], false);
- Eval(17437, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(17438, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(17439, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(17440, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(17441, o is ImplementAllInterfaceC<int>, false);
- Eval(17442, o is ImplementAllInterfaceC<int>[], false);
+// Eval(17437, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(17438, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(17439, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(17440, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(17441, o is ImplementAllInterfaceC<int>, false);
+// Eval(17442, o is ImplementAllInterfaceC<int>[], false);
Eval(17443, o is SealedClass, false);
Eval(17444, o is SealedClass[], false);
}
@@ -16045,26 +16045,26 @@ internal class Program
Eval(17450, o is NotEmptyStruct[], false);
Eval(17451, o is NotEmptyStruct?, false);
Eval(17452, o is NotEmptyStruct?[], false);
- Eval(17453, o is EmptyStructGen<int>, false);
- Eval(17454, o is EmptyStructGen<int>[], false);
- Eval(17455, o is EmptyStructGen<int>?, false);
- Eval(17456, o is EmptyStructGen<int>?[], false);
- Eval(17457, o is NotEmptyStructGen<Guid>, false);
- Eval(17458, o is NotEmptyStructGen<Guid>[], false);
- Eval(17459, o is NotEmptyStructGen<Guid>?, false);
- Eval(17460, o is NotEmptyStructGen<Guid>?[], false);
- Eval(17461, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(17462, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(17463, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(17464, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(17453, o is EmptyStructGen<int>, false);
+// Eval(17454, o is EmptyStructGen<int>[], false);
+// Eval(17455, o is EmptyStructGen<int>?, false);
+// Eval(17456, o is EmptyStructGen<int>?[], false);
+// Eval(17457, o is NotEmptyStructGen<Guid>, false);
+// Eval(17458, o is NotEmptyStructGen<Guid>[], false);
+// Eval(17459, o is NotEmptyStructGen<Guid>?, false);
+// Eval(17460, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(17461, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(17462, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(17463, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(17464, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(17465, o is NestedStruct, false);
Eval(17466, o is NestedStruct[], false);
Eval(17467, o is NestedStruct?, false);
Eval(17468, o is NestedStruct?[], false);
- Eval(17469, o is NestedStructGen<Decimal>, false);
- Eval(17470, o is NestedStructGen<Decimal>[], false);
- Eval(17471, o is NestedStructGen<Decimal>?, false);
- Eval(17472, o is NestedStructGen<Decimal>?[], false);
+// Eval(17469, o is NestedStructGen<Decimal>, false);
+// Eval(17470, o is NestedStructGen<Decimal>[], false);
+// Eval(17471, o is NestedStructGen<Decimal>?, false);
+// Eval(17472, o is NestedStructGen<Decimal>?[], false);
Eval(17473, o is ExplicitFieldOffsetStruct, false);
Eval(17474, o is ExplicitFieldOffsetStruct[], false);
Eval(17475, o is ExplicitFieldOffsetStruct?, false);
@@ -16081,18 +16081,18 @@ internal class Program
Eval(17494, o is ImplementTwoInterface[], false);
Eval(17495, o is ImplementTwoInterface?, false);
Eval(17496, o is ImplementTwoInterface?[], false);
- Eval(17497, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(17498, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(17499, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(17500, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(17501, o is ImplementTwoInterfaceGen<int>, false);
- Eval(17502, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(17503, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(17504, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(17505, o is ImplementAllInterface<int>, false);
- Eval(17506, o is ImplementAllInterface<int>[], false);
- Eval(17507, o is ImplementAllInterface<int>?, false);
- Eval(17508, o is ImplementAllInterface<int>?[], false);
+// Eval(17497, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(17498, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(17499, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(17500, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(17501, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(17502, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(17503, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(17504, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(17505, o is ImplementAllInterface<int>, false);
+// Eval(17506, o is ImplementAllInterface<int>[], false);
+// Eval(17507, o is ImplementAllInterface<int>?, false);
+// Eval(17508, o is ImplementAllInterface<int>?[], false);
Eval(17509, o is IntE, false);
Eval(17510, o is IntE[], false);
Eval(17511, o is IntE?, false);
@@ -16191,38 +16191,38 @@ internal class Program
Eval(17604, o is IEmpty[], false);
Eval(17605, o is INotEmpty, false);
Eval(17606, o is INotEmpty[], false);
- Eval(17607, o is IEmptyGen<int>, false);
- Eval(17608, o is IEmptyGen<int>[], false);
- Eval(17609, o is INotEmptyGen<int>, false);
- Eval(17610, o is INotEmptyGen<int>[], false);
+// Eval(17607, o is IEmptyGen<int>, false);
+// Eval(17608, o is IEmptyGen<int>[], false);
+// Eval(17609, o is INotEmptyGen<int>, false);
+// Eval(17610, o is INotEmptyGen<int>[], false);
Eval(17611, o is SimpleDelegate, false);
Eval(17612, o is SimpleDelegate[], false);
- Eval(17613, o is GenericDelegate<int>, false);
- Eval(17614, o is GenericDelegate<int>[], false);
+// Eval(17613, o is GenericDelegate<int>, false);
+// Eval(17614, o is GenericDelegate<int>[], false);
Eval(17615, o is EmptyClass, false);
Eval(17616, o is EmptyClass[], false);
Eval(17617, o is NotEmptyClass, false);
Eval(17618, o is NotEmptyClass[], false);
- Eval(17619, o is EmptyClassGen<int>, false);
- Eval(17620, o is EmptyClassGen<int>[], false);
- Eval(17621, o is NotEmptyClassGen<Guid>, false);
- Eval(17622, o is NotEmptyClassGen<Guid>[], false);
- Eval(17623, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(17624, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(17619, o is EmptyClassGen<int>, false);
+// Eval(17620, o is EmptyClassGen<int>[], false);
+// Eval(17621, o is NotEmptyClassGen<Guid>, false);
+// Eval(17622, o is NotEmptyClassGen<Guid>[], false);
+// Eval(17623, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(17624, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(17625, o is NestedClass, false);
Eval(17626, o is NestedClass[], false);
- Eval(17627, o is NestedClassGen<Decimal>, false);
- Eval(17628, o is NestedClassGen<Decimal>[], false);
+// Eval(17627, o is NestedClassGen<Decimal>, false);
+// Eval(17628, o is NestedClassGen<Decimal>[], false);
Eval(17629, o is ImplementOneInterfaceC, false);
Eval(17630, o is ImplementOneInterfaceC[], false);
Eval(17631, o is ImplementTwoInterfaceC, false);
Eval(17632, o is ImplementTwoInterfaceC[], false);
- Eval(17633, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(17634, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(17635, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(17636, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(17637, o is ImplementAllInterfaceC<int>, false);
- Eval(17638, o is ImplementAllInterfaceC<int>[], false);
+// Eval(17633, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(17634, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(17635, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(17636, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(17637, o is ImplementAllInterfaceC<int>, false);
+// Eval(17638, o is ImplementAllInterfaceC<int>[], false);
Eval(17639, o is SealedClass, false);
Eval(17640, o is SealedClass[], false);
}
@@ -16240,26 +16240,26 @@ internal class Program
Eval(17646, o is NotEmptyStruct[], false);
Eval(17647, o is NotEmptyStruct?, false);
Eval(17648, o is NotEmptyStruct?[], false);
- Eval(17649, o is EmptyStructGen<int>, false);
- Eval(17650, o is EmptyStructGen<int>[], false);
- Eval(17651, o is EmptyStructGen<int>?, false);
- Eval(17652, o is EmptyStructGen<int>?[], false);
- Eval(17653, o is NotEmptyStructGen<Guid>, false);
- Eval(17654, o is NotEmptyStructGen<Guid>[], false);
- Eval(17655, o is NotEmptyStructGen<Guid>?, false);
- Eval(17656, o is NotEmptyStructGen<Guid>?[], false);
- Eval(17657, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(17658, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(17659, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(17660, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(17649, o is EmptyStructGen<int>, false);
+// Eval(17650, o is EmptyStructGen<int>[], false);
+// Eval(17651, o is EmptyStructGen<int>?, false);
+// Eval(17652, o is EmptyStructGen<int>?[], false);
+// Eval(17653, o is NotEmptyStructGen<Guid>, false);
+// Eval(17654, o is NotEmptyStructGen<Guid>[], false);
+// Eval(17655, o is NotEmptyStructGen<Guid>?, false);
+// Eval(17656, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(17657, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(17658, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(17659, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(17660, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(17661, o is NestedStruct, false);
Eval(17662, o is NestedStruct[], false);
Eval(17663, o is NestedStruct?, false);
Eval(17664, o is NestedStruct?[], false);
- Eval(17665, o is NestedStructGen<Decimal>, false);
- Eval(17666, o is NestedStructGen<Decimal>[], false);
- Eval(17667, o is NestedStructGen<Decimal>?, false);
- Eval(17668, o is NestedStructGen<Decimal>?[], false);
+// Eval(17665, o is NestedStructGen<Decimal>, false);
+// Eval(17666, o is NestedStructGen<Decimal>[], false);
+// Eval(17667, o is NestedStructGen<Decimal>?, false);
+// Eval(17668, o is NestedStructGen<Decimal>?[], false);
Eval(17669, o is ExplicitFieldOffsetStruct, false);
Eval(17670, o is ExplicitFieldOffsetStruct[], false);
Eval(17671, o is ExplicitFieldOffsetStruct?, false);
@@ -16276,18 +16276,18 @@ internal class Program
Eval(17690, o is ImplementTwoInterface[], false);
Eval(17691, o is ImplementTwoInterface?, false);
Eval(17692, o is ImplementTwoInterface?[], false);
- Eval(17693, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(17694, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(17695, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(17696, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(17697, o is ImplementTwoInterfaceGen<int>, false);
- Eval(17698, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(17699, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(17700, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(17701, o is ImplementAllInterface<int>, false);
- Eval(17702, o is ImplementAllInterface<int>[], false);
- Eval(17703, o is ImplementAllInterface<int>?, false);
- Eval(17704, o is ImplementAllInterface<int>?[], false);
+// Eval(17693, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(17694, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(17695, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(17696, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(17697, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(17698, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(17699, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(17700, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(17701, o is ImplementAllInterface<int>, false);
+// Eval(17702, o is ImplementAllInterface<int>[], false);
+// Eval(17703, o is ImplementAllInterface<int>?, false);
+// Eval(17704, o is ImplementAllInterface<int>?[], false);
Eval(17705, o is IntE, false);
Eval(17706, o is IntE[], false);
Eval(17707, o is IntE?, false);
@@ -16386,38 +16386,38 @@ internal class Program
Eval(17800, o is IEmpty[], false);
Eval(17801, o is INotEmpty, false);
Eval(17802, o is INotEmpty[], false);
- Eval(17803, o is IEmptyGen<int>, false);
- Eval(17804, o is IEmptyGen<int>[], false);
- Eval(17805, o is INotEmptyGen<int>, false);
- Eval(17806, o is INotEmptyGen<int>[], false);
+// Eval(17803, o is IEmptyGen<int>, false);
+// Eval(17804, o is IEmptyGen<int>[], false);
+// Eval(17805, o is INotEmptyGen<int>, false);
+// Eval(17806, o is INotEmptyGen<int>[], false);
Eval(17807, o is SimpleDelegate, false);
Eval(17808, o is SimpleDelegate[], false);
- Eval(17809, o is GenericDelegate<int>, false);
- Eval(17810, o is GenericDelegate<int>[], false);
+// Eval(17809, o is GenericDelegate<int>, false);
+// Eval(17810, o is GenericDelegate<int>[], false);
Eval(17811, o is EmptyClass, false);
Eval(17812, o is EmptyClass[], false);
Eval(17813, o is NotEmptyClass, false);
Eval(17814, o is NotEmptyClass[], false);
- Eval(17815, o is EmptyClassGen<int>, false);
- Eval(17816, o is EmptyClassGen<int>[], false);
- Eval(17817, o is NotEmptyClassGen<Guid>, false);
- Eval(17818, o is NotEmptyClassGen<Guid>[], false);
- Eval(17819, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(17820, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(17815, o is EmptyClassGen<int>, false);
+// Eval(17816, o is EmptyClassGen<int>[], false);
+// Eval(17817, o is NotEmptyClassGen<Guid>, false);
+// Eval(17818, o is NotEmptyClassGen<Guid>[], false);
+// Eval(17819, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(17820, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(17821, o is NestedClass, false);
Eval(17822, o is NestedClass[], false);
- Eval(17823, o is NestedClassGen<Decimal>, false);
- Eval(17824, o is NestedClassGen<Decimal>[], false);
+// Eval(17823, o is NestedClassGen<Decimal>, false);
+// Eval(17824, o is NestedClassGen<Decimal>[], false);
Eval(17825, o is ImplementOneInterfaceC, false);
Eval(17826, o is ImplementOneInterfaceC[], false);
Eval(17827, o is ImplementTwoInterfaceC, false);
Eval(17828, o is ImplementTwoInterfaceC[], false);
- Eval(17829, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(17830, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(17831, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(17832, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(17833, o is ImplementAllInterfaceC<int>, false);
- Eval(17834, o is ImplementAllInterfaceC<int>[], false);
+// Eval(17829, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(17830, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(17831, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(17832, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(17833, o is ImplementAllInterfaceC<int>, false);
+// Eval(17834, o is ImplementAllInterfaceC<int>[], false);
Eval(17835, o is SealedClass, false);
Eval(17836, o is SealedClass[], false);
}
@@ -16432,26 +16432,26 @@ internal class Program
Eval(17842, o is NotEmptyStruct[], false);
Eval(17843, o is NotEmptyStruct?, false);
Eval(17844, o is NotEmptyStruct?[], false);
- Eval(17845, o is EmptyStructGen<int>, false);
- Eval(17846, o is EmptyStructGen<int>[], false);
- Eval(17847, o is EmptyStructGen<int>?, false);
- Eval(17848, o is EmptyStructGen<int>?[], false);
- Eval(17849, o is NotEmptyStructGen<Guid>, false);
- Eval(17850, o is NotEmptyStructGen<Guid>[], false);
- Eval(17851, o is NotEmptyStructGen<Guid>?, false);
- Eval(17852, o is NotEmptyStructGen<Guid>?[], false);
- Eval(17853, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(17854, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(17855, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(17856, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(17845, o is EmptyStructGen<int>, false);
+// Eval(17846, o is EmptyStructGen<int>[], false);
+// Eval(17847, o is EmptyStructGen<int>?, false);
+// Eval(17848, o is EmptyStructGen<int>?[], false);
+// Eval(17849, o is NotEmptyStructGen<Guid>, false);
+// Eval(17850, o is NotEmptyStructGen<Guid>[], false);
+// Eval(17851, o is NotEmptyStructGen<Guid>?, false);
+// Eval(17852, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(17853, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(17854, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(17855, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(17856, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(17857, o is NestedStruct, false);
Eval(17858, o is NestedStruct[], false);
Eval(17859, o is NestedStruct?, false);
Eval(17860, o is NestedStruct?[], false);
- Eval(17861, o is NestedStructGen<Decimal>, false);
- Eval(17862, o is NestedStructGen<Decimal>[], false);
- Eval(17863, o is NestedStructGen<Decimal>?, false);
- Eval(17864, o is NestedStructGen<Decimal>?[], false);
+// Eval(17861, o is NestedStructGen<Decimal>, false);
+// Eval(17862, o is NestedStructGen<Decimal>[], false);
+// Eval(17863, o is NestedStructGen<Decimal>?, false);
+// Eval(17864, o is NestedStructGen<Decimal>?[], false);
Eval(17865, o is ExplicitFieldOffsetStruct, false);
Eval(17866, o is ExplicitFieldOffsetStruct[], false);
Eval(17867, o is ExplicitFieldOffsetStruct?, false);
@@ -16468,18 +16468,18 @@ internal class Program
Eval(17886, o is ImplementTwoInterface[], false);
Eval(17887, o is ImplementTwoInterface?, false);
Eval(17888, o is ImplementTwoInterface?[], false);
- Eval(17889, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(17890, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(17891, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(17892, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(17893, o is ImplementTwoInterfaceGen<int>, false);
- Eval(17894, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(17895, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(17896, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(17897, o is ImplementAllInterface<int>, false);
- Eval(17898, o is ImplementAllInterface<int>[], false);
- Eval(17899, o is ImplementAllInterface<int>?, false);
- Eval(17900, o is ImplementAllInterface<int>?[], false);
+// Eval(17889, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(17890, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(17891, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(17892, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(17893, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(17894, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(17895, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(17896, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(17897, o is ImplementAllInterface<int>, false);
+// Eval(17898, o is ImplementAllInterface<int>[], false);
+// Eval(17899, o is ImplementAllInterface<int>?, false);
+// Eval(17900, o is ImplementAllInterface<int>?[], false);
Eval(17901, o is IntE, false);
Eval(17902, o is IntE[], false);
Eval(17903, o is IntE?, false);
@@ -16578,38 +16578,38 @@ internal class Program
Eval(17996, o is IEmpty[], false);
Eval(17997, o is INotEmpty, false);
Eval(17998, o is INotEmpty[], false);
- Eval(17999, o is IEmptyGen<int>, false);
- Eval(18000, o is IEmptyGen<int>[], false);
- Eval(18001, o is INotEmptyGen<int>, false);
- Eval(18002, o is INotEmptyGen<int>[], false);
+// Eval(17999, o is IEmptyGen<int>, false);
+// Eval(18000, o is IEmptyGen<int>[], false);
+// Eval(18001, o is INotEmptyGen<int>, false);
+// Eval(18002, o is INotEmptyGen<int>[], false);
Eval(18003, o is SimpleDelegate, false);
Eval(18004, o is SimpleDelegate[], false);
- Eval(18005, o is GenericDelegate<int>, false);
- Eval(18006, o is GenericDelegate<int>[], false);
+// Eval(18005, o is GenericDelegate<int>, false);
+// Eval(18006, o is GenericDelegate<int>[], false);
Eval(18007, o is EmptyClass, false);
Eval(18008, o is EmptyClass[], false);
Eval(18009, o is NotEmptyClass, false);
Eval(18010, o is NotEmptyClass[], false);
- Eval(18011, o is EmptyClassGen<int>, false);
- Eval(18012, o is EmptyClassGen<int>[], false);
- Eval(18013, o is NotEmptyClassGen<Guid>, false);
- Eval(18014, o is NotEmptyClassGen<Guid>[], false);
- Eval(18015, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(18016, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18011, o is EmptyClassGen<int>, false);
+// Eval(18012, o is EmptyClassGen<int>[], false);
+// Eval(18013, o is NotEmptyClassGen<Guid>, false);
+// Eval(18014, o is NotEmptyClassGen<Guid>[], false);
+// Eval(18015, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18016, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(18017, o is NestedClass, false);
Eval(18018, o is NestedClass[], false);
- Eval(18019, o is NestedClassGen<Decimal>, false);
- Eval(18020, o is NestedClassGen<Decimal>[], false);
+// Eval(18019, o is NestedClassGen<Decimal>, false);
+// Eval(18020, o is NestedClassGen<Decimal>[], false);
Eval(18021, o is ImplementOneInterfaceC, false);
Eval(18022, o is ImplementOneInterfaceC[], false);
Eval(18023, o is ImplementTwoInterfaceC, false);
Eval(18024, o is ImplementTwoInterfaceC[], false);
- Eval(18025, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(18026, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(18027, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(18028, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(18029, o is ImplementAllInterfaceC<int>, false);
- Eval(18030, o is ImplementAllInterfaceC<int>[], false);
+// Eval(18025, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(18026, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(18027, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(18028, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(18029, o is ImplementAllInterfaceC<int>, false);
+// Eval(18030, o is ImplementAllInterfaceC<int>[], false);
Eval(18031, o is SealedClass, false);
Eval(18032, o is SealedClass[], false);
}
@@ -16624,26 +16624,26 @@ internal class Program
Eval(18038, o is NotEmptyStruct[], false);
Eval(18039, o is NotEmptyStruct?, false);
Eval(18040, o is NotEmptyStruct?[], false);
- Eval(18041, o is EmptyStructGen<int>, false);
- Eval(18042, o is EmptyStructGen<int>[], false);
- Eval(18043, o is EmptyStructGen<int>?, false);
- Eval(18044, o is EmptyStructGen<int>?[], false);
- Eval(18045, o is NotEmptyStructGen<Guid>, false);
- Eval(18046, o is NotEmptyStructGen<Guid>[], false);
- Eval(18047, o is NotEmptyStructGen<Guid>?, false);
- Eval(18048, o is NotEmptyStructGen<Guid>?[], false);
- Eval(18049, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(18050, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(18051, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(18052, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(18041, o is EmptyStructGen<int>, false);
+// Eval(18042, o is EmptyStructGen<int>[], false);
+// Eval(18043, o is EmptyStructGen<int>?, false);
+// Eval(18044, o is EmptyStructGen<int>?[], false);
+// Eval(18045, o is NotEmptyStructGen<Guid>, false);
+// Eval(18046, o is NotEmptyStructGen<Guid>[], false);
+// Eval(18047, o is NotEmptyStructGen<Guid>?, false);
+// Eval(18048, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(18049, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(18050, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(18051, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(18052, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(18053, o is NestedStruct, false);
Eval(18054, o is NestedStruct[], false);
Eval(18055, o is NestedStruct?, false);
Eval(18056, o is NestedStruct?[], false);
- Eval(18057, o is NestedStructGen<Decimal>, false);
- Eval(18058, o is NestedStructGen<Decimal>[], false);
- Eval(18059, o is NestedStructGen<Decimal>?, false);
- Eval(18060, o is NestedStructGen<Decimal>?[], false);
+// Eval(18057, o is NestedStructGen<Decimal>, false);
+// Eval(18058, o is NestedStructGen<Decimal>[], false);
+// Eval(18059, o is NestedStructGen<Decimal>?, false);
+// Eval(18060, o is NestedStructGen<Decimal>?[], false);
Eval(18061, o is ExplicitFieldOffsetStruct, false);
Eval(18062, o is ExplicitFieldOffsetStruct[], false);
Eval(18063, o is ExplicitFieldOffsetStruct?, false);
@@ -16660,18 +16660,18 @@ internal class Program
Eval(18082, o is ImplementTwoInterface[], false);
Eval(18083, o is ImplementTwoInterface?, false);
Eval(18084, o is ImplementTwoInterface?[], false);
- Eval(18085, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(18086, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(18087, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(18088, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(18089, o is ImplementTwoInterfaceGen<int>, false);
- Eval(18090, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(18091, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(18092, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(18093, o is ImplementAllInterface<int>, false);
- Eval(18094, o is ImplementAllInterface<int>[], false);
- Eval(18095, o is ImplementAllInterface<int>?, false);
- Eval(18096, o is ImplementAllInterface<int>?[], false);
+// Eval(18085, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(18086, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(18087, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(18088, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(18089, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(18090, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(18091, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(18092, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(18093, o is ImplementAllInterface<int>, false);
+// Eval(18094, o is ImplementAllInterface<int>[], false);
+// Eval(18095, o is ImplementAllInterface<int>?, false);
+// Eval(18096, o is ImplementAllInterface<int>?[], false);
Eval(18097, o is IntE, false);
Eval(18098, o is IntE[], false);
Eval(18099, o is IntE?, false);
@@ -16770,38 +16770,38 @@ internal class Program
Eval(18192, o is IEmpty[], false);
Eval(18193, o is INotEmpty, false);
Eval(18194, o is INotEmpty[], false);
- Eval(18195, o is IEmptyGen<int>, false);
- Eval(18196, o is IEmptyGen<int>[], false);
- Eval(18197, o is INotEmptyGen<int>, false);
- Eval(18198, o is INotEmptyGen<int>[], false);
+// Eval(18195, o is IEmptyGen<int>, false);
+// Eval(18196, o is IEmptyGen<int>[], false);
+// Eval(18197, o is INotEmptyGen<int>, false);
+// Eval(18198, o is INotEmptyGen<int>[], false);
Eval(18199, o is SimpleDelegate, false);
Eval(18200, o is SimpleDelegate[], false);
- Eval(18201, o is GenericDelegate<int>, false);
- Eval(18202, o is GenericDelegate<int>[], false);
+// Eval(18201, o is GenericDelegate<int>, false);
+// Eval(18202, o is GenericDelegate<int>[], false);
Eval(18203, o is EmptyClass, false);
Eval(18204, o is EmptyClass[], false);
Eval(18205, o is NotEmptyClass, false);
Eval(18206, o is NotEmptyClass[], false);
- Eval(18207, o is EmptyClassGen<int>, false);
- Eval(18208, o is EmptyClassGen<int>[], false);
- Eval(18209, o is NotEmptyClassGen<Guid>, false);
- Eval(18210, o is NotEmptyClassGen<Guid>[], false);
- Eval(18211, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(18212, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18207, o is EmptyClassGen<int>, false);
+// Eval(18208, o is EmptyClassGen<int>[], false);
+// Eval(18209, o is NotEmptyClassGen<Guid>, false);
+// Eval(18210, o is NotEmptyClassGen<Guid>[], false);
+// Eval(18211, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18212, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(18213, o is NestedClass, false);
Eval(18214, o is NestedClass[], false);
- Eval(18215, o is NestedClassGen<Decimal>, false);
- Eval(18216, o is NestedClassGen<Decimal>[], false);
+// Eval(18215, o is NestedClassGen<Decimal>, false);
+// Eval(18216, o is NestedClassGen<Decimal>[], false);
Eval(18217, o is ImplementOneInterfaceC, false);
Eval(18218, o is ImplementOneInterfaceC[], false);
Eval(18219, o is ImplementTwoInterfaceC, false);
Eval(18220, o is ImplementTwoInterfaceC[], false);
- Eval(18221, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(18222, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(18223, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(18224, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(18225, o is ImplementAllInterfaceC<int>, false);
- Eval(18226, o is ImplementAllInterfaceC<int>[], false);
+// Eval(18221, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(18222, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(18223, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(18224, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(18225, o is ImplementAllInterfaceC<int>, false);
+// Eval(18226, o is ImplementAllInterfaceC<int>[], false);
Eval(18227, o is SealedClass, false);
Eval(18228, o is SealedClass[], false);
}
@@ -16819,26 +16819,26 @@ internal class Program
Eval(18234, o is NotEmptyStruct[], false);
Eval(18235, o is NotEmptyStruct?, false);
Eval(18236, o is NotEmptyStruct?[], false);
- Eval(18237, o is EmptyStructGen<int>, false);
- Eval(18238, o is EmptyStructGen<int>[], false);
- Eval(18239, o is EmptyStructGen<int>?, false);
- Eval(18240, o is EmptyStructGen<int>?[], false);
- Eval(18241, o is NotEmptyStructGen<Guid>, false);
- Eval(18242, o is NotEmptyStructGen<Guid>[], false);
- Eval(18243, o is NotEmptyStructGen<Guid>?, false);
- Eval(18244, o is NotEmptyStructGen<Guid>?[], false);
- Eval(18245, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(18246, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(18247, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(18248, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(18237, o is EmptyStructGen<int>, false);
+// Eval(18238, o is EmptyStructGen<int>[], false);
+// Eval(18239, o is EmptyStructGen<int>?, false);
+// Eval(18240, o is EmptyStructGen<int>?[], false);
+// Eval(18241, o is NotEmptyStructGen<Guid>, false);
+// Eval(18242, o is NotEmptyStructGen<Guid>[], false);
+// Eval(18243, o is NotEmptyStructGen<Guid>?, false);
+// Eval(18244, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(18245, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(18246, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(18247, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(18248, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(18249, o is NestedStruct, false);
Eval(18250, o is NestedStruct[], false);
Eval(18251, o is NestedStruct?, false);
Eval(18252, o is NestedStruct?[], false);
- Eval(18253, o is NestedStructGen<Decimal>, false);
- Eval(18254, o is NestedStructGen<Decimal>[], false);
- Eval(18255, o is NestedStructGen<Decimal>?, false);
- Eval(18256, o is NestedStructGen<Decimal>?[], false);
+// Eval(18253, o is NestedStructGen<Decimal>, false);
+// Eval(18254, o is NestedStructGen<Decimal>[], false);
+// Eval(18255, o is NestedStructGen<Decimal>?, false);
+// Eval(18256, o is NestedStructGen<Decimal>?[], false);
Eval(18257, o is ExplicitFieldOffsetStruct, false);
Eval(18258, o is ExplicitFieldOffsetStruct[], false);
Eval(18259, o is ExplicitFieldOffsetStruct?, false);
@@ -16855,18 +16855,18 @@ internal class Program
Eval(18278, o is ImplementTwoInterface[], false);
Eval(18279, o is ImplementTwoInterface?, false);
Eval(18280, o is ImplementTwoInterface?[], false);
- Eval(18281, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(18282, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(18283, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(18284, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(18285, o is ImplementTwoInterfaceGen<int>, false);
- Eval(18286, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(18287, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(18288, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(18289, o is ImplementAllInterface<int>, false);
- Eval(18290, o is ImplementAllInterface<int>[], false);
- Eval(18291, o is ImplementAllInterface<int>?, false);
- Eval(18292, o is ImplementAllInterface<int>?[], false);
+// Eval(18281, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(18282, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(18283, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(18284, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(18285, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(18286, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(18287, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(18288, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(18289, o is ImplementAllInterface<int>, false);
+// Eval(18290, o is ImplementAllInterface<int>[], false);
+// Eval(18291, o is ImplementAllInterface<int>?, false);
+// Eval(18292, o is ImplementAllInterface<int>?[], false);
Eval(18293, o is IntE, false);
Eval(18294, o is IntE[], false);
Eval(18295, o is IntE?, false);
@@ -16965,38 +16965,38 @@ internal class Program
Eval(18388, o is IEmpty[], false);
Eval(18389, o is INotEmpty, false);
Eval(18390, o is INotEmpty[], false);
- Eval(18391, o is IEmptyGen<int>, false);
- Eval(18392, o is IEmptyGen<int>[], false);
- Eval(18393, o is INotEmptyGen<int>, false);
- Eval(18394, o is INotEmptyGen<int>[], false);
+// Eval(18391, o is IEmptyGen<int>, false);
+// Eval(18392, o is IEmptyGen<int>[], false);
+// Eval(18393, o is INotEmptyGen<int>, false);
+// Eval(18394, o is INotEmptyGen<int>[], false);
Eval(18395, o is SimpleDelegate, false);
Eval(18396, o is SimpleDelegate[], false);
- Eval(18397, o is GenericDelegate<int>, false);
- Eval(18398, o is GenericDelegate<int>[], false);
+// Eval(18397, o is GenericDelegate<int>, false);
+// Eval(18398, o is GenericDelegate<int>[], false);
Eval(18399, o is EmptyClass, false);
Eval(18400, o is EmptyClass[], false);
Eval(18401, o is NotEmptyClass, false);
Eval(18402, o is NotEmptyClass[], false);
- Eval(18403, o is EmptyClassGen<int>, false);
- Eval(18404, o is EmptyClassGen<int>[], false);
- Eval(18405, o is NotEmptyClassGen<Guid>, false);
- Eval(18406, o is NotEmptyClassGen<Guid>[], false);
- Eval(18407, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(18408, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18403, o is EmptyClassGen<int>, false);
+// Eval(18404, o is EmptyClassGen<int>[], false);
+// Eval(18405, o is NotEmptyClassGen<Guid>, false);
+// Eval(18406, o is NotEmptyClassGen<Guid>[], false);
+// Eval(18407, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18408, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(18409, o is NestedClass, false);
Eval(18410, o is NestedClass[], false);
- Eval(18411, o is NestedClassGen<Decimal>, false);
- Eval(18412, o is NestedClassGen<Decimal>[], false);
+// Eval(18411, o is NestedClassGen<Decimal>, false);
+// Eval(18412, o is NestedClassGen<Decimal>[], false);
Eval(18413, o is ImplementOneInterfaceC, false);
Eval(18414, o is ImplementOneInterfaceC[], false);
Eval(18415, o is ImplementTwoInterfaceC, false);
Eval(18416, o is ImplementTwoInterfaceC[], false);
- Eval(18417, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(18418, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(18419, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(18420, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(18421, o is ImplementAllInterfaceC<int>, false);
- Eval(18422, o is ImplementAllInterfaceC<int>[], false);
+// Eval(18417, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(18418, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(18419, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(18420, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(18421, o is ImplementAllInterfaceC<int>, false);
+// Eval(18422, o is ImplementAllInterfaceC<int>[], false);
Eval(18423, o is SealedClass, false);
Eval(18424, o is SealedClass[], false);
}
@@ -17011,26 +17011,26 @@ internal class Program
Eval(18430, o is NotEmptyStruct[], false);
Eval(18431, o is NotEmptyStruct?, false);
Eval(18432, o is NotEmptyStruct?[], false);
- Eval(18433, o is EmptyStructGen<int>, false);
- Eval(18434, o is EmptyStructGen<int>[], false);
- Eval(18435, o is EmptyStructGen<int>?, false);
- Eval(18436, o is EmptyStructGen<int>?[], false);
- Eval(18437, o is NotEmptyStructGen<Guid>, false);
- Eval(18438, o is NotEmptyStructGen<Guid>[], false);
- Eval(18439, o is NotEmptyStructGen<Guid>?, false);
- Eval(18440, o is NotEmptyStructGen<Guid>?[], false);
- Eval(18441, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(18442, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(18443, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(18444, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(18433, o is EmptyStructGen<int>, false);
+// Eval(18434, o is EmptyStructGen<int>[], false);
+// Eval(18435, o is EmptyStructGen<int>?, false);
+// Eval(18436, o is EmptyStructGen<int>?[], false);
+// Eval(18437, o is NotEmptyStructGen<Guid>, false);
+// Eval(18438, o is NotEmptyStructGen<Guid>[], false);
+// Eval(18439, o is NotEmptyStructGen<Guid>?, false);
+// Eval(18440, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(18441, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(18442, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(18443, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(18444, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(18445, o is NestedStruct, false);
Eval(18446, o is NestedStruct[], false);
Eval(18447, o is NestedStruct?, false);
Eval(18448, o is NestedStruct?[], false);
- Eval(18449, o is NestedStructGen<Decimal>, false);
- Eval(18450, o is NestedStructGen<Decimal>[], false);
- Eval(18451, o is NestedStructGen<Decimal>?, false);
- Eval(18452, o is NestedStructGen<Decimal>?[], false);
+// Eval(18449, o is NestedStructGen<Decimal>, false);
+// Eval(18450, o is NestedStructGen<Decimal>[], false);
+// Eval(18451, o is NestedStructGen<Decimal>?, false);
+// Eval(18452, o is NestedStructGen<Decimal>?[], false);
Eval(18453, o is ExplicitFieldOffsetStruct, false);
Eval(18454, o is ExplicitFieldOffsetStruct[], false);
Eval(18455, o is ExplicitFieldOffsetStruct?, false);
@@ -17047,18 +17047,18 @@ internal class Program
Eval(18474, o is ImplementTwoInterface[], false);
Eval(18475, o is ImplementTwoInterface?, false);
Eval(18476, o is ImplementTwoInterface?[], false);
- Eval(18477, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(18478, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(18479, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(18480, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(18481, o is ImplementTwoInterfaceGen<int>, false);
- Eval(18482, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(18483, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(18484, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(18485, o is ImplementAllInterface<int>, false);
- Eval(18486, o is ImplementAllInterface<int>[], false);
- Eval(18487, o is ImplementAllInterface<int>?, false);
- Eval(18488, o is ImplementAllInterface<int>?[], false);
+// Eval(18477, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(18478, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(18479, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(18480, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(18481, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(18482, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(18483, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(18484, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(18485, o is ImplementAllInterface<int>, false);
+// Eval(18486, o is ImplementAllInterface<int>[], false);
+// Eval(18487, o is ImplementAllInterface<int>?, false);
+// Eval(18488, o is ImplementAllInterface<int>?[], false);
Eval(18489, o is IntE, false);
Eval(18490, o is IntE[], false);
Eval(18491, o is IntE?, false);
@@ -17157,38 +17157,38 @@ internal class Program
Eval(18584, o is IEmpty[], false);
Eval(18585, o is INotEmpty, false);
Eval(18586, o is INotEmpty[], false);
- Eval(18587, o is IEmptyGen<int>, false);
- Eval(18588, o is IEmptyGen<int>[], false);
- Eval(18589, o is INotEmptyGen<int>, false);
- Eval(18590, o is INotEmptyGen<int>[], false);
+// Eval(18587, o is IEmptyGen<int>, false);
+// Eval(18588, o is IEmptyGen<int>[], false);
+// Eval(18589, o is INotEmptyGen<int>, false);
+// Eval(18590, o is INotEmptyGen<int>[], false);
Eval(18591, o is SimpleDelegate, false);
Eval(18592, o is SimpleDelegate[], false);
- Eval(18593, o is GenericDelegate<int>, false);
- Eval(18594, o is GenericDelegate<int>[], false);
+// Eval(18593, o is GenericDelegate<int>, false);
+// Eval(18594, o is GenericDelegate<int>[], false);
Eval(18595, o is EmptyClass, false);
Eval(18596, o is EmptyClass[], false);
Eval(18597, o is NotEmptyClass, false);
Eval(18598, o is NotEmptyClass[], false);
- Eval(18599, o is EmptyClassGen<int>, false);
- Eval(18600, o is EmptyClassGen<int>[], false);
- Eval(18601, o is NotEmptyClassGen<Guid>, false);
- Eval(18602, o is NotEmptyClassGen<Guid>[], false);
- Eval(18603, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(18604, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18599, o is EmptyClassGen<int>, false);
+// Eval(18600, o is EmptyClassGen<int>[], false);
+// Eval(18601, o is NotEmptyClassGen<Guid>, false);
+// Eval(18602, o is NotEmptyClassGen<Guid>[], false);
+// Eval(18603, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18604, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(18605, o is NestedClass, false);
Eval(18606, o is NestedClass[], false);
- Eval(18607, o is NestedClassGen<Decimal>, false);
- Eval(18608, o is NestedClassGen<Decimal>[], false);
+// Eval(18607, o is NestedClassGen<Decimal>, false);
+// Eval(18608, o is NestedClassGen<Decimal>[], false);
Eval(18609, o is ImplementOneInterfaceC, false);
Eval(18610, o is ImplementOneInterfaceC[], false);
Eval(18611, o is ImplementTwoInterfaceC, false);
Eval(18612, o is ImplementTwoInterfaceC[], false);
- Eval(18613, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(18614, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(18615, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(18616, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(18617, o is ImplementAllInterfaceC<int>, false);
- Eval(18618, o is ImplementAllInterfaceC<int>[], false);
+// Eval(18613, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(18614, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(18615, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(18616, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(18617, o is ImplementAllInterfaceC<int>, false);
+// Eval(18618, o is ImplementAllInterfaceC<int>[], false);
Eval(18619, o is SealedClass, false);
Eval(18620, o is SealedClass[], false);
}
@@ -17203,26 +17203,26 @@ internal class Program
Eval(18626, o is NotEmptyStruct[], false);
Eval(18627, o is NotEmptyStruct?, false);
Eval(18628, o is NotEmptyStruct?[], false);
- Eval(18629, o is EmptyStructGen<int>, false);
- Eval(18630, o is EmptyStructGen<int>[], false);
- Eval(18631, o is EmptyStructGen<int>?, false);
- Eval(18632, o is EmptyStructGen<int>?[], false);
- Eval(18633, o is NotEmptyStructGen<Guid>, false);
- Eval(18634, o is NotEmptyStructGen<Guid>[], false);
- Eval(18635, o is NotEmptyStructGen<Guid>?, false);
- Eval(18636, o is NotEmptyStructGen<Guid>?[], false);
- Eval(18637, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(18638, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(18639, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(18640, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(18629, o is EmptyStructGen<int>, false);
+// Eval(18630, o is EmptyStructGen<int>[], false);
+// Eval(18631, o is EmptyStructGen<int>?, false);
+// Eval(18632, o is EmptyStructGen<int>?[], false);
+// Eval(18633, o is NotEmptyStructGen<Guid>, false);
+// Eval(18634, o is NotEmptyStructGen<Guid>[], false);
+// Eval(18635, o is NotEmptyStructGen<Guid>?, false);
+// Eval(18636, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(18637, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(18638, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(18639, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(18640, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(18641, o is NestedStruct, false);
Eval(18642, o is NestedStruct[], false);
Eval(18643, o is NestedStruct?, false);
Eval(18644, o is NestedStruct?[], false);
- Eval(18645, o is NestedStructGen<Decimal>, false);
- Eval(18646, o is NestedStructGen<Decimal>[], false);
- Eval(18647, o is NestedStructGen<Decimal>?, false);
- Eval(18648, o is NestedStructGen<Decimal>?[], false);
+// Eval(18645, o is NestedStructGen<Decimal>, false);
+// Eval(18646, o is NestedStructGen<Decimal>[], false);
+// Eval(18647, o is NestedStructGen<Decimal>?, false);
+// Eval(18648, o is NestedStructGen<Decimal>?[], false);
Eval(18649, o is ExplicitFieldOffsetStruct, false);
Eval(18650, o is ExplicitFieldOffsetStruct[], false);
Eval(18651, o is ExplicitFieldOffsetStruct?, false);
@@ -17239,18 +17239,18 @@ internal class Program
Eval(18670, o is ImplementTwoInterface[], false);
Eval(18671, o is ImplementTwoInterface?, false);
Eval(18672, o is ImplementTwoInterface?[], false);
- Eval(18673, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(18674, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(18675, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(18676, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(18677, o is ImplementTwoInterfaceGen<int>, false);
- Eval(18678, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(18679, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(18680, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(18681, o is ImplementAllInterface<int>, false);
- Eval(18682, o is ImplementAllInterface<int>[], false);
- Eval(18683, o is ImplementAllInterface<int>?, false);
- Eval(18684, o is ImplementAllInterface<int>?[], false);
+// Eval(18673, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(18674, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(18675, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(18676, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(18677, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(18678, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(18679, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(18680, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(18681, o is ImplementAllInterface<int>, false);
+// Eval(18682, o is ImplementAllInterface<int>[], false);
+// Eval(18683, o is ImplementAllInterface<int>?, false);
+// Eval(18684, o is ImplementAllInterface<int>?[], false);
Eval(18685, o is IntE, false);
Eval(18686, o is IntE[], false);
Eval(18687, o is IntE?, false);
@@ -17349,38 +17349,38 @@ internal class Program
Eval(18780, o is IEmpty[], false);
Eval(18781, o is INotEmpty, false);
Eval(18782, o is INotEmpty[], false);
- Eval(18783, o is IEmptyGen<int>, false);
- Eval(18784, o is IEmptyGen<int>[], false);
- Eval(18785, o is INotEmptyGen<int>, false);
- Eval(18786, o is INotEmptyGen<int>[], false);
+// Eval(18783, o is IEmptyGen<int>, false);
+// Eval(18784, o is IEmptyGen<int>[], false);
+// Eval(18785, o is INotEmptyGen<int>, false);
+// Eval(18786, o is INotEmptyGen<int>[], false);
Eval(18787, o is SimpleDelegate, false);
Eval(18788, o is SimpleDelegate[], false);
- Eval(18789, o is GenericDelegate<int>, false);
- Eval(18790, o is GenericDelegate<int>[], false);
+// Eval(18789, o is GenericDelegate<int>, false);
+// Eval(18790, o is GenericDelegate<int>[], false);
Eval(18791, o is EmptyClass, false);
Eval(18792, o is EmptyClass[], false);
Eval(18793, o is NotEmptyClass, false);
Eval(18794, o is NotEmptyClass[], false);
- Eval(18795, o is EmptyClassGen<int>, false);
- Eval(18796, o is EmptyClassGen<int>[], false);
- Eval(18797, o is NotEmptyClassGen<Guid>, false);
- Eval(18798, o is NotEmptyClassGen<Guid>[], false);
- Eval(18799, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(18800, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18795, o is EmptyClassGen<int>, false);
+// Eval(18796, o is EmptyClassGen<int>[], false);
+// Eval(18797, o is NotEmptyClassGen<Guid>, false);
+// Eval(18798, o is NotEmptyClassGen<Guid>[], false);
+// Eval(18799, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18800, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(18801, o is NestedClass, false);
Eval(18802, o is NestedClass[], false);
- Eval(18803, o is NestedClassGen<Decimal>, false);
- Eval(18804, o is NestedClassGen<Decimal>[], false);
+// Eval(18803, o is NestedClassGen<Decimal>, false);
+// Eval(18804, o is NestedClassGen<Decimal>[], false);
Eval(18805, o is ImplementOneInterfaceC, false);
Eval(18806, o is ImplementOneInterfaceC[], false);
Eval(18807, o is ImplementTwoInterfaceC, false);
Eval(18808, o is ImplementTwoInterfaceC[], false);
- Eval(18809, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(18810, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(18811, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(18812, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(18813, o is ImplementAllInterfaceC<int>, false);
- Eval(18814, o is ImplementAllInterfaceC<int>[], false);
+// Eval(18809, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(18810, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(18811, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(18812, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(18813, o is ImplementAllInterfaceC<int>, false);
+// Eval(18814, o is ImplementAllInterfaceC<int>[], false);
Eval(18815, o is SealedClass, false);
Eval(18816, o is SealedClass[], false);
}
@@ -17398,26 +17398,26 @@ internal class Program
Eval(18822, o is NotEmptyStruct[], false);
Eval(18823, o is NotEmptyStruct?, false);
Eval(18824, o is NotEmptyStruct?[], false);
- Eval(18825, o is EmptyStructGen<int>, false);
- Eval(18826, o is EmptyStructGen<int>[], false);
- Eval(18827, o is EmptyStructGen<int>?, false);
- Eval(18828, o is EmptyStructGen<int>?[], false);
- Eval(18829, o is NotEmptyStructGen<Guid>, false);
- Eval(18830, o is NotEmptyStructGen<Guid>[], false);
- Eval(18831, o is NotEmptyStructGen<Guid>?, false);
- Eval(18832, o is NotEmptyStructGen<Guid>?[], false);
- Eval(18833, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(18834, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(18835, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(18836, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(18825, o is EmptyStructGen<int>, false);
+// Eval(18826, o is EmptyStructGen<int>[], false);
+// Eval(18827, o is EmptyStructGen<int>?, false);
+// Eval(18828, o is EmptyStructGen<int>?[], false);
+// Eval(18829, o is NotEmptyStructGen<Guid>, false);
+// Eval(18830, o is NotEmptyStructGen<Guid>[], false);
+// Eval(18831, o is NotEmptyStructGen<Guid>?, false);
+// Eval(18832, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(18833, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(18834, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(18835, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(18836, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(18837, o is NestedStruct, false);
Eval(18838, o is NestedStruct[], false);
Eval(18839, o is NestedStruct?, false);
Eval(18840, o is NestedStruct?[], false);
- Eval(18841, o is NestedStructGen<Decimal>, false);
- Eval(18842, o is NestedStructGen<Decimal>[], false);
- Eval(18843, o is NestedStructGen<Decimal>?, false);
- Eval(18844, o is NestedStructGen<Decimal>?[], false);
+// Eval(18841, o is NestedStructGen<Decimal>, false);
+// Eval(18842, o is NestedStructGen<Decimal>[], false);
+// Eval(18843, o is NestedStructGen<Decimal>?, false);
+// Eval(18844, o is NestedStructGen<Decimal>?[], false);
Eval(18845, o is ExplicitFieldOffsetStruct, false);
Eval(18846, o is ExplicitFieldOffsetStruct[], false);
Eval(18847, o is ExplicitFieldOffsetStruct?, false);
@@ -17434,18 +17434,18 @@ internal class Program
Eval(18866, o is ImplementTwoInterface[], false);
Eval(18867, o is ImplementTwoInterface?, false);
Eval(18868, o is ImplementTwoInterface?[], false);
- Eval(18869, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(18870, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(18871, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(18872, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(18873, o is ImplementTwoInterfaceGen<int>, false);
- Eval(18874, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(18875, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(18876, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(18877, o is ImplementAllInterface<int>, false);
- Eval(18878, o is ImplementAllInterface<int>[], false);
- Eval(18879, o is ImplementAllInterface<int>?, false);
- Eval(18880, o is ImplementAllInterface<int>?[], false);
+// Eval(18869, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(18870, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(18871, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(18872, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(18873, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(18874, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(18875, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(18876, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(18877, o is ImplementAllInterface<int>, false);
+// Eval(18878, o is ImplementAllInterface<int>[], false);
+// Eval(18879, o is ImplementAllInterface<int>?, false);
+// Eval(18880, o is ImplementAllInterface<int>?[], false);
Eval(18881, o is IntE, false);
Eval(18882, o is IntE[], false);
Eval(18883, o is IntE?, false);
@@ -17544,38 +17544,38 @@ internal class Program
Eval(18976, o is IEmpty[], false);
Eval(18977, o is INotEmpty, false);
Eval(18978, o is INotEmpty[], false);
- Eval(18979, o is IEmptyGen<int>, false);
- Eval(18980, o is IEmptyGen<int>[], false);
- Eval(18981, o is INotEmptyGen<int>, false);
- Eval(18982, o is INotEmptyGen<int>[], false);
+// Eval(18979, o is IEmptyGen<int>, false);
+// Eval(18980, o is IEmptyGen<int>[], false);
+// Eval(18981, o is INotEmptyGen<int>, false);
+// Eval(18982, o is INotEmptyGen<int>[], false);
Eval(18983, o is SimpleDelegate, false);
Eval(18984, o is SimpleDelegate[], false);
- Eval(18985, o is GenericDelegate<int>, false);
- Eval(18986, o is GenericDelegate<int>[], false);
+// Eval(18985, o is GenericDelegate<int>, false);
+// Eval(18986, o is GenericDelegate<int>[], false);
Eval(18987, o is EmptyClass, false);
Eval(18988, o is EmptyClass[], false);
Eval(18989, o is NotEmptyClass, false);
Eval(18990, o is NotEmptyClass[], false);
- Eval(18991, o is EmptyClassGen<int>, false);
- Eval(18992, o is EmptyClassGen<int>[], false);
- Eval(18993, o is NotEmptyClassGen<Guid>, false);
- Eval(18994, o is NotEmptyClassGen<Guid>[], false);
- Eval(18995, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(18996, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18991, o is EmptyClassGen<int>, false);
+// Eval(18992, o is EmptyClassGen<int>[], false);
+// Eval(18993, o is NotEmptyClassGen<Guid>, false);
+// Eval(18994, o is NotEmptyClassGen<Guid>[], false);
+// Eval(18995, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18996, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(18997, o is NestedClass, false);
Eval(18998, o is NestedClass[], false);
- Eval(18999, o is NestedClassGen<Decimal>, false);
- Eval(19000, o is NestedClassGen<Decimal>[], false);
+// Eval(18999, o is NestedClassGen<Decimal>, false);
+// Eval(19000, o is NestedClassGen<Decimal>[], false);
Eval(19001, o is ImplementOneInterfaceC, false);
Eval(19002, o is ImplementOneInterfaceC[], false);
Eval(19003, o is ImplementTwoInterfaceC, false);
Eval(19004, o is ImplementTwoInterfaceC[], false);
- Eval(19005, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19006, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19007, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(19008, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19009, o is ImplementAllInterfaceC<int>, false);
- Eval(19010, o is ImplementAllInterfaceC<int>[], false);
+// Eval(19005, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19006, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19007, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19008, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19009, o is ImplementAllInterfaceC<int>, false);
+// Eval(19010, o is ImplementAllInterfaceC<int>[], false);
Eval(19011, o is SealedClass, false);
Eval(19012, o is SealedClass[], false);
}
@@ -17590,26 +17590,26 @@ internal class Program
Eval(19018, o is NotEmptyStruct[], false);
Eval(19019, o is NotEmptyStruct?, false);
Eval(19020, o is NotEmptyStruct?[], false);
- Eval(19021, o is EmptyStructGen<int>, false);
- Eval(19022, o is EmptyStructGen<int>[], false);
- Eval(19023, o is EmptyStructGen<int>?, false);
- Eval(19024, o is EmptyStructGen<int>?[], false);
- Eval(19025, o is NotEmptyStructGen<Guid>, false);
- Eval(19026, o is NotEmptyStructGen<Guid>[], false);
- Eval(19027, o is NotEmptyStructGen<Guid>?, false);
- Eval(19028, o is NotEmptyStructGen<Guid>?[], false);
- Eval(19029, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(19030, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(19031, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(19032, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(19021, o is EmptyStructGen<int>, false);
+// Eval(19022, o is EmptyStructGen<int>[], false);
+// Eval(19023, o is EmptyStructGen<int>?, false);
+// Eval(19024, o is EmptyStructGen<int>?[], false);
+// Eval(19025, o is NotEmptyStructGen<Guid>, false);
+// Eval(19026, o is NotEmptyStructGen<Guid>[], false);
+// Eval(19027, o is NotEmptyStructGen<Guid>?, false);
+// Eval(19028, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(19029, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(19030, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(19031, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(19032, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(19033, o is NestedStruct, false);
Eval(19034, o is NestedStruct[], false);
Eval(19035, o is NestedStruct?, false);
Eval(19036, o is NestedStruct?[], false);
- Eval(19037, o is NestedStructGen<Decimal>, false);
- Eval(19038, o is NestedStructGen<Decimal>[], false);
- Eval(19039, o is NestedStructGen<Decimal>?, false);
- Eval(19040, o is NestedStructGen<Decimal>?[], false);
+// Eval(19037, o is NestedStructGen<Decimal>, false);
+// Eval(19038, o is NestedStructGen<Decimal>[], false);
+// Eval(19039, o is NestedStructGen<Decimal>?, false);
+// Eval(19040, o is NestedStructGen<Decimal>?[], false);
Eval(19041, o is ExplicitFieldOffsetStruct, false);
Eval(19042, o is ExplicitFieldOffsetStruct[], false);
Eval(19043, o is ExplicitFieldOffsetStruct?, false);
@@ -17626,18 +17626,18 @@ internal class Program
Eval(19062, o is ImplementTwoInterface[], false);
Eval(19063, o is ImplementTwoInterface?, false);
Eval(19064, o is ImplementTwoInterface?[], false);
- Eval(19065, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(19066, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(19067, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(19068, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(19069, o is ImplementTwoInterfaceGen<int>, false);
- Eval(19070, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(19071, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(19072, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(19073, o is ImplementAllInterface<int>, false);
- Eval(19074, o is ImplementAllInterface<int>[], false);
- Eval(19075, o is ImplementAllInterface<int>?, false);
- Eval(19076, o is ImplementAllInterface<int>?[], false);
+// Eval(19065, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(19066, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(19067, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(19068, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(19069, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(19070, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(19071, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(19072, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(19073, o is ImplementAllInterface<int>, false);
+// Eval(19074, o is ImplementAllInterface<int>[], false);
+// Eval(19075, o is ImplementAllInterface<int>?, false);
+// Eval(19076, o is ImplementAllInterface<int>?[], false);
Eval(19077, o is IntE, false);
Eval(19078, o is IntE[], false);
Eval(19079, o is IntE?, false);
@@ -17736,38 +17736,38 @@ internal class Program
Eval(19172, o is IEmpty[], false);
Eval(19173, o is INotEmpty, false);
Eval(19174, o is INotEmpty[], false);
- Eval(19175, o is IEmptyGen<int>, false);
- Eval(19176, o is IEmptyGen<int>[], false);
- Eval(19177, o is INotEmptyGen<int>, false);
- Eval(19178, o is INotEmptyGen<int>[], false);
+// Eval(19175, o is IEmptyGen<int>, false);
+// Eval(19176, o is IEmptyGen<int>[], false);
+// Eval(19177, o is INotEmptyGen<int>, false);
+// Eval(19178, o is INotEmptyGen<int>[], false);
Eval(19179, o is SimpleDelegate, false);
Eval(19180, o is SimpleDelegate[], false);
- Eval(19181, o is GenericDelegate<int>, false);
- Eval(19182, o is GenericDelegate<int>[], false);
+// Eval(19181, o is GenericDelegate<int>, false);
+// Eval(19182, o is GenericDelegate<int>[], false);
Eval(19183, o is EmptyClass, false);
Eval(19184, o is EmptyClass[], false);
Eval(19185, o is NotEmptyClass, false);
Eval(19186, o is NotEmptyClass[], false);
- Eval(19187, o is EmptyClassGen<int>, false);
- Eval(19188, o is EmptyClassGen<int>[], false);
- Eval(19189, o is NotEmptyClassGen<Guid>, false);
- Eval(19190, o is NotEmptyClassGen<Guid>[], false);
- Eval(19191, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(19192, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(19187, o is EmptyClassGen<int>, false);
+// Eval(19188, o is EmptyClassGen<int>[], false);
+// Eval(19189, o is NotEmptyClassGen<Guid>, false);
+// Eval(19190, o is NotEmptyClassGen<Guid>[], false);
+// Eval(19191, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(19192, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(19193, o is NestedClass, false);
Eval(19194, o is NestedClass[], false);
- Eval(19195, o is NestedClassGen<Decimal>, false);
- Eval(19196, o is NestedClassGen<Decimal>[], false);
+// Eval(19195, o is NestedClassGen<Decimal>, false);
+// Eval(19196, o is NestedClassGen<Decimal>[], false);
Eval(19197, o is ImplementOneInterfaceC, false);
Eval(19198, o is ImplementOneInterfaceC[], false);
Eval(19199, o is ImplementTwoInterfaceC, false);
Eval(19200, o is ImplementTwoInterfaceC[], false);
- Eval(19201, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19202, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19203, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(19204, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19205, o is ImplementAllInterfaceC<int>, false);
- Eval(19206, o is ImplementAllInterfaceC<int>[], false);
+// Eval(19201, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19202, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19203, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19204, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19205, o is ImplementAllInterfaceC<int>, false);
+// Eval(19206, o is ImplementAllInterfaceC<int>[], false);
Eval(19207, o is SealedClass, false);
Eval(19208, o is SealedClass[], false);
}
@@ -17782,26 +17782,26 @@ internal class Program
Eval(19214, o is NotEmptyStruct[], false);
Eval(19215, o is NotEmptyStruct?, false);
Eval(19216, o is NotEmptyStruct?[], false);
- Eval(19217, o is EmptyStructGen<int>, false);
- Eval(19218, o is EmptyStructGen<int>[], false);
- Eval(19219, o is EmptyStructGen<int>?, false);
- Eval(19220, o is EmptyStructGen<int>?[], false);
- Eval(19221, o is NotEmptyStructGen<Guid>, false);
- Eval(19222, o is NotEmptyStructGen<Guid>[], false);
- Eval(19223, o is NotEmptyStructGen<Guid>?, false);
- Eval(19224, o is NotEmptyStructGen<Guid>?[], false);
- Eval(19225, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(19226, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(19227, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(19228, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(19217, o is EmptyStructGen<int>, false);
+// Eval(19218, o is EmptyStructGen<int>[], false);
+// Eval(19219, o is EmptyStructGen<int>?, false);
+// Eval(19220, o is EmptyStructGen<int>?[], false);
+// Eval(19221, o is NotEmptyStructGen<Guid>, false);
+// Eval(19222, o is NotEmptyStructGen<Guid>[], false);
+// Eval(19223, o is NotEmptyStructGen<Guid>?, false);
+// Eval(19224, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(19225, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(19226, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(19227, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(19228, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(19229, o is NestedStruct, false);
Eval(19230, o is NestedStruct[], false);
Eval(19231, o is NestedStruct?, false);
Eval(19232, o is NestedStruct?[], false);
- Eval(19233, o is NestedStructGen<Decimal>, false);
- Eval(19234, o is NestedStructGen<Decimal>[], false);
- Eval(19235, o is NestedStructGen<Decimal>?, false);
- Eval(19236, o is NestedStructGen<Decimal>?[], false);
+// Eval(19233, o is NestedStructGen<Decimal>, false);
+// Eval(19234, o is NestedStructGen<Decimal>[], false);
+// Eval(19235, o is NestedStructGen<Decimal>?, false);
+// Eval(19236, o is NestedStructGen<Decimal>?[], false);
Eval(19237, o is ExplicitFieldOffsetStruct, false);
Eval(19238, o is ExplicitFieldOffsetStruct[], false);
Eval(19239, o is ExplicitFieldOffsetStruct?, false);
@@ -17818,18 +17818,18 @@ internal class Program
Eval(19258, o is ImplementTwoInterface[], false);
Eval(19259, o is ImplementTwoInterface?, false);
Eval(19260, o is ImplementTwoInterface?[], false);
- Eval(19261, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(19262, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(19263, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(19264, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(19265, o is ImplementTwoInterfaceGen<int>, false);
- Eval(19266, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(19267, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(19268, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(19269, o is ImplementAllInterface<int>, false);
- Eval(19270, o is ImplementAllInterface<int>[], false);
- Eval(19271, o is ImplementAllInterface<int>?, false);
- Eval(19272, o is ImplementAllInterface<int>?[], false);
+// Eval(19261, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(19262, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(19263, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(19264, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(19265, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(19266, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(19267, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(19268, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(19269, o is ImplementAllInterface<int>, false);
+// Eval(19270, o is ImplementAllInterface<int>[], false);
+// Eval(19271, o is ImplementAllInterface<int>?, false);
+// Eval(19272, o is ImplementAllInterface<int>?[], false);
Eval(19273, o is IntE, false);
Eval(19274, o is IntE[], false);
Eval(19275, o is IntE?, false);
@@ -17928,38 +17928,38 @@ internal class Program
Eval(19368, o is IEmpty[], false);
Eval(19369, o is INotEmpty, false);
Eval(19370, o is INotEmpty[], false);
- Eval(19371, o is IEmptyGen<int>, false);
- Eval(19372, o is IEmptyGen<int>[], false);
- Eval(19373, o is INotEmptyGen<int>, false);
- Eval(19374, o is INotEmptyGen<int>[], false);
+// Eval(19371, o is IEmptyGen<int>, false);
+// Eval(19372, o is IEmptyGen<int>[], false);
+// Eval(19373, o is INotEmptyGen<int>, false);
+// Eval(19374, o is INotEmptyGen<int>[], false);
Eval(19375, o is SimpleDelegate, false);
Eval(19376, o is SimpleDelegate[], false);
- Eval(19377, o is GenericDelegate<int>, false);
- Eval(19378, o is GenericDelegate<int>[], false);
+// Eval(19377, o is GenericDelegate<int>, false);
+// Eval(19378, o is GenericDelegate<int>[], false);
Eval(19379, o is EmptyClass, false);
Eval(19380, o is EmptyClass[], false);
Eval(19381, o is NotEmptyClass, false);
Eval(19382, o is NotEmptyClass[], false);
- Eval(19383, o is EmptyClassGen<int>, false);
- Eval(19384, o is EmptyClassGen<int>[], false);
- Eval(19385, o is NotEmptyClassGen<Guid>, false);
- Eval(19386, o is NotEmptyClassGen<Guid>[], false);
- Eval(19387, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(19388, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(19383, o is EmptyClassGen<int>, false);
+// Eval(19384, o is EmptyClassGen<int>[], false);
+// Eval(19385, o is NotEmptyClassGen<Guid>, false);
+// Eval(19386, o is NotEmptyClassGen<Guid>[], false);
+// Eval(19387, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(19388, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(19389, o is NestedClass, false);
Eval(19390, o is NestedClass[], false);
- Eval(19391, o is NestedClassGen<Decimal>, false);
- Eval(19392, o is NestedClassGen<Decimal>[], false);
+// Eval(19391, o is NestedClassGen<Decimal>, false);
+// Eval(19392, o is NestedClassGen<Decimal>[], false);
Eval(19393, o is ImplementOneInterfaceC, false);
Eval(19394, o is ImplementOneInterfaceC[], false);
Eval(19395, o is ImplementTwoInterfaceC, false);
Eval(19396, o is ImplementTwoInterfaceC[], false);
- Eval(19397, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19398, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19399, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(19400, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19401, o is ImplementAllInterfaceC<int>, false);
- Eval(19402, o is ImplementAllInterfaceC<int>[], false);
+// Eval(19397, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19398, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19399, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19400, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19401, o is ImplementAllInterfaceC<int>, false);
+// Eval(19402, o is ImplementAllInterfaceC<int>[], false);
Eval(19403, o is SealedClass, false);
Eval(19404, o is SealedClass[], false);
}
@@ -17977,26 +17977,26 @@ internal class Program
Eval(19410, o is NotEmptyStruct[], false);
Eval(19411, o is NotEmptyStruct?, false);
Eval(19412, o is NotEmptyStruct?[], false);
- Eval(19413, o is EmptyStructGen<int>, false);
- Eval(19414, o is EmptyStructGen<int>[], false);
- Eval(19415, o is EmptyStructGen<int>?, false);
- Eval(19416, o is EmptyStructGen<int>?[], false);
- Eval(19417, o is NotEmptyStructGen<Guid>, false);
- Eval(19418, o is NotEmptyStructGen<Guid>[], false);
- Eval(19419, o is NotEmptyStructGen<Guid>?, false);
- Eval(19420, o is NotEmptyStructGen<Guid>?[], false);
- Eval(19421, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(19422, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(19423, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(19424, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(19413, o is EmptyStructGen<int>, false);
+// Eval(19414, o is EmptyStructGen<int>[], false);
+// Eval(19415, o is EmptyStructGen<int>?, false);
+// Eval(19416, o is EmptyStructGen<int>?[], false);
+// Eval(19417, o is NotEmptyStructGen<Guid>, false);
+// Eval(19418, o is NotEmptyStructGen<Guid>[], false);
+// Eval(19419, o is NotEmptyStructGen<Guid>?, false);
+// Eval(19420, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(19421, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(19422, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(19423, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(19424, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(19425, o is NestedStruct, false);
Eval(19426, o is NestedStruct[], false);
Eval(19427, o is NestedStruct?, false);
Eval(19428, o is NestedStruct?[], false);
- Eval(19429, o is NestedStructGen<Decimal>, false);
- Eval(19430, o is NestedStructGen<Decimal>[], false);
- Eval(19431, o is NestedStructGen<Decimal>?, false);
- Eval(19432, o is NestedStructGen<Decimal>?[], false);
+// Eval(19429, o is NestedStructGen<Decimal>, false);
+// Eval(19430, o is NestedStructGen<Decimal>[], false);
+// Eval(19431, o is NestedStructGen<Decimal>?, false);
+// Eval(19432, o is NestedStructGen<Decimal>?[], false);
Eval(19433, o is ExplicitFieldOffsetStruct, false);
Eval(19434, o is ExplicitFieldOffsetStruct[], false);
Eval(19435, o is ExplicitFieldOffsetStruct?, false);
@@ -18013,18 +18013,18 @@ internal class Program
Eval(19454, o is ImplementTwoInterface[], false);
Eval(19455, o is ImplementTwoInterface?, false);
Eval(19456, o is ImplementTwoInterface?[], false);
- Eval(19457, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(19458, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(19459, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(19460, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(19461, o is ImplementTwoInterfaceGen<int>, false);
- Eval(19462, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(19463, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(19464, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(19465, o is ImplementAllInterface<int>, false);
- Eval(19466, o is ImplementAllInterface<int>[], false);
- Eval(19467, o is ImplementAllInterface<int>?, false);
- Eval(19468, o is ImplementAllInterface<int>?[], false);
+// Eval(19457, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(19458, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(19459, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(19460, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(19461, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(19462, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(19463, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(19464, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(19465, o is ImplementAllInterface<int>, false);
+// Eval(19466, o is ImplementAllInterface<int>[], false);
+// Eval(19467, o is ImplementAllInterface<int>?, false);
+// Eval(19468, o is ImplementAllInterface<int>?[], false);
Eval(19469, o is IntE, false);
Eval(19470, o is IntE[], false);
Eval(19471, o is IntE?, false);
@@ -18123,38 +18123,38 @@ internal class Program
Eval(19564, o is IEmpty[], false);
Eval(19565, o is INotEmpty, false);
Eval(19566, o is INotEmpty[], false);
- Eval(19567, o is IEmptyGen<int>, false);
- Eval(19568, o is IEmptyGen<int>[], false);
- Eval(19569, o is INotEmptyGen<int>, false);
- Eval(19570, o is INotEmptyGen<int>[], false);
+// Eval(19567, o is IEmptyGen<int>, false);
+// Eval(19568, o is IEmptyGen<int>[], false);
+// Eval(19569, o is INotEmptyGen<int>, false);
+// Eval(19570, o is INotEmptyGen<int>[], false);
Eval(19571, o is SimpleDelegate, false);
Eval(19572, o is SimpleDelegate[], false);
- Eval(19573, o is GenericDelegate<int>, false);
- Eval(19574, o is GenericDelegate<int>[], false);
+// Eval(19573, o is GenericDelegate<int>, false);
+// Eval(19574, o is GenericDelegate<int>[], false);
Eval(19575, o is EmptyClass, false);
Eval(19576, o is EmptyClass[], false);
Eval(19577, o is NotEmptyClass, false);
Eval(19578, o is NotEmptyClass[], false);
- Eval(19579, o is EmptyClassGen<int>, false);
- Eval(19580, o is EmptyClassGen<int>[], false);
- Eval(19581, o is NotEmptyClassGen<Guid>, false);
- Eval(19582, o is NotEmptyClassGen<Guid>[], false);
- Eval(19583, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(19584, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(19579, o is EmptyClassGen<int>, false);
+// Eval(19580, o is EmptyClassGen<int>[], false);
+// Eval(19581, o is NotEmptyClassGen<Guid>, false);
+// Eval(19582, o is NotEmptyClassGen<Guid>[], false);
+// Eval(19583, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(19584, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(19585, o is NestedClass, false);
Eval(19586, o is NestedClass[], false);
- Eval(19587, o is NestedClassGen<Decimal>, false);
- Eval(19588, o is NestedClassGen<Decimal>[], false);
+// Eval(19587, o is NestedClassGen<Decimal>, false);
+// Eval(19588, o is NestedClassGen<Decimal>[], false);
Eval(19589, o is ImplementOneInterfaceC, false);
Eval(19590, o is ImplementOneInterfaceC[], false);
Eval(19591, o is ImplementTwoInterfaceC, false);
Eval(19592, o is ImplementTwoInterfaceC[], false);
- Eval(19593, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19594, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19595, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(19596, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19597, o is ImplementAllInterfaceC<int>, false);
- Eval(19598, o is ImplementAllInterfaceC<int>[], false);
+// Eval(19593, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19594, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19595, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19596, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19597, o is ImplementAllInterfaceC<int>, false);
+// Eval(19598, o is ImplementAllInterfaceC<int>[], false);
Eval(19599, o is SealedClass, false);
Eval(19600, o is SealedClass[], false);
}
@@ -18169,26 +18169,26 @@ internal class Program
Eval(19606, o is NotEmptyStruct[], false);
Eval(19607, o is NotEmptyStruct?, false);
Eval(19608, o is NotEmptyStruct?[], false);
- Eval(19609, o is EmptyStructGen<int>, false);
- Eval(19610, o is EmptyStructGen<int>[], false);
- Eval(19611, o is EmptyStructGen<int>?, false);
- Eval(19612, o is EmptyStructGen<int>?[], false);
- Eval(19613, o is NotEmptyStructGen<Guid>, false);
- Eval(19614, o is NotEmptyStructGen<Guid>[], false);
- Eval(19615, o is NotEmptyStructGen<Guid>?, false);
- Eval(19616, o is NotEmptyStructGen<Guid>?[], false);
- Eval(19617, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(19618, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(19619, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(19620, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(19609, o is EmptyStructGen<int>, false);
+// Eval(19610, o is EmptyStructGen<int>[], false);
+// Eval(19611, o is EmptyStructGen<int>?, false);
+// Eval(19612, o is EmptyStructGen<int>?[], false);
+// Eval(19613, o is NotEmptyStructGen<Guid>, false);
+// Eval(19614, o is NotEmptyStructGen<Guid>[], false);
+// Eval(19615, o is NotEmptyStructGen<Guid>?, false);
+// Eval(19616, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(19617, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(19618, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(19619, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(19620, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(19621, o is NestedStruct, false);
Eval(19622, o is NestedStruct[], false);
Eval(19623, o is NestedStruct?, false);
Eval(19624, o is NestedStruct?[], false);
- Eval(19625, o is NestedStructGen<Decimal>, false);
- Eval(19626, o is NestedStructGen<Decimal>[], false);
- Eval(19627, o is NestedStructGen<Decimal>?, false);
- Eval(19628, o is NestedStructGen<Decimal>?[], false);
+// Eval(19625, o is NestedStructGen<Decimal>, false);
+// Eval(19626, o is NestedStructGen<Decimal>[], false);
+// Eval(19627, o is NestedStructGen<Decimal>?, false);
+// Eval(19628, o is NestedStructGen<Decimal>?[], false);
Eval(19629, o is ExplicitFieldOffsetStruct, false);
Eval(19630, o is ExplicitFieldOffsetStruct[], false);
Eval(19631, o is ExplicitFieldOffsetStruct?, false);
@@ -18205,18 +18205,18 @@ internal class Program
Eval(19650, o is ImplementTwoInterface[], false);
Eval(19651, o is ImplementTwoInterface?, false);
Eval(19652, o is ImplementTwoInterface?[], false);
- Eval(19653, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(19654, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(19655, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(19656, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(19657, o is ImplementTwoInterfaceGen<int>, false);
- Eval(19658, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(19659, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(19660, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(19661, o is ImplementAllInterface<int>, false);
- Eval(19662, o is ImplementAllInterface<int>[], false);
- Eval(19663, o is ImplementAllInterface<int>?, false);
- Eval(19664, o is ImplementAllInterface<int>?[], false);
+// Eval(19653, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(19654, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(19655, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(19656, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(19657, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(19658, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(19659, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(19660, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(19661, o is ImplementAllInterface<int>, false);
+// Eval(19662, o is ImplementAllInterface<int>[], false);
+// Eval(19663, o is ImplementAllInterface<int>?, false);
+// Eval(19664, o is ImplementAllInterface<int>?[], false);
Eval(19665, o is IntE, false);
Eval(19666, o is IntE[], false);
Eval(19667, o is IntE?, false);
@@ -18315,38 +18315,38 @@ internal class Program
Eval(19760, o is IEmpty[], false);
Eval(19761, o is INotEmpty, false);
Eval(19762, o is INotEmpty[], false);
- Eval(19763, o is IEmptyGen<int>, false);
- Eval(19764, o is IEmptyGen<int>[], false);
- Eval(19765, o is INotEmptyGen<int>, false);
- Eval(19766, o is INotEmptyGen<int>[], false);
+// Eval(19763, o is IEmptyGen<int>, false);
+// Eval(19764, o is IEmptyGen<int>[], false);
+// Eval(19765, o is INotEmptyGen<int>, false);
+// Eval(19766, o is INotEmptyGen<int>[], false);
Eval(19767, o is SimpleDelegate, false);
Eval(19768, o is SimpleDelegate[], false);
- Eval(19769, o is GenericDelegate<int>, false);
- Eval(19770, o is GenericDelegate<int>[], false);
+// Eval(19769, o is GenericDelegate<int>, false);
+// Eval(19770, o is GenericDelegate<int>[], false);
Eval(19771, o is EmptyClass, false);
Eval(19772, o is EmptyClass[], false);
Eval(19773, o is NotEmptyClass, false);
Eval(19774, o is NotEmptyClass[], false);
- Eval(19775, o is EmptyClassGen<int>, false);
- Eval(19776, o is EmptyClassGen<int>[], false);
- Eval(19777, o is NotEmptyClassGen<Guid>, false);
- Eval(19778, o is NotEmptyClassGen<Guid>[], false);
- Eval(19779, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(19780, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(19775, o is EmptyClassGen<int>, false);
+// Eval(19776, o is EmptyClassGen<int>[], false);
+// Eval(19777, o is NotEmptyClassGen<Guid>, false);
+// Eval(19778, o is NotEmptyClassGen<Guid>[], false);
+// Eval(19779, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(19780, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(19781, o is NestedClass, false);
Eval(19782, o is NestedClass[], false);
- Eval(19783, o is NestedClassGen<Decimal>, false);
- Eval(19784, o is NestedClassGen<Decimal>[], false);
+// Eval(19783, o is NestedClassGen<Decimal>, false);
+// Eval(19784, o is NestedClassGen<Decimal>[], false);
Eval(19785, o is ImplementOneInterfaceC, false);
Eval(19786, o is ImplementOneInterfaceC[], false);
Eval(19787, o is ImplementTwoInterfaceC, false);
Eval(19788, o is ImplementTwoInterfaceC[], false);
- Eval(19789, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19790, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19791, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(19792, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19793, o is ImplementAllInterfaceC<int>, false);
- Eval(19794, o is ImplementAllInterfaceC<int>[], false);
+// Eval(19789, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19790, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19791, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19792, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19793, o is ImplementAllInterfaceC<int>, false);
+// Eval(19794, o is ImplementAllInterfaceC<int>[], false);
Eval(19795, o is SealedClass, false);
Eval(19796, o is SealedClass[], false);
}
@@ -18361,26 +18361,26 @@ internal class Program
Eval(19802, o is NotEmptyStruct[], false);
Eval(19803, o is NotEmptyStruct?, false);
Eval(19804, o is NotEmptyStruct?[], false);
- Eval(19805, o is EmptyStructGen<int>, false);
- Eval(19806, o is EmptyStructGen<int>[], false);
- Eval(19807, o is EmptyStructGen<int>?, false);
- Eval(19808, o is EmptyStructGen<int>?[], false);
- Eval(19809, o is NotEmptyStructGen<Guid>, false);
- Eval(19810, o is NotEmptyStructGen<Guid>[], false);
- Eval(19811, o is NotEmptyStructGen<Guid>?, false);
- Eval(19812, o is NotEmptyStructGen<Guid>?[], false);
- Eval(19813, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(19814, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(19815, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(19816, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(19805, o is EmptyStructGen<int>, false);
+// Eval(19806, o is EmptyStructGen<int>[], false);
+// Eval(19807, o is EmptyStructGen<int>?, false);
+// Eval(19808, o is EmptyStructGen<int>?[], false);
+// Eval(19809, o is NotEmptyStructGen<Guid>, false);
+// Eval(19810, o is NotEmptyStructGen<Guid>[], false);
+// Eval(19811, o is NotEmptyStructGen<Guid>?, false);
+// Eval(19812, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(19813, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(19814, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(19815, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(19816, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(19817, o is NestedStruct, false);
Eval(19818, o is NestedStruct[], false);
Eval(19819, o is NestedStruct?, false);
Eval(19820, o is NestedStruct?[], false);
- Eval(19821, o is NestedStructGen<Decimal>, false);
- Eval(19822, o is NestedStructGen<Decimal>[], false);
- Eval(19823, o is NestedStructGen<Decimal>?, false);
- Eval(19824, o is NestedStructGen<Decimal>?[], false);
+// Eval(19821, o is NestedStructGen<Decimal>, false);
+// Eval(19822, o is NestedStructGen<Decimal>[], false);
+// Eval(19823, o is NestedStructGen<Decimal>?, false);
+// Eval(19824, o is NestedStructGen<Decimal>?[], false);
Eval(19825, o is ExplicitFieldOffsetStruct, false);
Eval(19826, o is ExplicitFieldOffsetStruct[], false);
Eval(19827, o is ExplicitFieldOffsetStruct?, false);
@@ -18397,18 +18397,18 @@ internal class Program
Eval(19846, o is ImplementTwoInterface[], false);
Eval(19847, o is ImplementTwoInterface?, false);
Eval(19848, o is ImplementTwoInterface?[], false);
- Eval(19849, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(19850, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(19851, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(19852, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(19853, o is ImplementTwoInterfaceGen<int>, false);
- Eval(19854, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(19855, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(19856, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(19857, o is ImplementAllInterface<int>, false);
- Eval(19858, o is ImplementAllInterface<int>[], false);
- Eval(19859, o is ImplementAllInterface<int>?, false);
- Eval(19860, o is ImplementAllInterface<int>?[], false);
+// Eval(19849, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(19850, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(19851, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(19852, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(19853, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(19854, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(19855, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(19856, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(19857, o is ImplementAllInterface<int>, false);
+// Eval(19858, o is ImplementAllInterface<int>[], false);
+// Eval(19859, o is ImplementAllInterface<int>?, false);
+// Eval(19860, o is ImplementAllInterface<int>?[], false);
Eval(19861, o is IntE, false);
Eval(19862, o is IntE[], false);
Eval(19863, o is IntE?, false);
@@ -18507,38 +18507,38 @@ internal class Program
Eval(19956, o is IEmpty[], false);
Eval(19957, o is INotEmpty, false);
Eval(19958, o is INotEmpty[], false);
- Eval(19959, o is IEmptyGen<int>, false);
- Eval(19960, o is IEmptyGen<int>[], false);
- Eval(19961, o is INotEmptyGen<int>, false);
- Eval(19962, o is INotEmptyGen<int>[], false);
+// Eval(19959, o is IEmptyGen<int>, false);
+// Eval(19960, o is IEmptyGen<int>[], false);
+// Eval(19961, o is INotEmptyGen<int>, false);
+// Eval(19962, o is INotEmptyGen<int>[], false);
Eval(19963, o is SimpleDelegate, false);
Eval(19964, o is SimpleDelegate[], false);
- Eval(19965, o is GenericDelegate<int>, false);
- Eval(19966, o is GenericDelegate<int>[], false);
+// Eval(19965, o is GenericDelegate<int>, false);
+// Eval(19966, o is GenericDelegate<int>[], false);
Eval(19967, o is EmptyClass, false);
Eval(19968, o is EmptyClass[], false);
Eval(19969, o is NotEmptyClass, false);
Eval(19970, o is NotEmptyClass[], false);
- Eval(19971, o is EmptyClassGen<int>, false);
- Eval(19972, o is EmptyClassGen<int>[], false);
- Eval(19973, o is NotEmptyClassGen<Guid>, false);
- Eval(19974, o is NotEmptyClassGen<Guid>[], false);
- Eval(19975, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(19976, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(19971, o is EmptyClassGen<int>, false);
+// Eval(19972, o is EmptyClassGen<int>[], false);
+// Eval(19973, o is NotEmptyClassGen<Guid>, false);
+// Eval(19974, o is NotEmptyClassGen<Guid>[], false);
+// Eval(19975, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(19976, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(19977, o is NestedClass, false);
Eval(19978, o is NestedClass[], false);
- Eval(19979, o is NestedClassGen<Decimal>, false);
- Eval(19980, o is NestedClassGen<Decimal>[], false);
+// Eval(19979, o is NestedClassGen<Decimal>, false);
+// Eval(19980, o is NestedClassGen<Decimal>[], false);
Eval(19981, o is ImplementOneInterfaceC, false);
Eval(19982, o is ImplementOneInterfaceC[], false);
Eval(19983, o is ImplementTwoInterfaceC, false);
Eval(19984, o is ImplementTwoInterfaceC[], false);
- Eval(19985, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19986, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19987, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(19988, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19989, o is ImplementAllInterfaceC<int>, false);
- Eval(19990, o is ImplementAllInterfaceC<int>[], false);
+// Eval(19985, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19986, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19987, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19988, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19989, o is ImplementAllInterfaceC<int>, false);
+// Eval(19990, o is ImplementAllInterfaceC<int>[], false);
Eval(19991, o is SealedClass, false);
Eval(19992, o is SealedClass[], false);
}
@@ -18556,26 +18556,26 @@ internal class Program
Eval(19998, o is NotEmptyStruct[], false);
Eval(19999, o is NotEmptyStruct?, false);
Eval(20000, o is NotEmptyStruct?[], false);
- Eval(20001, o is EmptyStructGen<int>, false);
- Eval(20002, o is EmptyStructGen<int>[], false);
- Eval(20003, o is EmptyStructGen<int>?, false);
- Eval(20004, o is EmptyStructGen<int>?[], false);
- Eval(20005, o is NotEmptyStructGen<Guid>, false);
- Eval(20006, o is NotEmptyStructGen<Guid>[], false);
- Eval(20007, o is NotEmptyStructGen<Guid>?, false);
- Eval(20008, o is NotEmptyStructGen<Guid>?[], false);
- Eval(20009, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20010, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20011, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20012, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20001, o is EmptyStructGen<int>, false);
+// Eval(20002, o is EmptyStructGen<int>[], false);
+// Eval(20003, o is EmptyStructGen<int>?, false);
+// Eval(20004, o is EmptyStructGen<int>?[], false);
+// Eval(20005, o is NotEmptyStructGen<Guid>, false);
+// Eval(20006, o is NotEmptyStructGen<Guid>[], false);
+// Eval(20007, o is NotEmptyStructGen<Guid>?, false);
+// Eval(20008, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(20009, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20010, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20011, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20012, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20013, o is NestedStruct, false);
Eval(20014, o is NestedStruct[], false);
Eval(20015, o is NestedStruct?, false);
Eval(20016, o is NestedStruct?[], false);
- Eval(20017, o is NestedStructGen<Decimal>, false);
- Eval(20018, o is NestedStructGen<Decimal>[], false);
- Eval(20019, o is NestedStructGen<Decimal>?, false);
- Eval(20020, o is NestedStructGen<Decimal>?[], false);
+// Eval(20017, o is NestedStructGen<Decimal>, false);
+// Eval(20018, o is NestedStructGen<Decimal>[], false);
+// Eval(20019, o is NestedStructGen<Decimal>?, false);
+// Eval(20020, o is NestedStructGen<Decimal>?[], false);
Eval(20021, o is ExplicitFieldOffsetStruct, false);
Eval(20022, o is ExplicitFieldOffsetStruct[], false);
Eval(20023, o is ExplicitFieldOffsetStruct?, false);
@@ -18592,18 +18592,18 @@ internal class Program
Eval(20042, o is ImplementTwoInterface[], false);
Eval(20043, o is ImplementTwoInterface?, false);
Eval(20044, o is ImplementTwoInterface?[], false);
- Eval(20045, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(20046, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(20047, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(20048, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(20049, o is ImplementTwoInterfaceGen<int>, false);
- Eval(20050, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(20051, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(20052, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(20053, o is ImplementAllInterface<int>, false);
- Eval(20054, o is ImplementAllInterface<int>[], false);
- Eval(20055, o is ImplementAllInterface<int>?, false);
- Eval(20056, o is ImplementAllInterface<int>?[], false);
+// Eval(20045, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(20046, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(20047, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(20048, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(20049, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(20050, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(20051, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(20052, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(20053, o is ImplementAllInterface<int>, false);
+// Eval(20054, o is ImplementAllInterface<int>[], false);
+// Eval(20055, o is ImplementAllInterface<int>?, false);
+// Eval(20056, o is ImplementAllInterface<int>?[], false);
Eval(20057, o is IntE, false);
Eval(20058, o is IntE[], false);
Eval(20059, o is IntE?, false);
@@ -18702,38 +18702,38 @@ internal class Program
Eval(20152, o is IEmpty[], false);
Eval(20153, o is INotEmpty, false);
Eval(20154, o is INotEmpty[], false);
- Eval(20155, o is IEmptyGen<int>, false);
- Eval(20156, o is IEmptyGen<int>[], false);
- Eval(20157, o is INotEmptyGen<int>, false);
- Eval(20158, o is INotEmptyGen<int>[], false);
+// Eval(20155, o is IEmptyGen<int>, false);
+// Eval(20156, o is IEmptyGen<int>[], false);
+// Eval(20157, o is INotEmptyGen<int>, false);
+// Eval(20158, o is INotEmptyGen<int>[], false);
Eval(20159, o is SimpleDelegate, false);
Eval(20160, o is SimpleDelegate[], false);
- Eval(20161, o is GenericDelegate<int>, false);
- Eval(20162, o is GenericDelegate<int>[], false);
+// Eval(20161, o is GenericDelegate<int>, false);
+// Eval(20162, o is GenericDelegate<int>[], false);
Eval(20163, o is EmptyClass, false);
Eval(20164, o is EmptyClass[], false);
Eval(20165, o is NotEmptyClass, false);
Eval(20166, o is NotEmptyClass[], false);
- Eval(20167, o is EmptyClassGen<int>, false);
- Eval(20168, o is EmptyClassGen<int>[], false);
- Eval(20169, o is NotEmptyClassGen<Guid>, false);
- Eval(20170, o is NotEmptyClassGen<Guid>[], false);
- Eval(20171, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(20172, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(20167, o is EmptyClassGen<int>, false);
+// Eval(20168, o is EmptyClassGen<int>[], false);
+// Eval(20169, o is NotEmptyClassGen<Guid>, false);
+// Eval(20170, o is NotEmptyClassGen<Guid>[], false);
+// Eval(20171, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(20172, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(20173, o is NestedClass, false);
Eval(20174, o is NestedClass[], false);
- Eval(20175, o is NestedClassGen<Decimal>, false);
- Eval(20176, o is NestedClassGen<Decimal>[], false);
+// Eval(20175, o is NestedClassGen<Decimal>, false);
+// Eval(20176, o is NestedClassGen<Decimal>[], false);
Eval(20177, o is ImplementOneInterfaceC, false);
Eval(20178, o is ImplementOneInterfaceC[], false);
Eval(20179, o is ImplementTwoInterfaceC, false);
Eval(20180, o is ImplementTwoInterfaceC[], false);
- Eval(20181, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(20182, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(20183, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(20184, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(20185, o is ImplementAllInterfaceC<int>, false);
- Eval(20186, o is ImplementAllInterfaceC<int>[], false);
+// Eval(20181, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(20182, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(20183, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(20184, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(20185, o is ImplementAllInterfaceC<int>, false);
+// Eval(20186, o is ImplementAllInterfaceC<int>[], false);
Eval(20187, o is SealedClass, false);
Eval(20188, o is SealedClass[], false);
}
@@ -18748,26 +18748,26 @@ internal class Program
Eval(20194, o is NotEmptyStruct[], false);
Eval(20195, o is NotEmptyStruct?, false);
Eval(20196, o is NotEmptyStruct?[], false);
- Eval(20197, o is EmptyStructGen<int>, false);
- Eval(20198, o is EmptyStructGen<int>[], false);
- Eval(20199, o is EmptyStructGen<int>?, false);
- Eval(20200, o is EmptyStructGen<int>?[], false);
- Eval(20201, o is NotEmptyStructGen<Guid>, false);
- Eval(20202, o is NotEmptyStructGen<Guid>[], false);
- Eval(20203, o is NotEmptyStructGen<Guid>?, false);
- Eval(20204, o is NotEmptyStructGen<Guid>?[], false);
- Eval(20205, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20206, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20207, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20208, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20197, o is EmptyStructGen<int>, false);
+// Eval(20198, o is EmptyStructGen<int>[], false);
+// Eval(20199, o is EmptyStructGen<int>?, false);
+// Eval(20200, o is EmptyStructGen<int>?[], false);
+// Eval(20201, o is NotEmptyStructGen<Guid>, false);
+// Eval(20202, o is NotEmptyStructGen<Guid>[], false);
+// Eval(20203, o is NotEmptyStructGen<Guid>?, false);
+// Eval(20204, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(20205, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20206, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20207, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20208, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20209, o is NestedStruct, false);
Eval(20210, o is NestedStruct[], false);
Eval(20211, o is NestedStruct?, false);
Eval(20212, o is NestedStruct?[], false);
- Eval(20213, o is NestedStructGen<Decimal>, false);
- Eval(20214, o is NestedStructGen<Decimal>[], false);
- Eval(20215, o is NestedStructGen<Decimal>?, false);
- Eval(20216, o is NestedStructGen<Decimal>?[], false);
+// Eval(20213, o is NestedStructGen<Decimal>, false);
+// Eval(20214, o is NestedStructGen<Decimal>[], false);
+// Eval(20215, o is NestedStructGen<Decimal>?, false);
+// Eval(20216, o is NestedStructGen<Decimal>?[], false);
Eval(20217, o is ExplicitFieldOffsetStruct, false);
Eval(20218, o is ExplicitFieldOffsetStruct[], false);
Eval(20219, o is ExplicitFieldOffsetStruct?, false);
@@ -18784,18 +18784,18 @@ internal class Program
Eval(20238, o is ImplementTwoInterface[], false);
Eval(20239, o is ImplementTwoInterface?, false);
Eval(20240, o is ImplementTwoInterface?[], false);
- Eval(20241, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(20242, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(20243, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(20244, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(20245, o is ImplementTwoInterfaceGen<int>, false);
- Eval(20246, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(20247, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(20248, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(20249, o is ImplementAllInterface<int>, false);
- Eval(20250, o is ImplementAllInterface<int>[], false);
- Eval(20251, o is ImplementAllInterface<int>?, false);
- Eval(20252, o is ImplementAllInterface<int>?[], false);
+// Eval(20241, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(20242, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(20243, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(20244, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(20245, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(20246, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(20247, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(20248, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(20249, o is ImplementAllInterface<int>, false);
+// Eval(20250, o is ImplementAllInterface<int>[], false);
+// Eval(20251, o is ImplementAllInterface<int>?, false);
+// Eval(20252, o is ImplementAllInterface<int>?[], false);
Eval(20253, o is IntE, false);
Eval(20254, o is IntE[], false);
Eval(20255, o is IntE?, false);
@@ -18894,38 +18894,38 @@ internal class Program
Eval(20348, o is IEmpty[], false);
Eval(20349, o is INotEmpty, false);
Eval(20350, o is INotEmpty[], false);
- Eval(20351, o is IEmptyGen<int>, false);
- Eval(20352, o is IEmptyGen<int>[], false);
- Eval(20353, o is INotEmptyGen<int>, false);
- Eval(20354, o is INotEmptyGen<int>[], false);
+// Eval(20351, o is IEmptyGen<int>, false);
+// Eval(20352, o is IEmptyGen<int>[], false);
+// Eval(20353, o is INotEmptyGen<int>, false);
+// Eval(20354, o is INotEmptyGen<int>[], false);
Eval(20355, o is SimpleDelegate, false);
Eval(20356, o is SimpleDelegate[], false);
- Eval(20357, o is GenericDelegate<int>, false);
- Eval(20358, o is GenericDelegate<int>[], false);
+// Eval(20357, o is GenericDelegate<int>, false);
+// Eval(20358, o is GenericDelegate<int>[], false);
Eval(20359, o is EmptyClass, false);
Eval(20360, o is EmptyClass[], false);
Eval(20361, o is NotEmptyClass, false);
Eval(20362, o is NotEmptyClass[], false);
- Eval(20363, o is EmptyClassGen<int>, false);
- Eval(20364, o is EmptyClassGen<int>[], false);
- Eval(20365, o is NotEmptyClassGen<Guid>, false);
- Eval(20366, o is NotEmptyClassGen<Guid>[], false);
- Eval(20367, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(20368, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(20363, o is EmptyClassGen<int>, false);
+// Eval(20364, o is EmptyClassGen<int>[], false);
+// Eval(20365, o is NotEmptyClassGen<Guid>, false);
+// Eval(20366, o is NotEmptyClassGen<Guid>[], false);
+// Eval(20367, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(20368, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(20369, o is NestedClass, false);
Eval(20370, o is NestedClass[], false);
- Eval(20371, o is NestedClassGen<Decimal>, false);
- Eval(20372, o is NestedClassGen<Decimal>[], false);
+// Eval(20371, o is NestedClassGen<Decimal>, false);
+// Eval(20372, o is NestedClassGen<Decimal>[], false);
Eval(20373, o is ImplementOneInterfaceC, false);
Eval(20374, o is ImplementOneInterfaceC[], false);
Eval(20375, o is ImplementTwoInterfaceC, false);
Eval(20376, o is ImplementTwoInterfaceC[], false);
- Eval(20377, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(20378, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(20379, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(20380, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(20381, o is ImplementAllInterfaceC<int>, false);
- Eval(20382, o is ImplementAllInterfaceC<int>[], false);
+// Eval(20377, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(20378, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(20379, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(20380, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(20381, o is ImplementAllInterfaceC<int>, false);
+// Eval(20382, o is ImplementAllInterfaceC<int>[], false);
Eval(20383, o is SealedClass, false);
Eval(20384, o is SealedClass[], false);
}
@@ -18940,26 +18940,26 @@ internal class Program
Eval(20390, o is NotEmptyStruct[], false);
Eval(20391, o is NotEmptyStruct?, false);
Eval(20392, o is NotEmptyStruct?[], false);
- Eval(20393, o is EmptyStructGen<int>, false);
- Eval(20394, o is EmptyStructGen<int>[], false);
- Eval(20395, o is EmptyStructGen<int>?, false);
- Eval(20396, o is EmptyStructGen<int>?[], false);
- Eval(20397, o is NotEmptyStructGen<Guid>, false);
- Eval(20398, o is NotEmptyStructGen<Guid>[], false);
- Eval(20399, o is NotEmptyStructGen<Guid>?, false);
- Eval(20400, o is NotEmptyStructGen<Guid>?[], false);
- Eval(20401, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20402, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20403, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20404, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20393, o is EmptyStructGen<int>, false);
+// Eval(20394, o is EmptyStructGen<int>[], false);
+// Eval(20395, o is EmptyStructGen<int>?, false);
+// Eval(20396, o is EmptyStructGen<int>?[], false);
+// Eval(20397, o is NotEmptyStructGen<Guid>, false);
+// Eval(20398, o is NotEmptyStructGen<Guid>[], false);
+// Eval(20399, o is NotEmptyStructGen<Guid>?, false);
+// Eval(20400, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(20401, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20402, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20403, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20404, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20405, o is NestedStruct, false);
Eval(20406, o is NestedStruct[], false);
Eval(20407, o is NestedStruct?, false);
Eval(20408, o is NestedStruct?[], false);
- Eval(20409, o is NestedStructGen<Decimal>, false);
- Eval(20410, o is NestedStructGen<Decimal>[], false);
- Eval(20411, o is NestedStructGen<Decimal>?, false);
- Eval(20412, o is NestedStructGen<Decimal>?[], false);
+// Eval(20409, o is NestedStructGen<Decimal>, false);
+// Eval(20410, o is NestedStructGen<Decimal>[], false);
+// Eval(20411, o is NestedStructGen<Decimal>?, false);
+// Eval(20412, o is NestedStructGen<Decimal>?[], false);
Eval(20413, o is ExplicitFieldOffsetStruct, false);
Eval(20414, o is ExplicitFieldOffsetStruct[], false);
Eval(20415, o is ExplicitFieldOffsetStruct?, false);
@@ -18976,18 +18976,18 @@ internal class Program
Eval(20434, o is ImplementTwoInterface[], false);
Eval(20435, o is ImplementTwoInterface?, false);
Eval(20436, o is ImplementTwoInterface?[], false);
- Eval(20437, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(20438, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(20439, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(20440, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(20441, o is ImplementTwoInterfaceGen<int>, false);
- Eval(20442, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(20443, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(20444, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(20445, o is ImplementAllInterface<int>, false);
- Eval(20446, o is ImplementAllInterface<int>[], false);
- Eval(20447, o is ImplementAllInterface<int>?, false);
- Eval(20448, o is ImplementAllInterface<int>?[], false);
+// Eval(20437, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(20438, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(20439, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(20440, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(20441, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(20442, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(20443, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(20444, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(20445, o is ImplementAllInterface<int>, false);
+// Eval(20446, o is ImplementAllInterface<int>[], false);
+// Eval(20447, o is ImplementAllInterface<int>?, false);
+// Eval(20448, o is ImplementAllInterface<int>?[], false);
Eval(20449, o is IntE, false);
Eval(20450, o is IntE[], false);
Eval(20451, o is IntE?, false);
@@ -19086,38 +19086,38 @@ internal class Program
Eval(20544, o is IEmpty[], false);
Eval(20545, o is INotEmpty, false);
Eval(20546, o is INotEmpty[], false);
- Eval(20547, o is IEmptyGen<int>, false);
- Eval(20548, o is IEmptyGen<int>[], false);
- Eval(20549, o is INotEmptyGen<int>, false);
- Eval(20550, o is INotEmptyGen<int>[], false);
+// Eval(20547, o is IEmptyGen<int>, false);
+// Eval(20548, o is IEmptyGen<int>[], false);
+// Eval(20549, o is INotEmptyGen<int>, false);
+// Eval(20550, o is INotEmptyGen<int>[], false);
Eval(20551, o is SimpleDelegate, false);
Eval(20552, o is SimpleDelegate[], false);
- Eval(20553, o is GenericDelegate<int>, false);
- Eval(20554, o is GenericDelegate<int>[], false);
+// Eval(20553, o is GenericDelegate<int>, false);
+// Eval(20554, o is GenericDelegate<int>[], false);
Eval(20555, o is EmptyClass, false);
Eval(20556, o is EmptyClass[], false);
Eval(20557, o is NotEmptyClass, false);
Eval(20558, o is NotEmptyClass[], false);
- Eval(20559, o is EmptyClassGen<int>, false);
- Eval(20560, o is EmptyClassGen<int>[], false);
- Eval(20561, o is NotEmptyClassGen<Guid>, false);
- Eval(20562, o is NotEmptyClassGen<Guid>[], false);
- Eval(20563, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(20564, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(20559, o is EmptyClassGen<int>, false);
+// Eval(20560, o is EmptyClassGen<int>[], false);
+// Eval(20561, o is NotEmptyClassGen<Guid>, false);
+// Eval(20562, o is NotEmptyClassGen<Guid>[], false);
+// Eval(20563, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(20564, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(20565, o is NestedClass, false);
Eval(20566, o is NestedClass[], false);
- Eval(20567, o is NestedClassGen<Decimal>, false);
- Eval(20568, o is NestedClassGen<Decimal>[], false);
+// Eval(20567, o is NestedClassGen<Decimal>, false);
+// Eval(20568, o is NestedClassGen<Decimal>[], false);
Eval(20569, o is ImplementOneInterfaceC, false);
Eval(20570, o is ImplementOneInterfaceC[], false);
Eval(20571, o is ImplementTwoInterfaceC, false);
Eval(20572, o is ImplementTwoInterfaceC[], false);
- Eval(20573, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(20574, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(20575, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(20576, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(20577, o is ImplementAllInterfaceC<int>, false);
- Eval(20578, o is ImplementAllInterfaceC<int>[], false);
+// Eval(20573, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(20574, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(20575, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(20576, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(20577, o is ImplementAllInterfaceC<int>, false);
+// Eval(20578, o is ImplementAllInterfaceC<int>[], false);
Eval(20579, o is SealedClass, false);
Eval(20580, o is SealedClass[], false);
}
@@ -19135,26 +19135,26 @@ internal class Program
Eval(20586, o is NotEmptyStruct[], false);
Eval(20587, o is NotEmptyStruct?, false);
Eval(20588, o is NotEmptyStruct?[], false);
- Eval(20589, o is EmptyStructGen<int>, false);
- Eval(20590, o is EmptyStructGen<int>[], false);
- Eval(20591, o is EmptyStructGen<int>?, false);
- Eval(20592, o is EmptyStructGen<int>?[], false);
- Eval(20593, o is NotEmptyStructGen<Guid>, false);
- Eval(20594, o is NotEmptyStructGen<Guid>[], false);
- Eval(20595, o is NotEmptyStructGen<Guid>?, false);
- Eval(20596, o is NotEmptyStructGen<Guid>?[], false);
- Eval(20597, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20598, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20599, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20600, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20589, o is EmptyStructGen<int>, false);
+// Eval(20590, o is EmptyStructGen<int>[], false);
+// Eval(20591, o is EmptyStructGen<int>?, false);
+// Eval(20592, o is EmptyStructGen<int>?[], false);
+// Eval(20593, o is NotEmptyStructGen<Guid>, false);
+// Eval(20594, o is NotEmptyStructGen<Guid>[], false);
+// Eval(20595, o is NotEmptyStructGen<Guid>?, false);
+// Eval(20596, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(20597, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20598, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20599, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20600, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20601, o is NestedStruct, false);
Eval(20602, o is NestedStruct[], false);
Eval(20603, o is NestedStruct?, false);
Eval(20604, o is NestedStruct?[], false);
- Eval(20605, o is NestedStructGen<Decimal>, false);
- Eval(20606, o is NestedStructGen<Decimal>[], false);
- Eval(20607, o is NestedStructGen<Decimal>?, false);
- Eval(20608, o is NestedStructGen<Decimal>?[], false);
+// Eval(20605, o is NestedStructGen<Decimal>, false);
+// Eval(20606, o is NestedStructGen<Decimal>[], false);
+// Eval(20607, o is NestedStructGen<Decimal>?, false);
+// Eval(20608, o is NestedStructGen<Decimal>?[], false);
Eval(20609, o is ExplicitFieldOffsetStruct, false);
Eval(20610, o is ExplicitFieldOffsetStruct[], false);
Eval(20611, o is ExplicitFieldOffsetStruct?, false);
@@ -19171,18 +19171,18 @@ internal class Program
Eval(20630, o is ImplementTwoInterface[], false);
Eval(20631, o is ImplementTwoInterface?, false);
Eval(20632, o is ImplementTwoInterface?[], false);
- Eval(20633, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(20634, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(20635, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(20636, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(20637, o is ImplementTwoInterfaceGen<int>, false);
- Eval(20638, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(20639, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(20640, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(20641, o is ImplementAllInterface<int>, false);
- Eval(20642, o is ImplementAllInterface<int>[], false);
- Eval(20643, o is ImplementAllInterface<int>?, false);
- Eval(20644, o is ImplementAllInterface<int>?[], false);
+// Eval(20633, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(20634, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(20635, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(20636, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(20637, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(20638, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(20639, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(20640, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(20641, o is ImplementAllInterface<int>, false);
+// Eval(20642, o is ImplementAllInterface<int>[], false);
+// Eval(20643, o is ImplementAllInterface<int>?, false);
+// Eval(20644, o is ImplementAllInterface<int>?[], false);
Eval(20645, o is IntE, false);
Eval(20646, o is IntE[], false);
Eval(20647, o is IntE?, false);
@@ -19281,38 +19281,38 @@ internal class Program
Eval(20740, o is IEmpty[], false);
Eval(20741, o is INotEmpty, false);
Eval(20742, o is INotEmpty[], false);
- Eval(20743, o is IEmptyGen<int>, false);
- Eval(20744, o is IEmptyGen<int>[], false);
- Eval(20745, o is INotEmptyGen<int>, false);
- Eval(20746, o is INotEmptyGen<int>[], false);
+// Eval(20743, o is IEmptyGen<int>, false);
+// Eval(20744, o is IEmptyGen<int>[], false);
+// Eval(20745, o is INotEmptyGen<int>, false);
+// Eval(20746, o is INotEmptyGen<int>[], false);
Eval(20747, o is SimpleDelegate, false);
Eval(20748, o is SimpleDelegate[], false);
- Eval(20749, o is GenericDelegate<int>, false);
- Eval(20750, o is GenericDelegate<int>[], false);
+// Eval(20749, o is GenericDelegate<int>, false);
+// Eval(20750, o is GenericDelegate<int>[], false);
Eval(20751, o is EmptyClass, false);
Eval(20752, o is EmptyClass[], false);
Eval(20753, o is NotEmptyClass, false);
Eval(20754, o is NotEmptyClass[], false);
- Eval(20755, o is EmptyClassGen<int>, false);
- Eval(20756, o is EmptyClassGen<int>[], false);
- Eval(20757, o is NotEmptyClassGen<Guid>, false);
- Eval(20758, o is NotEmptyClassGen<Guid>[], false);
- Eval(20759, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(20760, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(20755, o is EmptyClassGen<int>, false);
+// Eval(20756, o is EmptyClassGen<int>[], false);
+// Eval(20757, o is NotEmptyClassGen<Guid>, false);
+// Eval(20758, o is NotEmptyClassGen<Guid>[], false);
+// Eval(20759, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(20760, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(20761, o is NestedClass, false);
Eval(20762, o is NestedClass[], false);
- Eval(20763, o is NestedClassGen<Decimal>, false);
- Eval(20764, o is NestedClassGen<Decimal>[], false);
+// Eval(20763, o is NestedClassGen<Decimal>, false);
+// Eval(20764, o is NestedClassGen<Decimal>[], false);
Eval(20765, o is ImplementOneInterfaceC, false);
Eval(20766, o is ImplementOneInterfaceC[], false);
Eval(20767, o is ImplementTwoInterfaceC, false);
Eval(20768, o is ImplementTwoInterfaceC[], false);
- Eval(20769, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(20770, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(20771, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(20772, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(20773, o is ImplementAllInterfaceC<int>, false);
- Eval(20774, o is ImplementAllInterfaceC<int>[], false);
+// Eval(20769, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(20770, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(20771, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(20772, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(20773, o is ImplementAllInterfaceC<int>, false);
+// Eval(20774, o is ImplementAllInterfaceC<int>[], false);
Eval(20775, o is SealedClass, false);
Eval(20776, o is SealedClass[], false);
}
@@ -19327,26 +19327,26 @@ internal class Program
Eval(20782, o is NotEmptyStruct[], false);
Eval(20783, o is NotEmptyStruct?, false);
Eval(20784, o is NotEmptyStruct?[], false);
- Eval(20785, o is EmptyStructGen<int>, false);
- Eval(20786, o is EmptyStructGen<int>[], false);
- Eval(20787, o is EmptyStructGen<int>?, false);
- Eval(20788, o is EmptyStructGen<int>?[], false);
- Eval(20789, o is NotEmptyStructGen<Guid>, false);
- Eval(20790, o is NotEmptyStructGen<Guid>[], false);
- Eval(20791, o is NotEmptyStructGen<Guid>?, false);
- Eval(20792, o is NotEmptyStructGen<Guid>?[], false);
- Eval(20793, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20794, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20795, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20796, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20785, o is EmptyStructGen<int>, false);
+// Eval(20786, o is EmptyStructGen<int>[], false);
+// Eval(20787, o is EmptyStructGen<int>?, false);
+// Eval(20788, o is EmptyStructGen<int>?[], false);
+// Eval(20789, o is NotEmptyStructGen<Guid>, false);
+// Eval(20790, o is NotEmptyStructGen<Guid>[], false);
+// Eval(20791, o is NotEmptyStructGen<Guid>?, false);
+// Eval(20792, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(20793, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20794, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20795, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20796, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20797, o is NestedStruct, false);
Eval(20798, o is NestedStruct[], false);
Eval(20799, o is NestedStruct?, false);
Eval(20800, o is NestedStruct?[], false);
- Eval(20801, o is NestedStructGen<Decimal>, false);
- Eval(20802, o is NestedStructGen<Decimal>[], false);
- Eval(20803, o is NestedStructGen<Decimal>?, false);
- Eval(20804, o is NestedStructGen<Decimal>?[], false);
+// Eval(20801, o is NestedStructGen<Decimal>, false);
+// Eval(20802, o is NestedStructGen<Decimal>[], false);
+// Eval(20803, o is NestedStructGen<Decimal>?, false);
+// Eval(20804, o is NestedStructGen<Decimal>?[], false);
Eval(20805, o is ExplicitFieldOffsetStruct, false);
Eval(20806, o is ExplicitFieldOffsetStruct[], false);
Eval(20807, o is ExplicitFieldOffsetStruct?, false);
@@ -19363,18 +19363,18 @@ internal class Program
Eval(20826, o is ImplementTwoInterface[], false);
Eval(20827, o is ImplementTwoInterface?, false);
Eval(20828, o is ImplementTwoInterface?[], false);
- Eval(20829, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(20830, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(20831, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(20832, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(20833, o is ImplementTwoInterfaceGen<int>, false);
- Eval(20834, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(20835, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(20836, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(20837, o is ImplementAllInterface<int>, false);
- Eval(20838, o is ImplementAllInterface<int>[], false);
- Eval(20839, o is ImplementAllInterface<int>?, false);
- Eval(20840, o is ImplementAllInterface<int>?[], false);
+// Eval(20829, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(20830, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(20831, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(20832, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(20833, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(20834, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(20835, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(20836, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(20837, o is ImplementAllInterface<int>, false);
+// Eval(20838, o is ImplementAllInterface<int>[], false);
+// Eval(20839, o is ImplementAllInterface<int>?, false);
+// Eval(20840, o is ImplementAllInterface<int>?[], false);
Eval(20841, o is IntE, false);
Eval(20842, o is IntE[], false);
Eval(20843, o is IntE?, false);
@@ -19473,38 +19473,38 @@ internal class Program
Eval(20936, o is IEmpty[], false);
Eval(20937, o is INotEmpty, false);
Eval(20938, o is INotEmpty[], false);
- Eval(20939, o is IEmptyGen<int>, false);
- Eval(20940, o is IEmptyGen<int>[], false);
- Eval(20941, o is INotEmptyGen<int>, false);
- Eval(20942, o is INotEmptyGen<int>[], false);
+// Eval(20939, o is IEmptyGen<int>, false);
+// Eval(20940, o is IEmptyGen<int>[], false);
+// Eval(20941, o is INotEmptyGen<int>, false);
+// Eval(20942, o is INotEmptyGen<int>[], false);
Eval(20943, o is SimpleDelegate, false);
Eval(20944, o is SimpleDelegate[], false);
- Eval(20945, o is GenericDelegate<int>, false);
- Eval(20946, o is GenericDelegate<int>[], false);
+// Eval(20945, o is GenericDelegate<int>, false);
+// Eval(20946, o is GenericDelegate<int>[], false);
Eval(20947, o is EmptyClass, false);
Eval(20948, o is EmptyClass[], false);
Eval(20949, o is NotEmptyClass, false);
Eval(20950, o is NotEmptyClass[], false);
- Eval(20951, o is EmptyClassGen<int>, false);
- Eval(20952, o is EmptyClassGen<int>[], false);
- Eval(20953, o is NotEmptyClassGen<Guid>, false);
- Eval(20954, o is NotEmptyClassGen<Guid>[], false);
- Eval(20955, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(20956, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(20951, o is EmptyClassGen<int>, false);
+// Eval(20952, o is EmptyClassGen<int>[], false);
+// Eval(20953, o is NotEmptyClassGen<Guid>, false);
+// Eval(20954, o is NotEmptyClassGen<Guid>[], false);
+// Eval(20955, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(20956, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(20957, o is NestedClass, false);
Eval(20958, o is NestedClass[], false);
- Eval(20959, o is NestedClassGen<Decimal>, false);
- Eval(20960, o is NestedClassGen<Decimal>[], false);
+// Eval(20959, o is NestedClassGen<Decimal>, false);
+// Eval(20960, o is NestedClassGen<Decimal>[], false);
Eval(20961, o is ImplementOneInterfaceC, false);
Eval(20962, o is ImplementOneInterfaceC[], false);
Eval(20963, o is ImplementTwoInterfaceC, false);
Eval(20964, o is ImplementTwoInterfaceC[], false);
- Eval(20965, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(20966, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(20967, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(20968, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(20969, o is ImplementAllInterfaceC<int>, false);
- Eval(20970, o is ImplementAllInterfaceC<int>[], false);
+// Eval(20965, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(20966, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(20967, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(20968, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(20969, o is ImplementAllInterfaceC<int>, false);
+// Eval(20970, o is ImplementAllInterfaceC<int>[], false);
Eval(20971, o is SealedClass, false);
Eval(20972, o is SealedClass[], false);
}
@@ -19519,26 +19519,26 @@ internal class Program
Eval(20978, o is NotEmptyStruct[], false);
Eval(20979, o is NotEmptyStruct?, false);
Eval(20980, o is NotEmptyStruct?[], false);
- Eval(20981, o is EmptyStructGen<int>, false);
- Eval(20982, o is EmptyStructGen<int>[], false);
- Eval(20983, o is EmptyStructGen<int>?, false);
- Eval(20984, o is EmptyStructGen<int>?[], false);
- Eval(20985, o is NotEmptyStructGen<Guid>, false);
- Eval(20986, o is NotEmptyStructGen<Guid>[], false);
- Eval(20987, o is NotEmptyStructGen<Guid>?, false);
- Eval(20988, o is NotEmptyStructGen<Guid>?[], false);
- Eval(20989, o is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20990, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20991, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20992, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20981, o is EmptyStructGen<int>, false);
+// Eval(20982, o is EmptyStructGen<int>[], false);
+// Eval(20983, o is EmptyStructGen<int>?, false);
+// Eval(20984, o is EmptyStructGen<int>?[], false);
+// Eval(20985, o is NotEmptyStructGen<Guid>, false);
+// Eval(20986, o is NotEmptyStructGen<Guid>[], false);
+// Eval(20987, o is NotEmptyStructGen<Guid>?, false);
+// Eval(20988, o is NotEmptyStructGen<Guid>?[], false);
+// Eval(20989, o is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20990, o is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20991, o is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20992, o is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20993, o is NestedStruct, false);
Eval(20994, o is NestedStruct[], false);
Eval(20995, o is NestedStruct?, false);
Eval(20996, o is NestedStruct?[], false);
- Eval(20997, o is NestedStructGen<Decimal>, false);
- Eval(20998, o is NestedStructGen<Decimal>[], false);
- Eval(20999, o is NestedStructGen<Decimal>?, false);
- Eval(21000, o is NestedStructGen<Decimal>?[], false);
+// Eval(20997, o is NestedStructGen<Decimal>, false);
+// Eval(20998, o is NestedStructGen<Decimal>[], false);
+// Eval(20999, o is NestedStructGen<Decimal>?, false);
+// Eval(21000, o is NestedStructGen<Decimal>?[], false);
Eval(21001, o is ExplicitFieldOffsetStruct, false);
Eval(21002, o is ExplicitFieldOffsetStruct[], false);
Eval(21003, o is ExplicitFieldOffsetStruct?, false);
@@ -19555,18 +19555,18 @@ internal class Program
Eval(21022, o is ImplementTwoInterface[], false);
Eval(21023, o is ImplementTwoInterface?, false);
Eval(21024, o is ImplementTwoInterface?[], false);
- Eval(21025, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(21026, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(21027, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(21028, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(21029, o is ImplementTwoInterfaceGen<int>, false);
- Eval(21030, o is ImplementTwoInterfaceGen<int>[], false);
- Eval(21031, o is ImplementTwoInterfaceGen<int>?, false);
- Eval(21032, o is ImplementTwoInterfaceGen<int>?[], false);
- Eval(21033, o is ImplementAllInterface<int>, false);
- Eval(21034, o is ImplementAllInterface<int>[], false);
- Eval(21035, o is ImplementAllInterface<int>?, false);
- Eval(21036, o is ImplementAllInterface<int>?[], false);
+// Eval(21025, o is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(21026, o is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(21027, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(21028, o is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(21029, o is ImplementTwoInterfaceGen<int>, false);
+// Eval(21030, o is ImplementTwoInterfaceGen<int>[], false);
+// Eval(21031, o is ImplementTwoInterfaceGen<int>?, false);
+// Eval(21032, o is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(21033, o is ImplementAllInterface<int>, false);
+// Eval(21034, o is ImplementAllInterface<int>[], false);
+// Eval(21035, o is ImplementAllInterface<int>?, false);
+// Eval(21036, o is ImplementAllInterface<int>?[], false);
Eval(21037, o is IntE, false);
Eval(21038, o is IntE[], false);
Eval(21039, o is IntE?, false);
@@ -19665,38 +19665,38 @@ internal class Program
Eval(21132, o is IEmpty[], false);
Eval(21133, o is INotEmpty, false);
Eval(21134, o is INotEmpty[], false);
- Eval(21135, o is IEmptyGen<int>, false);
- Eval(21136, o is IEmptyGen<int>[], false);
- Eval(21137, o is INotEmptyGen<int>, false);
- Eval(21138, o is INotEmptyGen<int>[], false);
+// Eval(21135, o is IEmptyGen<int>, false);
+// Eval(21136, o is IEmptyGen<int>[], false);
+// Eval(21137, o is INotEmptyGen<int>, false);
+// Eval(21138, o is INotEmptyGen<int>[], false);
Eval(21139, o is SimpleDelegate, false);
Eval(21140, o is SimpleDelegate[], false);
- Eval(21141, o is GenericDelegate<int>, false);
- Eval(21142, o is GenericDelegate<int>[], false);
+// Eval(21141, o is GenericDelegate<int>, false);
+// Eval(21142, o is GenericDelegate<int>[], false);
Eval(21143, o is EmptyClass, false);
Eval(21144, o is EmptyClass[], false);
Eval(21145, o is NotEmptyClass, false);
Eval(21146, o is NotEmptyClass[], false);
- Eval(21147, o is EmptyClassGen<int>, false);
- Eval(21148, o is EmptyClassGen<int>[], false);
- Eval(21149, o is NotEmptyClassGen<Guid>, false);
- Eval(21150, o is NotEmptyClassGen<Guid>[], false);
- Eval(21151, o is NotEmptyClassConstrainedGen<object>, false);
- Eval(21152, o is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(21147, o is EmptyClassGen<int>, false);
+// Eval(21148, o is EmptyClassGen<int>[], false);
+// Eval(21149, o is NotEmptyClassGen<Guid>, false);
+// Eval(21150, o is NotEmptyClassGen<Guid>[], false);
+// Eval(21151, o is NotEmptyClassConstrainedGen<object>, false);
+// Eval(21152, o is NotEmptyClassConstrainedGen<object>[], false);
Eval(21153, o is NestedClass, false);
Eval(21154, o is NestedClass[], false);
- Eval(21155, o is NestedClassGen<Decimal>, false);
- Eval(21156, o is NestedClassGen<Decimal>[], false);
+// Eval(21155, o is NestedClassGen<Decimal>, false);
+// Eval(21156, o is NestedClassGen<Decimal>[], false);
Eval(21157, o is ImplementOneInterfaceC, false);
Eval(21158, o is ImplementOneInterfaceC[], false);
Eval(21159, o is ImplementTwoInterfaceC, false);
Eval(21160, o is ImplementTwoInterfaceC[], false);
- Eval(21161, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(21162, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(21163, o is ImplementTwoInterfaceGenC<int>, false);
- Eval(21164, o is ImplementTwoInterfaceGenC<int>[], false);
- Eval(21165, o is ImplementAllInterfaceC<int>, false);
- Eval(21166, o is ImplementAllInterfaceC<int>[], false);
+// Eval(21161, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(21162, o is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(21163, o is ImplementTwoInterfaceGenC<int>, false);
+// Eval(21164, o is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(21165, o is ImplementAllInterfaceC<int>, false);
+// Eval(21166, o is ImplementAllInterfaceC<int>[], false);
Eval(21167, o is SealedClass, false);
Eval(21168, o is SealedClass[], false);
}