C# Class Microsoft.Cci.ILToCodeModel.LocalFinder

Inheritance: CodeTraverser
显示文件 Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
LocalOccursIn ( IStatement s, ILocalDefinition local ) : bool
TraverseChildren ( ILocalDefinition localDefinition ) : void

Private Methods

Method Description
LocalFinder ( ILocalDefinition local ) : System.Collections.Generic

Method Details

LocalOccursIn() public static method

public static LocalOccursIn ( IStatement s, ILocalDefinition local ) : bool
s IStatement
local ILocalDefinition
return bool

TraverseChildren() public method

public TraverseChildren ( ILocalDefinition localDefinition ) : void
localDefinition ILocalDefinition
return void