You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FastExpressionCompiler/FastExpressionCompiler.cs
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -132,8 +132,6 @@ public interface IDelegateDebugInfo
132
132
[RequiresUnreferencedCode(Trimming.Message)]
133
133
public static partial class ExpressionCompiler
134
134
{
135
-
#region Expression.CompileFast overloads for Delegate, Func, and Action
136
-
137
135
/// <summary>Compiles lambda expression to TDelegate type. Use ifFastFailedReturnNull parameter to Not fallback to Expression.Compile, useful for testing.</summary>
138
136
public static TDelegate CompileFast<TDelegate>(this LambdaExpression lambdaExpr,
139
137
bool ifFastFailedReturnNull = false, CompilerFlags flags = CompilerFlags.Default) where TDelegate : class =>
0 commit comments