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

ParameterCanBeByValInspection() public method

public ParameterCanBeByValInspection ( RubberduckParserState state ) : System.Collections
state Rubberduck.Parsing.VBA.RubberduckParserState
return System.Collections
        public ParameterCanBeByValInspection(RubberduckParserState state)
            : base(state, CodeInspectionSeverity.Suggestion)
        {
            _dispatcher = Dispatcher.CurrentDispatcher;
        }