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)
6163Debug.Assert(_lastEntity != null); 6170_curNode.SetNamedNode(XmlNodeType.EndEntity, _lastEntity.Name); 6183Debug.Assert(_lastEntity != null); 6184Debug.Assert(Ref.Equal(_lastEntity.Name, _curNode.localName));