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

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

Public Methods

Method Description
FindUnaryOperatorNavigator ( IMethod op, UnaryOperatorType operatorType ) : System

Private Methods

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

Method Details

FindUnaryOperatorNavigator() public method

public FindUnaryOperatorNavigator ( IMethod op, UnaryOperatorType operatorType ) : System
op IMethod
operatorType UnaryOperatorType
return System