19 references to QualifiedName
System.Data.SqlXml (19)
System\Xml\Xsl\Xslt\QilGenerator.cs (8)
456ReportError(/*[XT0580]*/Res.Xslt_DupLocalVariable, xslPar.Name.QualifiedName); 490paramFunc.DebugName = "<xsl:param name=\"" + xslPar.Name.QualifiedName + "\">"; 1004let.DebugName = f.QName("with-param " + withParam.Name.QualifiedName, XmlReservedNs.NsXslDebug).ToString(); 1050let.DebugName = f.QName("with-param " + withParam.Name.QualifiedName, XmlReservedNs.NsXslDebug).ToString(); 1063compiler.ReportError(/*[XT0710]*/node.SourceLine, Res.Xslt_InvalidCallTemplate, node.Name.QualifiedName); 1091compiler.ReportError(/*[XT0710]*/node.SourceLine, Res.Xslt_NoAttributeSet, node.Name.QualifiedName); 1234ReportError(/*[XT_030]*/Res.Xslt_DupLocalVariable, node.Name.QualifiedName); 2239string attMode = (mode.LocalName.Length == 0) ? string.Empty : " mode=\"" + mode.QualifiedName + '"';
System\Xml\Xsl\Xslt\XslAst.cs (4)
190dbgName.Append(Name.QualifiedName); 230dbgName.Append(Name.QualifiedName); 240dbgName.Append(Mode.QualifiedName); 295dbgName.Append(Name.QualifiedName);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (3)
420Debug.WriteLineIf(DiagnosticsSwitches.XslTypeInference.TraceError, "Unknown template " + node.Name.QualifiedName, "Error"); 610Debug.WriteLineIf(DiagnosticsSwitches.XslTypeInference.TraceError, "Unknown attribute-set " + node.Name.QualifiedName, "Error"); 1294var withparam = AstFactory.VarPar(XslNodeType.WithParam, paramname, '$' + paramname.QualifiedName, XslVersion.Current);
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
689compiler.ReportError(/*[XT0720]*/attSet.Content[0].SourceLine, Res.Xslt_CircularAttributeSet, attSet.Name.QualifiedName); 928CheckError(!curStylesheet.AddVarPar(var), /*[XT0630]*/Res.Xslt_DupGlobalVariable, var.Name.QualifiedName); 982ReportError(/*[XT0660]*/Res.Xslt_DupTemplateName, curTemplate.Name.QualifiedName); 2349ReportError(/*[XT0670]*/Res.Xslt_DuplicateWithParam, withParam.Name.QualifiedName);