C# Class ReSharper.Exceptional.Models.ModelBase

Exibir arquivo Open project: CSharpAnalyzers/ExceptionalReSharper

Public Methods

Method Description
Accept ( AnalyzerBase analyzer ) : void

Runs the analyzer against all defined elements.

Protected Methods

Method Description
ModelBase ( IAnalyzeUnit analyzeUnit ) : JetBrains.DocumentModel

Method Details

Accept() public method

Runs the analyzer against all defined elements.
public Accept ( AnalyzerBase analyzer ) : void
analyzer ReSharper.Exceptional.Analyzers.AnalyzerBase The analyzer.
return void

ModelBase() protected method

protected ModelBase ( IAnalyzeUnit analyzeUnit ) : JetBrains.DocumentModel
analyzeUnit IAnalyzeUnit
return JetBrains.DocumentModel