4 writes to nextAttrValueChunk
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (4)
1449simpleValueNode.nextAttrValueChunk = null; 5375attr.nextAttrValueChunk = chunk; 5379lastChunk.nextAttrValueChunk = chunk; 7836attr.nextAttrValueChunk = null;
7 references to nextAttrValueChunk
System.Private.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (6)
1441if (_curNode.nextAttrValueChunk == null || _entityHandling == EntityHandling.ExpandEntities) 1453_curNode = _curNode.nextAttrValueChunk; 1474if (_curNode.nextAttrValueChunk != null) 1476_curNode = _curNode.nextAttrValueChunk; 5349if (attr.nextAttrValueChunk != null) 5373Debug.Assert(attr.nextAttrValueChunk == null);
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2866if (attr.nextAttrValueChunk != null)