6 writes to StoredOutput
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\CopyOfAction.cs (1)
77frame.StoredOutput = value;
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
438frame.StoredOutput = Format(list,
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (2)
68frame.StoredOutput = _name; 78frame.StoredOutput = _nameAvt.Evaluate(processor, frame);
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
72frame.StoredOutput = value; 111frame.StoredOutput = value;
11 references to StoredOutput
System.Private.Xml (11)
System\Xml\Xsl\XsltOld\CopyOfAction.cs (2)
83Debug.Assert(frame.StoredOutput != null); 84processor.TextEvent(frame.StoredOutput);
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
445Debug.Assert(frame.StoredOutput != null); 446if (!processor.TextEvent(frame.StoredOutput))
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (3)
79if (!IsProcessingInstructionName(frame.StoredOutput)) 88Debug.Assert(frame.StoredOutput != null); 89if (processor.BeginEvent(XPathNodeType.ProcessingInstruction, string.Empty, frame.StoredOutput, string.Empty, false) == false)
System\Xml\Xsl\XsltOld\ValueOfAction.cs (4)
78Debug.Assert(frame.StoredOutput != null); 79processor.TextEvent(frame.StoredOutput); 117Debug.Assert(frame.StoredOutput != null); 118processor.TextEvent(frame.StoredOutput);