6 references to ParseQName
System.Private.Xml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
881
bool isValid = _compiler.
ParseQName
(name, out prefix, out local, (IErrorHelper)this);
940
bool isValid = _compiler.
ParseQName
(name, out prefix, out local, (IErrorHelper)this);
1622
if (_compiler.
ParseQName
(dataType, out string prefix, out _, (IErrorHelper)this))
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
416
_compiler.
ParseQName
(keyName, out string prefix, out string local, default(ThrowErrorHelper));
646
_compiler.
ParseQName
(name, out string prefix, out string local, default(ThrowErrorHelper));
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
2749
if (!_compiler.
ParseQName
(qname, out prefix, out localName, (IErrorHelper)this))