1 write to _lastEntity
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImpl.cs (1)
6155
_lastEntity
= _ps.entity; // save last entity for the EndEntity node
4 references to _lastEntity
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (4)
6180
Debug.Assert(
_lastEntity
!= null);
6187
_curNode.SetNamedNode(XmlNodeType.EndEntity,
_lastEntity
.Name);
6200
Debug.Assert(
_lastEntity
!= null);
6201
Debug.Assert(Ref.Equal(
_lastEntity
.Name, _curNode.localName));