public XXLanguageXXProject(XXLanguageXXSolution solution, IProject project) { _project = project; Solution = solution; Libs = _libs; ProjectDir = project.ProjectLocationLive.Value.FileAccessPath; }
public GotoDeclarationHandler(Lifetime lifetime, IShellLocks shellLocks, ICommandProcessor commandProcessor, TextControlChangeUnitFactory changeUnitFactory, XXLanguageXXSolution nitraSolution) { _lifetime = lifetime; _shellLocks = shellLocks; _commandProcessor = commandProcessor; _changeUnitFactory = changeUnitFactory; _nitraSolution = nitraSolution; }
public FindUsagesHandler(Lifetime lifetime, IShellLocks shellLocks, ICommandProcessor commandProcessor, TextControlChangeUnitFactory changeUnitFactory, XXLanguageXXSolution nitraSolution) { _lifetime = lifetime; _shellLocks = shellLocks; _commandProcessor = commandProcessor; _changeUnitFactory = changeUnitFactory; _nitraSolution = nitraSolution; }