1 write to prefix
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
26
this.
prefix
= prefix;
4 references to prefix
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\BeginEvent.cs (2)
57
if (ResultURIInfo.
prefix
!= null)
59
_prefix = ResultURIInfo.
prefix
;
System\Xml\Xsl\XsltOld\NameSpaceEvent.cs (2)
32
if (ResultURIInfo.
prefix
!= null)
34
_name = ResultURIInfo.
prefix
;