This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,31 @@
using System;
using System.Reflection;
using Cpp2IlInjected;
namespace System.Linq.Expressions.Interpreter
{
// Token: 0x02000145 RID: 325
[Token(Token = "0x2000145")]
internal abstract class FieldInstruction : Instruction
{
// Token: 0x060007A3 RID: 1955 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60007A3")]
[Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")]
public FieldInstruction(FieldInfo field)
{
}
// Token: 0x060007A4 RID: 1956 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60007A4")]
[Address(RVA = "0xE9C8F0", Offset = "0xE9B8F0", VA = "0x180E9C8F0", Slot = "3")]
public override string ToString()
{
return null;
}
// Token: 0x040002E6 RID: 742
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40002E6")]
protected readonly FieldInfo _field;
}
}