C# Класс 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.
Наследование: CSharpDaemonStageProcessBase
Показать файл Открыть проект

Открытые методы

Метод Описание
AddHighlighting ( IHighlighting highlighting, DocumentRange range ) : void
ExceptionalDaemonStageProcess ( ICSharpFile file, IContextBoundSettingsStore settings ) : JetBrains.ReSharper.Feature.Services.Daemon
Execute ( Action commiter ) : void

Описание методов

AddHighlighting() публичный Метод

public AddHighlighting ( IHighlighting highlighting, DocumentRange range ) : void
highlighting IHighlighting
range DocumentRange
Результат void

ExceptionalDaemonStageProcess() публичный Метод

public ExceptionalDaemonStageProcess ( ICSharpFile file, IContextBoundSettingsStore settings ) : JetBrains.ReSharper.Feature.Services.Daemon
file ICSharpFile
settings IContextBoundSettingsStore
Результат JetBrains.ReSharper.Feature.Services.Daemon

Execute() публичный Метод

The process has been cancelled.
public Execute ( Action commiter ) : void
commiter Action
Результат void