C# Class Rubberduck.Inspections.MoveFieldCloserToUsageQuickFix

A code inspection quickfix that encapsulates a public field with a property
Inheritance: CodeInspectionQuickFix
Exibir arquivo Open project: retailcoder/Rubberduck

Public Methods

Method Description
Fix ( ) : void
MoveFieldCloserToUsageQuickFix ( ParserRuleContext context, QualifiedSelection selection, Rubberduck.Parsing.Symbols.Declaration target, RubberduckParserState parseResult, ICodePaneWrapperFactory wrapperFactory, IMessageBox messageBox ) : System.Collections.Generic

Method Details

Fix() public method

public Fix ( ) : void
return void

MoveFieldCloserToUsageQuickFix() public method

public MoveFieldCloserToUsageQuickFix ( ParserRuleContext context, QualifiedSelection selection, Rubberduck.Parsing.Symbols.Declaration target, RubberduckParserState parseResult, ICodePaneWrapperFactory wrapperFactory, IMessageBox messageBox ) : System.Collections.Generic
context ParserRuleContext
selection Rubberduck.VBEditor.QualifiedSelection
target Rubberduck.Parsing.Symbols.Declaration
parseResult Rubberduck.Parsing.VBA.RubberduckParserState
wrapperFactory ICodePaneWrapperFactory
messageBox IMessageBox
return System.Collections.Generic