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