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

◆ LookupEntity()

IDtdEntityInfo IDtdInfo. System.Xml.Schema.SchemaInfo.LookupEntity ( string name)
inlineprivate

Implements System.Xml.IDtdInfo.

Definition at line 207 of file SchemaInfo.cs.

208 {
209 if (this.generalEntities != null)
210 {
212 return;
213 }
214 }
Dictionary< XmlQualifiedName, SchemaEntity > generalEntities

References System.dictionary, and System.Xml.Schema.SchemaInfo.generalEntities.