4 references to AttributeCount
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (1)
37
for (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)
157
WriteAttributes(record.AttributeList, record.
AttributeCount
, htmlProps);
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
33
WriteAttributes(record.AttributeList, record.
AttributeCount
);