Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ LambdaCompiler() [2/2]

System.Linq.Expressions.Compiler.LambdaCompiler.LambdaCompiler ( LambdaCompiler parent,
LambdaExpression lambda,
InvocationExpression invocation )
inlineprivate

Definition at line 1032 of file LambdaCompiler.cs.

1033 {
1034 _tree = parent._tree;
1035 _lambda = lambda;
1036 _method = parent._method;
1037 _ilg = parent._ilg;
1038 _hasClosureArgument = parent._hasClosureArgument;
1040 _boundConstants = parent._boundConstants;
1041 }
readonly Dictionary< object, CompilerScope > Scopes

References System.Linq.Expressions.Compiler.LambdaCompiler._boundConstants, System.Linq.Expressions.Compiler.LambdaCompiler._hasClosureArgument, System.Linq.Expressions.Compiler.LambdaCompiler._ilg, System.Linq.Expressions.Compiler.LambdaCompiler._lambda, System.Linq.Expressions.Compiler.LambdaCompiler._method, System.Linq.Expressions.Compiler.LambdaCompiler._scope, System.Linq.Expressions.Compiler.LambdaCompiler._tree, and System.Linq.Expressions.Compiler.AnalyzedTree.Scopes.