4 writes to nextAttrValueChunk
System.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (4)
1384
simpleValueNode.
nextAttrValueChunk
= null;
4914
attr.
nextAttrValueChunk
= chunk;
4917
lastChunk.
nextAttrValueChunk
= chunk;
7057
attr.
nextAttrValueChunk
= null;
7 references to nextAttrValueChunk
System.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (6)
1377
if ( curNode.
nextAttrValueChunk
== null || entityHandling == EntityHandling.ExpandEntities ) {
1387
curNode = curNode.
nextAttrValueChunk
;
1410
if ( curNode.
nextAttrValueChunk
!= null ) {
1411
curNode = curNode.
nextAttrValueChunk
;
4890
if ( attr.
nextAttrValueChunk
!= null ) {
4912
Debug.Assert( attr.
nextAttrValueChunk
== null );
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2677
if ( attr.
nextAttrValueChunk
!= null ) {