14 references to QualifiedName
System.Data.SqlXml (14)
System\Xml\Xsl\Xslt\XsltInput.cs (4)
676ReportError(/*[XT0090]*/Res.Xslt_InvalidAttribute, QualifiedName, records[0].QualifiedName); 680ReportError(/*[XT0090]*/Res.Xslt_InvalidAttribute, QualifiedName, records[0].QualifiedName); 915return new SourceLineInfo(Uri, new Location(line, pos), new Location(line, pos + QualifiedName.Length)); 981elemNameLength = input.QualifiedName.Length;
System\Xml\Xsl\Xslt\XsltLoader.cs (10)
321ReportError(/*[XT0200]*/Res.Xslt_NotAtTop, input.QualifiedName, parentName); 360ReportError(/*[XT_003]*/Res.Xslt_UnexpectedElement, input.QualifiedName, parentName); 905ReportError(/*[XT_006]*/Res.Xslt_UnexpectedElement, input.QualifiedName, parentName); 1142ReportError(/*[XT_012]*/Res.Xslt_ScriptNotAtTop, input.QualifiedName); 1150ReportError(/*[XT_012]*/Res.Xslt_UnexpectedElement, input.QualifiedName, parentName); 1289ReportError(error, input.QualifiedName, parentName); 1370ReportError(/*[XT_016]*/Res.Xslt_UnexpectedElement, input.QualifiedName, parentName); 1553ReportError(/*[XT_020]*/Res.Xslt_UnexpectedElement, input.QualifiedName, parentName); 1866ReportError(/*[XT_023]*/Res.Xslt_UnexpectedElement, input.QualifiedName, parentName); 2373ReportError(/*[XT_026]*/Res.Xslt_UnexpectedElement, input.QualifiedName, parentName);