|
@@ -2,12 +2,10 @@
|
|
|
// The .NET Foundation licenses this file to you under the MIT License.
|
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
|
|
-// This code was generated by a T4 template at 10/05/2020 15:28:51.
|
|
|
+// This code was generated by a T4 template at 04/19/2023 18:04:44.
|
|
|
|
|
|
using System.Linq.Expressions;
|
|
|
-#if !CRIPPLED_REFLECTION
|
|
|
using System.Reflection;
|
|
|
-#endif
|
|
|
|
|
|
namespace System.Reactive.Linq
|
|
|
{
|
|
@@ -32,12 +30,8 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond)),
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second)
|
|
|
)
|
|
@@ -68,13 +62,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third)
|
|
@@ -109,13 +99,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -155,13 +141,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -206,13 +188,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -262,13 +240,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -323,13 +297,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -389,13 +359,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -460,13 +426,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -536,13 +498,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -617,13 +575,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh, TTwelfth Twelfth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh, TTwelfth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh), typeof(TTwelfth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -703,13 +657,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh, TTwelfth Twelfth, TThirteenth Thirteenth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh, TTwelfth, TThirteenth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh), typeof(TTwelfth), typeof(TThirteenth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -794,13 +744,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh, TTwelfth Twelfth, TThirteenth Thirteenth, TFourteenth Fourteenth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh, TTwelfth, TThirteenth, TFourteenth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh), typeof(TTwelfth), typeof(TThirteenth), typeof(TFourteenth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -890,13 +836,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh, TTwelfth Twelfth, TThirteenth Thirteenth, TFourteenth Fourteenth, TFifteenth Fifteenth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh, TTwelfth, TThirteenth, TFourteenth, TFifteenth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh), typeof(TTwelfth), typeof(TThirteenth), typeof(TFourteenth), typeof(TFifteenth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -991,13 +933,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh, TTwelfth Twelfth, TThirteenth Thirteenth, TFourteenth Fourteenth, TFifteenth Fifteenth, TSixteenth Sixteenth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.CombineLatest<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh, TTwelfth, TThirteenth, TFourteenth, TFifteenth, TSixteenth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh), typeof(TTwelfth), typeof(TThirteenth), typeof(TFourteenth), typeof(TFifteenth), typeof(TSixteenth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1037,13 +975,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second)
|
|
|
)
|
|
@@ -1073,13 +1007,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third)
|
|
@@ -1114,13 +1044,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1160,13 +1086,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1211,13 +1133,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1267,13 +1185,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1328,13 +1242,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1394,13 +1304,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1465,13 +1371,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1541,13 +1443,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1622,13 +1520,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh, TTwelfth Twelfth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh, TTwelfth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh), typeof(TTwelfth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1708,13 +1602,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh, TTwelfth Twelfth, TThirteenth Thirteenth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh, TTwelfth, TThirteenth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh), typeof(TTwelfth), typeof(TThirteenth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1799,13 +1689,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh, TTwelfth Twelfth, TThirteenth Thirteenth, TFourteenth Fourteenth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh, TTwelfth, TThirteenth, TFourteenth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh), typeof(TTwelfth), typeof(TThirteenth), typeof(TFourteenth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1895,13 +1781,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh, TTwelfth Twelfth, TThirteenth Thirteenth, TFourteenth Fourteenth, TFifteenth Fifteenth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh, TTwelfth, TThirteenth, TFourteenth, TFifteenth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh), typeof(TTwelfth), typeof(TThirteenth), typeof(TFourteenth), typeof(TFifteenth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|
|
@@ -1996,13 +1878,9 @@ namespace System.Reactive.Linq
|
|
|
return first.Provider.CreateQuery<(TFirst First, TSecond Second, TThird Third, TFourth Fourth, TFifth Fifth, TSixth Sixth, TSeventh Seventh, TEighth Eighth, TNinth Ninth, TTenth Tenth, TEleventh Eleventh, TTwelfth Twelfth, TThirteenth Thirteenth, TFourteenth Fourteenth, TFifteenth Fifteenth, TSixteenth Sixteenth)>(
|
|
|
Expression.Call(
|
|
|
null,
|
|
|
-#if CRIPPLED_REFLECTION
|
|
|
- InfoOf(() => Qbservable.Zip<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TEighth, TNinth, TTenth, TEleventh, TTwelfth, TThirteenth, TFourteenth, TFifteenth, TSixteenth>(default(IQbservable<TSource1>), default(IObservable<TSource2>))),
|
|
|
-#else
|
|
|
#pragma warning disable IL2060 // ('System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed.) This gets the MethodInfo for the method running right now, so it can't have been trimmed
|
|
|
((MethodInfo)MethodInfo.GetCurrentMethod()!).MakeGenericMethod(typeof(TFirst), typeof(TSecond), typeof(TThird), typeof(TFourth), typeof(TFifth), typeof(TSixth), typeof(TSeventh), typeof(TEighth), typeof(TNinth), typeof(TTenth), typeof(TEleventh), typeof(TTwelfth), typeof(TThirteenth), typeof(TFourteenth), typeof(TFifteenth), typeof(TSixteenth)),
|
|
|
#pragma warning restore IL2060
|
|
|
-#endif
|
|
|
first.Expression,
|
|
|
GetSourceExpression(second),
|
|
|
GetSourceExpression(third),
|