protected void OnNewLineWritten() { V_0 = this.NewLineWritten; if (V_0 != null) { V_0.Invoke(this, EventArgs.Empty); } return; }
protected void OnExceptionThrown(object sender, Exception ex) { V_0 = this.ExceptionThrown; if (V_0 != null) { V_0.Invoke(sender, ex); } return; }
protected void OnFirstNonWhiteSpaceCharacterOnLineWritten() { V_0 = this.FirstNonWhiteSpaceCharacterOnLineWritten; if (V_0 != null) { V_0.Invoke(this, this.get_CurrentPosition()); } return; }