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)
6284Debug.Assert(_lastEntity != null); 6291_curNode.SetNamedNode(XmlNodeType.EndEntity, _lastEntity.Name); 6304Debug.Assert(Ref.Equal(_lastEntity.Name, _curNode.localName));