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
Group.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020000A7 RID: 167
8 public class Group : Capture
9 {
10 // Token: 0x060002ED RID: 749 RVA: 0x0000B148 File Offset: 0x00009348
11 internal Group(string text, int[] caps, int capcount, string name)
12 {
13 if (capcount != 0)
14 {
15 return;
16 }
17 base..ctor();
18 this.<Text>k__BackingField = text;
19 this._caps = caps;
21 this.<Name>k__BackingField = name;
22 }
23
24 // Token: 0x170000A1 RID: 161
25 // (get) Token: 0x060002EE RID: 750 RVA: 0x0000B17C File Offset: 0x0000937C
26 public bool Success
27 {
28 get
29 {
30 /*
31An exception occurred when decompiling this method (060002EE)
32
33ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean System.Text.RegularExpressions.Group::get_Success()
34
35 ---> System.Exception: Basic block has to end with unconditional control flow.
36{
37 Block_0:
38 stloc:int32(var_0_06, ldfld:int32(Group::_capcount, ldloc:Group(this)))
39}
40
41 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
42 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
43 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
44 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
45 --- End of inner exception stack trace ---
46 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
47 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
48*/;
49 }
50 }
51
52 // Token: 0x060002EF RID: 751 RVA: 0x0000B190 File Offset: 0x00009390
53 // Note: this type is marked as 'beforefieldinit'.
54 static Group()
55 {
56 if (!true)
57 {
58 }
59 }
60
61 // Token: 0x060002F0 RID: 752 RVA: 0x0000B1A0 File Offset: 0x000093A0
62 internal Group()
63 {
64 throw new NotSupportedException();
65 }
66
67 // Token: 0x04000286 RID: 646
68 internal static readonly Group s_emptyGroup;
69
70 // Token: 0x04000287 RID: 647
71 internal readonly int[] _caps;
72
73 // Token: 0x04000288 RID: 648
74 internal int _capcount;
75
76 // Token: 0x04000289 RID: 649
78
79 // Token: 0x0400028A RID: 650
81 private readonly string <Name>k__BackingField;
82 }
83}
class f__AnonymousType0<< Count > j__TPar
readonly string< Name > k__BackingField
Definition Group.cs:81
static readonly Group s_emptyGroup
Definition Group.cs:68
Group(string text, int[] caps, int capcount, string name)
Definition Group.cs:11