1 write to _attributeValue
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
553_attributeValue = new BuilderInfo();
9 references to _attributeValue
System.Private.Xml (9)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (9)
296if (NodeType == XmlNodeType.Attribute || _currentInfo == _attributeValue) 391if (NodeType == XmlNodeType.Element || NodeType == XmlNodeType.Attribute || _currentInfo == _attributeValue) 551if (_attributeValue == null) 554_attributeValue.NodeType = XmlNodeType.Text; 556if (_currentInfo == _attributeValue) 561_attributeValue.Value = _currentInfo.Value; 562_attributeValue.Depth = _currentInfo.Depth + 1; 563_currentInfo = _attributeValue; 679Debug.Assert((_currentIndex == -1) || (_currentInfo == _attributeValue || _attributeList![_currentIndex] is BuilderInfo && _attributeList[_currentIndex] == _currentInfo));