4 writes to nextAttrValueChunk
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
1456
simpleValueNode.
nextAttrValueChunk
= null;
5501
attr.
nextAttrValueChunk
= chunk;
5505
lastChunk.
nextAttrValueChunk
= chunk;
7982
attr.
nextAttrValueChunk
= null;
6 references to nextAttrValueChunk
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (6)
1448
if (_curNode.
nextAttrValueChunk
== null || _entityHandling == EntityHandling.ExpandEntities)
1460
_curNode = _curNode.
nextAttrValueChunk
;
1481
if (_curNode.
nextAttrValueChunk
!= null)
1483
_curNode = _curNode.
nextAttrValueChunk
;
5475
if (attr.
nextAttrValueChunk
!= null)
5499
Debug.Assert(attr.
nextAttrValueChunk
== null);