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)
296
if (NodeType == XmlNodeType.Attribute || _currentInfo ==
_attributeValue
)
391
if (NodeType == XmlNodeType.Element || NodeType == XmlNodeType.Attribute || _currentInfo ==
_attributeValue
)
551
if (
_attributeValue
== null)
554
_attributeValue
.NodeType = XmlNodeType.Text;
556
if (_currentInfo ==
_attributeValue
)
561
_attributeValue
.Value = _currentInfo.Value;
562
_attributeValue
.Depth = _currentInfo.Depth + 1;
563
_currentInfo =
_attributeValue
;
679
Debug.Assert((_currentIndex == -1) || (_currentInfo ==
_attributeValue
|| _attributeList![_currentIndex] is BuilderInfo && _attributeList[_currentIndex] == _currentInfo));