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