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
NfaContentValidator.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000D6")]
8 internal sealed class NfaContentValidator : ContentValidator
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600086B")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DB800C", Offset = "0x1DB800C", Length = "0xBC")]
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 = "0x4000440")]
22 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
24
25 [global::Cpp2ILInjected.Token(Token = "0x4000441")]
26 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
27 private BitSet[] followpos;
28
29 [global::Cpp2ILInjected.Token(Token = "0x4000442")]
30 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
32
33 [global::Cpp2ILInjected.Token(Token = "0x4000443")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
36
37 [global::Cpp2ILInjected.Token(Token = "0x4000444")]
38 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
39 private int endMarkerPos;
40 }
41}
class f__AnonymousType0<< Count > j__TPar
NfaContentValidator(BitSet firstpos, BitSet[] followpos, SymbolsDictionary symbols, Positions positions, int endMarkerPos, XmlSchemaContentType contentType, bool isOpen, bool isEmptiable)