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)
6180Debug.Assert(_lastEntity != null); 6187_curNode.SetNamedNode(XmlNodeType.EndEntity, _lastEntity.Name); 6200Debug.Assert(_lastEntity != null); 6201Debug.Assert(Ref.Equal(_lastEntity.Name, _curNode.localName));