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