1 write to UrnMsxsl
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Keywords.cs (1)
231UrnMsxsl = nt.Add(XmlReservedNs.NsMsxsl);
2 references to UrnMsxsl
System.Private.Xml (2)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
448else if (_input.IsNs(_atoms.UrnMsxsl) && _input.IsKeyword(_atoms.Script))
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
596else if (nspace == input.Atoms.UrnMsxsl && name == input.Atoms.Script)