6 references to ParseQName
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
758
bool isValid = compiler.
ParseQName
(name, out prefix, out local, (IErrorHelper)this);
806
bool isValid = compiler.
ParseQName
(name, out prefix, out local, (IErrorHelper)this);
1358
bool isValid = compiler.
ParseQName
(dataType, out prefix, out local, (IErrorHelper)this);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
350
compiler.
ParseQName
(keyName, out prefix, out local, new ThrowErrorHelper());
538
compiler.
ParseQName
(name, out prefix, out local, new ThrowErrorHelper());
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
2518
if (!compiler.
ParseQName
(qname, out prefix, out localName, (IErrorHelper)this)) {