2 writes to text
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\TextEvent.cs (2)
22
this.
text
= text;
28
this.
text
= input.Value;
2 references to text
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\TextEvent.cs (2)
32
return processor.TextEvent(this.
text
);
36
return this.
text
;