4 references to AttributeCount
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (1)
37for (int attrib = 0; attrib < record.AttributeCount; attrib++)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
578_attributeCount = record.AttributeCount;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
157WriteAttributes(record.AttributeList, record.AttributeCount, htmlProps);
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
33WriteAttributes(record.AttributeList, record.AttributeCount);