mscorlib(4.0.0.0) API with additions
AnalyzedTree.cs
1
using
System
.
Collections
.
Generic
;
2
using
System
.
Runtime
.
CompilerServices
;
3
4
namespace
System.Linq.Expressions.Compiler
5
{
6
internal
sealed
class
AnalyzedTree
7
{
8
internal
readonly
Dictionary<object, CompilerScope>
Scopes =
new
Dictionary<object, CompilerScope>
();
9
10
internal
readonly
Dictionary<LambdaExpression, BoundConstants>
Constants =
new
Dictionary<LambdaExpression, BoundConstants>
();
11
12
internal
DebugInfoGenerator
DebugInfoGenerator
13
{
14
get
;
15
set
;
16
}
17
18
internal
AnalyzedTree()
19
{
20
}
21
}
22
}
System.Collections.Generic
Definition:
ArrayBuilder.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.CompilerServices.DebugInfoGenerator
Generates debug information for lambda expressions in an expression tree.
Definition:
DebugInfoGenerator.cs:8
System.Runtime.CompilerServices
Definition:
AccessedThroughPropertyAttribute.cs:3
System.Collections.Generic.Dictionary< object, CompilerScope >
System.Collections
Definition:
ArrayList.cs:7
System.Linq.Expressions.Compiler
Definition:
AnalyzedTree.cs:4
All cs
System.Linq.Expressions.Compiler
AnalyzedTree.cs
Generated by
1.8.15