Method | Description | |
---|---|---|
PrintLocalName ( ILocalDefinition local ) : void | ||
Traverse ( IMethodBody methodBody ) : void | ||
VisualSourceEmitter ( ISourceEmitterOutput sourceEmitterOutput, IMetadataHost host, PdbReader pdbReader, bool noIL, bool printCompilerGeneratedMembers ) |
Method | Description | |
---|---|---|
GetLocalName ( ILocalDefinition local ) : string |
Method | Description | |
---|---|---|
PrintConstants ( IEnumerable |
||
PrintLocals ( IEnumerable |
||
PrintOperation ( IOperation operation ) : void | ||
PrintScopes ( ILocalScope scope ) : void | ||
PrintScopes ( IMethodBody methodBody ) : void | ||
PrintSourceLocation ( IPrimarySourceLocation psloc ) : void |
protected GetLocalName ( ILocalDefinition local ) : string | ||
local | ILocalDefinition | |
return | string |
public PrintLocalName ( ILocalDefinition local ) : void | ||
local | ILocalDefinition | |
return | void |
public Traverse ( IMethodBody methodBody ) : void | ||
methodBody | IMethodBody | |
return | void |
public VisualSourceEmitter ( ISourceEmitterOutput sourceEmitterOutput, IMetadataHost host, PdbReader pdbReader, bool noIL, bool printCompilerGeneratedMembers ) | ||
sourceEmitterOutput | ISourceEmitterOutput | |
host | IMetadataHost | |
pdbReader | PdbReader | |
noIL | bool | |
printCompilerGeneratedMembers | bool |