2 writes to _attributePSVINodes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
162_attributePSVINodes = new AttributePSVIInfo[InitialAttributeCount]; 2197_attributePSVINodes = newPSVINodes;
12 references to _attributePSVINodes
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (12)
1241_attributePSVI = _attributePSVINodes[i]; 1271_attributePSVI = _attributePSVINodes[0]; 1308_attributePSVI = _attributePSVINodes[_currentAttrIndex]; 2129attInfo = _attributePSVINodes[i]; 2186Debug.Assert(attIndex <= _attributePSVINodes.Length); 2187AttributePSVIInfo attInfo = _attributePSVINodes[attIndex]; 2193if (attIndex >= _attributePSVINodes.Length - 1) 2195AttributePSVIInfo[] newPSVINodes = new AttributePSVIInfo[_attributePSVINodes.Length * 2]; 2196Array.Copy(_attributePSVINodes, 0, newPSVINodes, 0, _attributePSVINodes.Length); 2199attInfo = _attributePSVINodes[attIndex]; 2203_attributePSVINodes[attIndex] = attInfo;