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