Files
27Aug2021-Cpp2IL-Dump/System.Core/System/Linq/Expressions/Interpreter/ArrayByRefUpdater.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

42 lines
1.3 KiB
C#

using System;
using Cpp2IlInjected;
namespace System.Linq.Expressions.Interpreter
{
// Token: 0x020001A6 RID: 422
[Token(Token = "0x20001A6")]
internal sealed class ArrayByRefUpdater : ByRefUpdater
{
// Token: 0x06000994 RID: 2452 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000994")]
[Address(RVA = "0xE900F0", Offset = "0xE8F0F0", VA = "0x180E900F0")]
public ArrayByRefUpdater(LocalDefinition array, LocalDefinition index, int argumentIndex)
{
}
// Token: 0x06000995 RID: 2453 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000995")]
[Address(RVA = "0xE8FF50", Offset = "0xE8EF50", VA = "0x180E8FF50", Slot = "4")]
public override void Update(InterpretedFrame frame, object value)
{
}
// Token: 0x06000996 RID: 2454 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000996")]
[Address(RVA = "0xE8FEC0", Offset = "0xE8EEC0", VA = "0x180E8FEC0", Slot = "5")]
public override void UndefineTemps(InstructionList instructions, LocalVariables locals)
{
}
// Token: 0x040003CF RID: 975
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x40003CF")]
private readonly LocalDefinition _array;
// Token: 0x040003D0 RID: 976
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x40003D0")]
private readonly LocalDefinition _index;
}
}