public override void WriteComment(string text) { if (_wrapped == null) { _eventCache.WriteComment(text); } else { _wrapped.WriteComment(text); } }
public override void WriteComment(string text) { EndCDataSection(); _wrapped.WriteComment(text); }