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