This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,35 @@
using System;
using Cpp2IlInjected;
namespace System.Linq.Expressions.Interpreter
{
// Token: 0x02000195 RID: 405
[Token(Token = "0x2000195")]
internal struct InterpretedFrameInfo
{
// Token: 0x06000888 RID: 2184 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000888")]
[Address(RVA = "0x479F00", Offset = "0x478D00", VA = "0x180479F00")]
public InterpretedFrameInfo(string methodName, DebugInfo info)
{
}
// Token: 0x06000889 RID: 2185 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000889")]
[Address(RVA = "0x479EB0", Offset = "0x478CB0", VA = "0x180479EB0", Slot = "3")]
public override string ToString()
{
return null;
}
// Token: 0x0400037D RID: 893
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x400037D")]
private readonly string _methodName;
// Token: 0x0400037E RID: 894
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x400037E")]
private readonly DebugInfo _debugInfo;
}
}