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

Inheritance: FindReferenceNavigator
Exibir arquivo Open project: 0xd4d/NRefactory

Public Methods

Method Description
FindChainedConstructorReferencesNavigator ( IMethod ctor ) : System

Private Methods

Method Description
CanMatch ( AstNode node ) : bool
IsMatch ( ResolveResult rr ) : bool

Method Details

FindChainedConstructorReferencesNavigator() public method

public FindChainedConstructorReferencesNavigator ( IMethod ctor ) : System
ctor IMethod
return System