4 writes to Writer
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (4)
113Writer = writer; 170Writer = this.attrCache; 384Writer = this.seqwrt.StartTree(rootType, this.nsmgr, this.runtime.NameTable); 396Writer = null;
16 references to Writer
System.Data.SqlXml (16)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (15)
110if (Writer is XmlAttributeCache) 111this.attrCache = (XmlAttributeCache) Writer; 169this.attrCache.Init(Writer); 410Writer.WriteStartElement(prefix, localName, ns); 435Writer.StartElementContent(); 444Writer.WriteEndElement(prefix, localName, ns); 462Writer.WriteStartAttribute(prefix, localName, ns); 479Writer.WriteEndAttribute(); 500Writer.WriteNamespaceDeclaration(prefix, ns); 524Writer.WriteString(text); 532Writer.WriteRaw(text); 738Writer.WriteComment(this.nodeText.GetResult()); 778Writer.WriteProcessingInstruction(this.piTarget, this.nodeText.GetResult()); 1037XmlAttributeCache attrCache = Writer as XmlAttributeCache; 1199Writer.WriteNamespaceDeclaration(prefix, ns);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
952events = (XmlEventCache) this.output.Writer;