3 writes to _attributeCount
System.Private.Xml (3)
System\Xml\Core\XsdCachingReader.cs (3)
77_attributeCount = 0; 647_attributeCount = 0; 694_attributeCount = _coreReader.AttributeCount;
9 references to _attributeCount
System.Private.Xml (9)
System\Xml\Core\XsdCachingReader.cs (9)
241return _attributeCount; 267for (int i = 0; i < _attributeCount; i++) 283ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(i, _attributeCount); 337for (int i = 0; i < _attributeCount; i++) 356ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(i, _attributeCount); 364if (_attributeCount == 0) 376if (_currentAttrIndex + 1 < _attributeCount) 719for (int i = 0; i < _attributeCount; i++) 738for (int i = 0; i < _attributeCount; i++)