6 references to LiteralQName
System.Data.SqlXml (6)
System\Xml\Xsl\QIL\QilFactory.cs (1)
97return LiteralQName(local, string.Empty, string.Empty);
System\Xml\Xsl\QIL\QilPatternFactory.cs (3)
51return f.LiteralQName(local, uri, prefix); 55return f.LiteralQName(local, uri, System.String.Empty); 59return f.LiteralQName(local, System.String.Empty, System.String.Empty);
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
456return f.LiteralQName(local, uri, prefix);
System\Xml\Xsl\Xslt\XslAst.cs (1)
515return f.LiteralQName(local, uri, prefix);