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