C# Class ICSharpCode.NRefactory.CSharp.Refactoring.ReferenceEqualsCalledWithValueTypeIssue.GatherVisitor

Inheritance: GatherVisitorBase
Exibir arquivo Open project: sq/ILSpy-JSIL

Public Methods

Method Description
GatherVisitor ( BaseRefactoringContext ctx ) : System.Collections.Generic
VisitInvocationExpression ( InvocationExpression invocationExpression ) : void

Method Details

GatherVisitor() public method

public GatherVisitor ( BaseRefactoringContext ctx ) : System.Collections.Generic
ctx BaseRefactoringContext
return System.Collections.Generic

VisitInvocationExpression() public method

public VisitInvocationExpression ( InvocationExpression invocationExpression ) : void
invocationExpression InvocationExpression
return void