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