C# Class Microsoft.Cci.ILToCodeModel.PopCounter

Inheritance: CodeTraverser
Datei anzeigen Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
TraverseChildren ( IAnonymousDelegate anonymousDelegate ) : void

Do not count pops in lambdas: they must not be confused with pops that are not within them.

TraverseChildren ( IExpression expression ) : void

Method Details

TraverseChildren() public method

Do not count pops in lambdas: they must not be confused with pops that are not within them.
public TraverseChildren ( IAnonymousDelegate anonymousDelegate ) : void
anonymousDelegate IAnonymousDelegate
return void

TraverseChildren() public method

public TraverseChildren ( IExpression expression ) : void
expression IExpression
return void