6 writes to StoredOutput
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\CopyOfAction.cs (1)
69frame.StoredOutput = value;
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
379frame.StoredOutput = Format(list,
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (2)
70frame.StoredOutput = this.name; 78frame.StoredOutput = this.nameAvt.Evaluate(processor, frame);
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
65frame.StoredOutput = value; 99frame.StoredOutput = value;
11 references to StoredOutput
System.Data.SqlXml (11)
System\Xml\Xsl\XsltOld\CopyOfAction.cs (2)
75Debug.Assert(frame.StoredOutput != null); 76processor.TextEvent(frame.StoredOutput);
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
388Debug.Assert(frame.StoredOutput != null); 389if (! processor.TextEvent(frame.StoredOutput)) {
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (3)
79if (! IsProcessingInstructionName(frame.StoredOutput)) { 87Debug.Assert(frame.StoredOutput != null); 88if (processor.BeginEvent(XPathNodeType.ProcessingInstruction, string.Empty, frame.StoredOutput, string.Empty, false) == false) {
System\Xml\Xsl\XsltOld\ValueOfAction.cs (4)
71Debug.Assert(frame.StoredOutput != null); 72processor.TextEvent(frame.StoredOutput); 105Debug.Assert(frame.StoredOutput != null); 106processor.TextEvent(frame.StoredOutput);