6 references to ParseQName
System.Private.Xml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
885
bool isValid = _compiler.
ParseQName
(name, out prefix, out local, (IErrorHelper)this);
944
bool isValid = _compiler.
ParseQName
(name, out prefix, out local, (IErrorHelper)this);
1626
if (_compiler.
ParseQName
(dataType, out string prefix, out _, (IErrorHelper)this))
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
418
_compiler.
ParseQName
(keyName, out string prefix, out string local, default(ThrowErrorHelper));
648
_compiler.
ParseQName
(name, out string prefix, out string local, default(ThrowErrorHelper));
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
2751
if (!_compiler.
ParseQName
(qname, out prefix, out localName, (IErrorHelper)this))