2 writes to name
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
602this.name = name;
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
104attributes[i].name = atoms.NameTable.Add(attributes[i].name);
12 references to name
System.Data.SqlXml (12)
System\Xml\Xsl\Xslt\XsltInput.cs (4)
481Debug.Assert(attributes != null && attributes[attNum].name == attName, "Attribute numbering error."); 491Debug.Assert(attributes != null && attributes[attNum].name == attName, "Attribute numbering error."); 664if (Ref.Equal(localName, attributes[kwd].name) && (attributes[kwd].flags & OptOrReq) != 0) { 713ReportError(/*[XT_001]*/Res.Xslt_MissingAttribute, attributes[i].name);
System\Xml\Xsl\Xslt\XsltLoader.cs (8)
104attributes[i].name = atoms.NameTable.Add(attributes[i].name); 790characters[idx] = ParseCharAttribute(3 + idx, decimalFormatAttributes[3 + idx].name, DefaultValues[idx]); 798bool dummy = input.MoveToXsltAttribute(3 + j, decimalFormatAttributes[3 + j].name) || input.MoveToXsltAttribute(3 + i, decimalFormatAttributes[3 + i].name); 800ReportError(/*[XT1300]*/Res.Xslt_DecimalFormatSignsNotDistinct, decimalFormatAttributes[3 + i].name, decimalFormatAttributes[3 + j].name); 814input.MoveToXsltAttribute(3 + idx, decimalFormatAttributes[3 + idx].name); 815CheckError(characters[idx] != format.Characters[idx], /*[XT1290]*/Res.Xslt_DecimalFormatRedefined, decimalFormatAttributes[3 + idx].name, char.ToString(characters[idx]));