Esempio n. 1
0
 protected override void OnDocumentClosing(DocumentId documentId)
 {
     if (_backgroundParser != null)
     {
         _backgroundParser.CancelParse(documentId);
     }
 }
Esempio n. 2
0
 protected override void OnDocumentClosing(DocumentId documentId)
 => _backgroundParser.CancelParse(documentId);