2 writes to output
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\Processor.cs (2)
315
this.
output
= this.rootAction.Output;
887
this.
output
= this.output.CreateDerivedOutput(method);
4 references to output
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Processor.cs (4)
291
get { return this.
output
; }
356
switch (this.
output
.Method) {
374
switch (this.
output
.Method) {
887
this.output = this.
output
.CreateDerivedOutput(method);