4 references to IsNs
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
518public bool IsXsltNamespace() { return IsNs(atoms.UriXsl); } 519public bool IsNullNamespace() { return IsNs(string.Empty); }
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
364} else if (input.IsNs(atoms.UrnMsxsl) && input.IsKeyword(atoms.Script)) { 1140if (input.IsNs(atoms.UrnMsxsl) && (input.IsKeyword(atoms.Assembly) || input.IsKeyword(atoms.Using))) {