Property | Type | Description | |
---|---|---|---|
symwriter |
Method | Description | |
---|---|---|
CloseCompilerGeneratedBlock ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
CloseMethod ( ) : void | ||
CloseScope ( |
||
DefineAnonymousScope ( int id ) : void | ||
DefineCapturedLocal ( int scope_id, string name, string captured_name ) : void | ||
DefineCapturedParameter ( int scope_id, string name, string captured_name ) : void | ||
DefineCapturedScope ( int scope_id, int id, string captured_name ) : void | ||
DefineCapturedThis ( int scope_id, string captured_name ) : void | ||
DefineLocalVariable ( string name, |
||
DefineScopeVariable ( int scope ) : void | ||
DefineScopeVariable ( int scope, |
||
EndIteratorBody ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
EndIteratorDispatcher ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
GetGuid ( |
||
MarkSequencePoint ( |
||
OpenCompilerGeneratedBlock ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
OpenMethod ( ICompileUnit file, IMethodDef method ) : |
||
OpenScope ( |
||
Reset ( ) : void | ||
StartIteratorBody ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
StartIteratorDispatcher ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void |
Method | Description | |
---|---|---|
GetILOffset ( |
||
Initialize ( ) : void |
public static CloseCompilerGeneratedBlock ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
ec | ICSharpCode.NRefactory.MonoCSharp.EmitContext | |
return | void |
public static CloseScope ( |
||
ig | ||
return | void |
public static DefineAnonymousScope ( int id ) : void | ||
id | int | |
return | void |
public static DefineCapturedLocal ( int scope_id, string name, string captured_name ) : void | ||
scope_id | int | |
name | string | |
captured_name | string | |
return | void |
public static DefineCapturedParameter ( int scope_id, string name, string captured_name ) : void | ||
scope_id | int | |
name | string | |
captured_name | string | |
return | void |
public static DefineCapturedScope ( int scope_id, int id, string captured_name ) : void | ||
scope_id | int | |
id | int | |
captured_name | string | |
return | void |
public static DefineCapturedThis ( int scope_id, string captured_name ) : void | ||
scope_id | int | |
captured_name | string | |
return | void |
public static DefineLocalVariable ( string name, |
||
name | string | |
builder | ||
return | void |
public static DefineScopeVariable ( int scope ) : void | ||
scope | int | |
return | void |
public static DefineScopeVariable ( int scope, |
||
scope | int | |
builder | ||
return | void |
public static EndIteratorBody ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
ec | ICSharpCode.NRefactory.MonoCSharp.EmitContext | |
return | void |
public static EndIteratorDispatcher ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
ec | ICSharpCode.NRefactory.MonoCSharp.EmitContext | |
return | void |
public static GetGuid ( |
||
module | ||
return | System.Guid |
public static MarkSequencePoint ( |
||
ig | ||
loc | Location | |
return | void |
public static OpenCompilerGeneratedBlock ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
ec | ICSharpCode.NRefactory.MonoCSharp.EmitContext | |
return | void |
public static OpenMethod ( ICompileUnit file, IMethodDef method ) : |
||
file | ICompileUnit | |
method | IMethodDef | |
return |
public static OpenScope ( |
||
ig | ||
return | int |
public static StartIteratorBody ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
ec | ICSharpCode.NRefactory.MonoCSharp.EmitContext | |
return | void |
public static StartIteratorDispatcher ( ICSharpCode.NRefactory.MonoCSharp.EmitContext ec ) : void | ||
ec | ICSharpCode.NRefactory.MonoCSharp.EmitContext | |
return | void |