C# Class Rubberduck.Inspections.ParameterNotUsedInspection

Inheritance: InspectionBase
Exibir arquivo Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
GetInspectionResults ( ) : IEnumerable
ParameterNotUsedInspection ( VBE vbe, RubberduckParserState state, IMessageBox messageBox ) : System.Collections.Generic

Private Methods

Method Description
IsInterfaceMemberImplementationParameter ( Rubberduck.Parsing.Symbols.Declaration parameter, IEnumerable interfaceMemberImplementationScopes ) : bool
IsInterfaceMemberParameter ( Rubberduck.Parsing.Symbols.Declaration parameter, IEnumerable interfaceMemberScopes ) : bool

Method Details

GetInspectionResults() public method

public GetInspectionResults ( ) : IEnumerable
return IEnumerable

ParameterNotUsedInspection() public method

public ParameterNotUsedInspection ( VBE vbe, RubberduckParserState state, IMessageBox messageBox ) : System.Collections.Generic
vbe VBE
state Rubberduck.Parsing.VBA.RubberduckParserState
messageBox IMessageBox
return System.Collections.Generic