2 writes to piTarget
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
681this.piTarget/*nmspPrefix*/ = prefix; 757this.piTarget = target;
2 references to piTarget
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
706WriteNamespaceDeclaration(this.piTarget/*nmspPrefix*/, this.nodeText.GetResult()); 778Writer.WriteProcessingInstruction(this.piTarget, this.nodeText.GetResult());