2 writes to processor
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
51
this.
processor
= processor;
320
this.
processor
= null;
6 references to processor
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (6)
265
Debug.Assert(this.
processor
!= null || this.state == ReadState.Closed);
278
this.
processor
.ResetOutput();
282
this.
processor
.Execute();
306
Debug.Assert(this.
processor
.ExecutionDone);
372
StringOutput output = new StringOutput(this.
processor
);
401
StringOutput output = new StringOutput(this.
processor
);