6 references to ParseQName
System.Private.Xml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
881bool isValid = _compiler.ParseQName(name, out prefix, out local, (IErrorHelper)this); 940bool isValid = _compiler.ParseQName(name, out prefix, out local, (IErrorHelper)this); 1622if (_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)
2749if (!_compiler.ParseQName(qname, out prefix, out localName, (IErrorHelper)this))