Ejemplo n.º 1
0
 protected internal virtual void QueueFullReparse(TextChange change)
 {
     if (_currentTask != null)
     {
         _currentTask.Dispose();
     }
     _currentTask = BackgroundParserTask.CreateAndStart(this, change, _currentParseTree);
 }