3 references to IsNs
System.Private.Xml (3)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
598public bool IsXsltNamespace() { return IsNs(_atoms.UriXsl); } 599public bool IsNullNamespace() { return IsNs(string.Empty); }
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
448else if (_input.IsNs(_atoms.UrnMsxsl) && _input.IsKeyword(_atoms.Script))