Rubberduck.Inspections.DefaultProjectNameInspection.DefaultProjectNameInspection C# (CSharp) Method

DefaultProjectNameInspection() public method

public DefaultProjectNameInspection ( RubberduckParserState state ) : System.Collections.Generic
state Rubberduck.Parsing.VBA.RubberduckParserState
return System.Collections.Generic
        public DefaultProjectNameInspection(RubberduckParserState state)
            : base(state, CodeInspectionSeverity.Suggestion)
        {
            _wrapperFactory = new CodePaneWrapperFactory();
        }