1 write to _lastEntity
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImpl.cs (1)
6138
_lastEntity
= _ps.entity; // save last entity for the EndEntity node
4 references to _lastEntity
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (4)
6163
Debug.Assert(
_lastEntity
!= null);
6170
_curNode.SetNamedNode(XmlNodeType.EndEntity,
_lastEntity
.Name);
6183
Debug.Assert(
_lastEntity
!= null);
6184
Debug.Assert(Ref.Equal(
_lastEntity
.Name, _curNode.localName));