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
Afficher le fichier Open project: CSharpAnalyzers/ExceptionalReSharper

Méthodes publiques

Méthode 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 méthode

public AddHighlighting ( IHighlighting highlighting, DocumentRange range ) : void
highlighting IHighlighting
range DocumentRange
Résultat void

ExceptionalDaemonStageProcess() public méthode

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

Execute() public méthode

The process has been cancelled.
public Execute ( Action commiter ) : void
commiter Action
Résultat void