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