terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
DfaContentValidator.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000D5")]
8 internal sealed class DfaContentValidator : ContentValidator
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600086A")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DB7F6C", Offset = "0x1DB7F6C", Length = "0xA0")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "Finish", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(ContentValidator))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
20
21 [global::Cpp2ILInjected.Token(Token = "0x400043E")]
22 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
23 private int[][] transitionTable;
24
25 [global::Cpp2ILInjected.Token(Token = "0x400043F")]
26 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
28 }
29}
class f__AnonymousType0<< Count > j__TPar
DfaContentValidator(int[][] transitionTable, SymbolsDictionary symbols, XmlSchemaContentType contentType, bool isOpen, bool isEmptiable)