3 references to ConstructQName
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
79throw new XslLoadException(Res.Xslt_InvalidVariable, Compiler.ConstructQName(prefix, name)); 124throw new XslLoadException(Res.Xslt_UnknownXsltFunction, Compiler.ConstructQName(prefix, name));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
945Debug.WriteLineIf(DiagnosticsSwitches.XslTypeInference.TraceError, "Unresolved variable " + Compiler.ConstructQName(prefix, name), "Error");