2 writes to _attributePSVINodes
System.Private.Xml (2)
System\Xml\Core\XsdValidatingReader.cs (2)
145_attributePSVINodes = new AttributePSVIInfo[InitialAttributeCount]; 2317_attributePSVINodes = newPSVINodes;
11 references to _attributePSVINodes
System.Private.Xml (11)
System\Xml\Core\XsdValidatingReader.cs (11)
1284_attributePSVI = _attributePSVINodes[i]; 1318_attributePSVI = _attributePSVINodes[0]; 1360_attributePSVI = _attributePSVINodes[_currentAttrIndex]; 2242attInfo = _attributePSVINodes[i]; 2304Debug.Assert(attIndex < _attributePSVINodes.Length); 2305AttributePSVIInfo attInfo = _attributePSVINodes[attIndex]; 2312if (attIndex >= _attributePSVINodes.Length - 1) 2315AttributePSVIInfo[] newPSVINodes = new AttributePSVIInfo[_attributePSVINodes.Length * 2]; 2316Array.Copy(_attributePSVINodes, newPSVINodes, _attributePSVINodes.Length); 2320return _attributePSVINodes[attIndex] ??= new AttributePSVIInfo();