1 write to lastEntity
System.Xml (1)
System\Xml\Core\XmlTextReaderImpl.cs (1)
5588
lastEntity
= ps.entity; // save last entity for the EndEntity node
3 references to lastEntity
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
5613
Debug.Assert(
lastEntity
!= null );
5620
curNode.SetNamedNode( XmlNodeType.EndEntity,
lastEntity
.Name );
5631
Debug.Assert( Ref.Equal(
lastEntity
.Name, curNode.localName ) );