2 writes to writer
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\WriterOutput.cs (2)
25this.writer = writer; 89this.writer = null;
11 references to writer
System.Data.SqlXml (11)
System\Xml\Xsl\XsltOld\WriterOutput.cs (11)
36this.writer.WriteStartElement(mainNode.Prefix, mainNode.LocalName, mainNode.NamespaceURI); 41this.writer.WriteEndElement(); 47this.writer.WriteString(mainNode.Value); 51this.writer.WriteCData(mainNode.Value); 54this.writer.WriteEntityRef(mainNode.LocalName); 57this.writer.WriteProcessingInstruction(mainNode.LocalName, mainNode.Value); 60this.writer.WriteComment(mainNode.Value); 65this.writer.WriteRaw(mainNode.Value); 68this.writer.WriteFullEndElement(); 88this.writer.Flush(); 97this.writer.WriteAttributeString(attribute.Prefix, attribute.LocalName, attribute.NamespaceURI, attribute.Value);