2 writes to _attributeEvents
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (2)
69_attributeEvents = new ValidatingReaderNodeData[InitialAttributeCount]; 675_attributeEvents = newAttributeEvents;
19 references to _attributeEvents
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (19)
261return (i >= 0) ? _attributeEvents[i].RawValue : null; 272attribute = _attributeEvents[i]; 288return _attributeEvents[i].RawValue; 334_cachedNode = _attributeEvents[i]; 351attribute = _attributeEvents[i]; 356_cachedNode = _attributeEvents[i]; 371_cachedNode = _attributeEvents[i]; 382_cachedNode = _attributeEvents[0]; 391_cachedNode = _attributeEvents[++_currentAttrIndex]; 664Debug.Assert(attIndex <= _attributeEvents.Length); 665ValidatingReaderNodeData attInfo = _attributeEvents[attIndex]; 671if (attIndex >= _attributeEvents.Length - 1) 673ValidatingReaderNodeData[] newAttributeEvents = new ValidatingReaderNodeData[_attributeEvents.Length * 2]; 674Array.Copy(_attributeEvents, 0, newAttributeEvents, 0, _attributeEvents.Length); 677attInfo = _attributeEvents[attIndex]; 681_attributeEvents[attIndex] = attInfo; 742attribute = _attributeEvents[i]; 761attribute = _attributeEvents[i];