9 references to _decimalFormatAttributes
System.Private.Xml (9)
System\Xml\Xsl\Xslt\XsltLoader.cs (9)
133AtomizeAttributes(_decimalFormatAttributes); 924ContextInfo ctxInfo = _input.GetAttributes(_decimalFormatAttributes); 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]));