C# Class Microsoft.Cci.ILToCodeModel.LocalFinder

Inheritance: CodeTraverser
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes publiques

Méthode Description
LocalOccursIn ( IStatement s, ILocalDefinition local ) : bool
TraverseChildren ( ILocalDefinition localDefinition ) : void

Private Methods

Méthode Description
LocalFinder ( ILocalDefinition local ) : System.Collections.Generic

Method Details

LocalOccursIn() public static méthode

public static LocalOccursIn ( IStatement s, ILocalDefinition local ) : bool
s IStatement
local ILocalDefinition
Résultat bool

TraverseChildren() public méthode

public TraverseChildren ( ILocalDefinition localDefinition ) : void
localDefinition ILocalDefinition
Résultat void