C# Class ReSharper.Exceptional.ExceptionalDaemonStageProcess

This process is executed by the ReSharper's Daemon
The instance of this class is constructed each time the daemon needs to re highlight a given file. This object is short-lived. It executes the target highlighting logic.
Inheritance: CSharpDaemonStageProcessBase
ファイルを表示 Open project: CSharpAnalyzers/ExceptionalReSharper

Public Methods

Method Description
AddHighlighting ( IHighlighting highlighting, DocumentRange range ) : void
ExceptionalDaemonStageProcess ( ICSharpFile file, IContextBoundSettingsStore settings ) : JetBrains.ReSharper.Feature.Services.Daemon
Execute ( Action commiter ) : void

Method Details

AddHighlighting() public method

public AddHighlighting ( IHighlighting highlighting, DocumentRange range ) : void
highlighting IHighlighting
range DocumentRange
return void

ExceptionalDaemonStageProcess() public method

public ExceptionalDaemonStageProcess ( ICSharpFile file, IContextBoundSettingsStore settings ) : JetBrains.ReSharper.Feature.Services.Daemon
file ICSharpFile
settings IContextBoundSettingsStore
return JetBrains.ReSharper.Feature.Services.Daemon

Execute() public method

The process has been cancelled.
public Execute ( Action commiter ) : void
commiter Action
return void