oh dear
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Linq.Expressions.Interpreter
|
||||
{
|
||||
// Token: 0x0200019D RID: 413
|
||||
[Token(Token = "0x200019D")]
|
||||
internal sealed class PropertyByRefUpdater : ByRefUpdater
|
||||
{
|
||||
// Token: 0x060008FE RID: 2302 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60008FE")]
|
||||
[Address(RVA = "0x586E50", Offset = "0x585C50", VA = "0x180586E50")]
|
||||
public PropertyByRefUpdater(LocalDefinition? obj, PropertyInfo property, int argumentIndex)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060008FF RID: 2303 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60008FF")]
|
||||
[Address(RVA = "0x586D50", Offset = "0x585B50", VA = "0x180586D50", Slot = "4")]
|
||||
public override void Update(InterpretedFrame frame, object value)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000900 RID: 2304 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000900")]
|
||||
[Address(RVA = "0x586C30", Offset = "0x585A30", VA = "0x180586C30", Slot = "5")]
|
||||
public override void UndefineTemps(InstructionList instructions, LocalVariables locals)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000394 RID: 916
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4000394")]
|
||||
private readonly LocalDefinition? _object;
|
||||
|
||||
// Token: 0x04000395 RID: 917
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x4000395")]
|
||||
private readonly PropertyInfo _property;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user