Property | Type | Description | |
---|---|---|---|
ID | int | ||
Instance | |||
OriginalSourceBlock |
Property | Type | Description | |
---|---|---|---|
hoisted_locals | List |
||
hoisted_params | List |
||
hoisted_this |
Method | Description | |
---|---|---|
AddCapturedThisField ( |
||
AddCapturedVariable ( string name, System.TypeSpec type ) : |
||
AddParentStoreyReference ( |
||
AddReferenceFromChildrenBlock ( |
||
AnonymousMethodStorey ( |
||
CaptureLocalVariable ( |
||
CaptureParameter ( |
||
EmitStoreyInstantiation ( |
||
EmitType ( ) : void | ||
GetStoreyInstanceExpression ( |
||
Reset ( ) : void | ||
SetNestedStoryParent ( |
Method | Description | |
---|---|---|
AddCompilerGeneratedField ( string name, Mono.CSharp.FullNamedExpression type ) : |
||
DoResolveTypeParameters ( ) : bool | ||
EmitHoistedParameters ( |
||
GetVariableMangledName ( |
Method | Description | |
---|---|---|
CreateStoreyTypeExpression ( |
||
EmitHoistedFieldsInitialization ( |
||
GetReferencedStoreyField ( |
public AddCapturedThisField ( |
||
ec | ||
return | void |
public AddCapturedVariable ( string name, System.TypeSpec type ) : |
||
name | string | |
type | System.TypeSpec | |
return |
protected AddCompilerGeneratedField ( string name, Mono.CSharp.FullNamedExpression type ) : |
||
name | string | |
type | Mono.CSharp.FullNamedExpression | |
return |
public AddParentStoreyReference ( |
||
ec | ||
storey | ||
return | void |
public AddReferenceFromChildrenBlock ( |
||
block | ||
return | void |
public AnonymousMethodStorey ( |
||
block | ||
parent | ||
host | ||
tparams | Mono.CSharp.TypeParameter | |
name | string | |
return | System |
public CaptureLocalVariable ( |
||
ec | ||
local_info | ||
return | void |
public CaptureParameter ( |
||
ec | ||
param_ref | Mono.CSharp.ParameterReference | |
return | void |
protected EmitHoistedParameters ( |
||
ec | ||
hoisted | IList |
|
return | void |
public EmitStoreyInstantiation ( |
||
ec | ||
block | ||
return | void |
public GetStoreyInstanceExpression ( |
||
ec | ||
return | Mono.CSharp.Expression |
protected GetVariableMangledName ( |
||
local_info | ||
return | string |
public SetNestedStoryParent ( |
||
parentStorey | ||
return | void |