Beispiel #1
0
 private void TextBuffer_OnPostChanged(object sender, EventArgs e)
 {
     if (_autoBlockCompletor != null)
     {
         AutoBlockCompletor arg_15_0 = _autoBlockCompletor;
         _autoBlockCompletor = null;
         arg_15_0.CompleteBlock();
     }
 }