2 writes to _text
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\TextEvent.cs (2)
20
_text
= text;
27
_text
= input.Value;
2 references to _text
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\TextEvent.cs (2)
32
return processor.TextEvent(
_text
);
37
return
_text
!;