m
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Linq.Expressions.Interpreter
|
||||
{
|
||||
// Token: 0x020001A8 RID: 424
|
||||
[Token(Token = "0x20001A8")]
|
||||
internal sealed class PropertyByRefUpdater : ByRefUpdater
|
||||
{
|
||||
// Token: 0x0600099A RID: 2458 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600099A")]
|
||||
[Address(RVA = "0xE6AE40", Offset = "0xE69E40", VA = "0x180E6AE40")]
|
||||
public PropertyByRefUpdater(LocalDefinition? obj, PropertyInfo property, int argumentIndex)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600099B RID: 2459 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600099B")]
|
||||
[Address(RVA = "0xE6AD40", Offset = "0xE69D40", VA = "0x180E6AD40", Slot = "4")]
|
||||
public override void Update(InterpretedFrame frame, object value)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600099C RID: 2460 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600099C")]
|
||||
[Address(RVA = "0xE6AC20", Offset = "0xE69C20", VA = "0x180E6AC20", Slot = "5")]
|
||||
public override void UndefineTemps(InstructionList instructions, LocalVariables locals)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040003D3 RID: 979
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x40003D3")]
|
||||
private readonly LocalDefinition? _object;
|
||||
|
||||
// Token: 0x040003D4 RID: 980
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x40003D4")]
|
||||
private readonly PropertyInfo _property;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user