Example #1
0
 protected virtual void OnTextDocumentRenamed(VsDocumentRenameEventArgs e)
 {
     TextDocumentRenamed?.Invoke(this, e);
 }
Example #2
0
 protected virtual void OnTextDocumentRenamed(TextDocumentRenamedEventArgs e)
 {
     Logger.WrapActionInvocation(() => { TextDocumentRenamed?.Invoke(this, e); });
 }