3 writes to entity
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
2668_ps.entity = null; 2695_ps.entity = null; 8215_ps.entity = entity;
9 references to entity
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (9)
1536if (_ps.charsUsed - _ps.charPos == 0 && !_ps.entity.IsExternal) 2083if (_ps.entity == null || _ps.entity.IsExternal) 2590if (e.ResString == ResXml.Xml_UnexpectedEOF && _ps.entity != null) 2643oldEntity = _ps.entity; 5385entityChunk.SetNamedNode(XmlNodeType.EntityReference, _ps.entity.Name); 6259_lastEntity = _ps.entity; // save last entity for the EndEntity node 8232if (_ps.entity != null) 8234_currentEntities.Remove(_ps.entity);