2 writes to name
System.Private.Xml (2)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
697this.name = name;
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
123attributes[i].name = _atoms.NameTable.Add(attributes[i].name);
12 references to name
System.Private.Xml (12)
System\Xml\Xsl\Xslt\XsltInput.cs (4)
554Debug.Assert(_attributes != null && _attributes[attNum].name == attName, "Attribute numbering error."); 566Debug.Assert(_attributes != null && _attributes[attNum].name == attName, "Attribute numbering error."); 768if (Ref.Equal(localName, attributes[kwd].name) && (attributes[kwd].flags & OptOrReq) != 0) 833ReportError(/*[XT_001]*/SR.Xslt_MissingAttribute, attributes[i].name);
System\Xml\Xsl\Xslt\XsltLoader.cs (8)
123attributes[i].name = _atoms.NameTable.Add(attributes[i].name); 961characters[idx] = ParseCharAttribute(3 + idx, _decimalFormatAttributes[3 + idx].name, DefaultValues[idx]); 972bool dummy = _input.MoveToXsltAttribute(3 + j, _decimalFormatAttributes[3 + j].name) || _input.MoveToXsltAttribute(3 + i, _decimalFormatAttributes[3 + i].name); 974ReportError(/*[XT1300]*/SR.Xslt_DecimalFormatSignsNotDistinct, _decimalFormatAttributes[3 + i].name, _decimalFormatAttributes[3 + j].name); 990_input.MoveToXsltAttribute(3 + idx, _decimalFormatAttributes[3 + idx].name); 991CheckError(characters[idx] != format.Characters[idx], /*[XT1290]*/SR.Xslt_DecimalFormatRedefined, _decimalFormatAttributes[3 + idx].name, char.ToString(characters[idx]));