1 write to _lastEntity
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
6259
_lastEntity
= _ps.entity; // save last entity for the EndEntity node
3 references to _lastEntity
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
6284
Debug.Assert(
_lastEntity
!= null);
6291
_curNode.SetNamedNode(XmlNodeType.EndEntity,
_lastEntity
.Name);
6304
Debug.Assert(Ref.Equal(
_lastEntity
.Name, _curNode.localName));