C# Class Microsoft.Cci.ILToCodeModel.PopReplacer

Inheritance: Microsoft.Cci.MutableCodeModel.CodeRewriter
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes publiques

Méthode Description
Rewrite ( IAnonymousDelegate anonymousDelegate ) : IExpression

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

Rewrite ( IExpression expression ) : IExpression

Private Methods

Méthode Description
ObjectInvariant ( ) : void
PopReplacer ( IMetadataHost host, List statements, int i, int numberOfPopsToIgnore ) : System.Collections.Generic

Method Details

Rewrite() public méthode

Do not replace pops in lambdas: they must not be confused with pops that are not within them.
public Rewrite ( IAnonymousDelegate anonymousDelegate ) : IExpression
anonymousDelegate IAnonymousDelegate
Résultat IExpression

Rewrite() public méthode

public Rewrite ( IExpression expression ) : IExpression
expression IExpression
Résultat IExpression