Example #1
0
        protected override Action <ITextControl> ExecutePsiTransaction(ISolution solution, IProgressIndicator progress)
        {
            using (WriteLockCookie.Create())
            {
                highlighting.Declaration.SetType(taskType.ToIType());
            }

            return(_ => { });
        }