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

◆ AddUndeclaredNotation()

void System.Xml.DtdParser.AddUndeclaredNotation ( string notationName)
inlineprivate

Definition at line 453 of file DtdParser.cs.

454 {
455 if (this.undeclaredNotations == null)
456 {
457 }
458 int lineNo = this.LineNo;
459 int linePos = this.LinePos;
460 int stringLength = notationName._stringLength;
461 Dictionary<string, DtdParser.UndeclaredNotation> dictionary = this.undeclaredNotations;
462 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< string, DtdParser.UndeclaredNotation > undeclaredNotations

References System.dictionary, j__TPar, System.Xml.DtdParser.LineNo, System.Xml.DtdParser.LinePos, and System.Xml.DtdParser.undeclaredNotations.