C# Class ICSharpCode.NRefactory.CSharp.Resolver.FindReferences.FindMethodReferences

Inheritance: FindReferenceNavigator
Mostra file Open project: 0xd4d/NRefactory

Public Methods

Method Description
FindMethodReferences ( IMethod method, Type specialNodeType ) : System

Private Methods

Method Description
CanMatch ( AstNode node ) : bool
IsMatch ( ResolveResult rr ) : bool
NavigatorDone ( ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver resolver, CancellationToken cancellationToken ) : void

Method Details

FindMethodReferences() public method

public FindMethodReferences ( IMethod method, Type specialNodeType ) : System
method IMethod
specialNodeType System.Type
return System