terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ RegisterEntity()

void System.Xml.XmlTextReaderImpl.RegisterEntity ( IDtdEntityInfo entity)
inlineprivate

Definition at line 3145 of file XmlTextReaderImpl.cs.

3146 {
3147 if (this.currentEntities != null)
3148 {
3149 }
3150 int num = this.nextEntityId;
3151 this.ps.entity = entity;
3152 this.ps.entityId = num;
3153 if (entity != null)
3154 {
3155 if (this.currentEntities == null)
3156 {
3157 }
3158 return;
3159 }
3160 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< IDtdEntityInfo, IDtdEntityInfo > currentEntities

References System.Xml.XmlTextReaderImpl.currentEntities, j__TPar, and System.Xml.XmlTextReaderImpl.nextEntityId.