Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AnalyzedTree.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
System.Linq.Expressions.Compiler
;
4
5
internal
sealed
class
AnalyzedTree
6
{
7
internal
readonly
Dictionary<object, CompilerScope>
Scopes
=
new
Dictionary<object, CompilerScope>
();
8
9
internal
readonly
Dictionary<LambdaExpression, BoundConstants>
Constants
=
new
Dictionary<LambdaExpression, BoundConstants>
();
10
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Linq.Expressions.Compiler.AnalyzedTree.Scopes
readonly Dictionary< object, CompilerScope > Scopes
Definition
AnalyzedTree.cs:7
System.Linq.Expressions.Compiler.AnalyzedTree.Constants
readonly Dictionary< LambdaExpression, BoundConstants > Constants
Definition
AnalyzedTree.cs:9
System.Linq.Expressions.Compiler.AnalyzedTree
Definition
AnalyzedTree.cs:6
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Linq.Expressions.Compiler
Definition
AnalyzedTree.cs:3
source
System.Linq.Expressions
System.Linq.Expressions.Compiler
AnalyzedTree.cs
Generated by
1.10.0