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