C# Класс AgentMulder.ReSharper.Plugin.Daemon.ContainerRegistrationAnalysisStageProcess

Показать файл Открыть проект

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

Метод Описание
ContainerRegistrationAnalysisStageProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore, IPatternManager patternManager ) : System
Execute ( Action commiter ) : void

Приватные методы

Метод Описание
EnumeratePsiFiles ( ) : IEnumerable
ProcessFile ( IFile psiFile, DefaultHighlightingConsumer consumer ) : void

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

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

public ContainerRegistrationAnalysisStageProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore, IPatternManager patternManager ) : System
process IDaemonProcess
settingsStore IContextBoundSettingsStore
patternManager IPatternManager
Результат System

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

public Execute ( Action commiter ) : void
commiter Action
Результат void