1 write to output
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
60this.output = output;
6 references to output
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (6)
81get { return this.output; } 116return this.output.RecordDone(this) == Processor.OutputResult.Continue; 223this.output.RecordDone(this); 225this.output.TheEnd(); 394return this.output.RecordDone(this); 409return this.output.RecordDone(this);