3 writes to _attributeCount
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (3)
81_attributeCount = 0; 658_attributeCount = 0; 716_attributeCount = _coreReader.AttributeCount;
9 references to _attributeCount
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (9)
245return _attributeCount; 270for (int i = 0; i < _attributeCount; i++) 284if (i < 0 || i >= _attributeCount) 349for (int i = 0; i < _attributeCount; i++) 366if (i < 0 || i >= _attributeCount) 377if (_attributeCount == 0) 389if (_currentAttrIndex + 1 < _attributeCount) 740for (int i = 0; i < _attributeCount; i++) 759for (int i = 0; i < _attributeCount; i++)