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