Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

48 lines
1.5 KiB
C#

using System;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
// Token: 0x0200063C RID: 1596
[Token(Token = "0x200063C")]
internal class ClassPropertyWriter<ContainerType, ValueType> : PropertyAccessor<ContainerType>
{
// Token: 0x06002FEA RID: 12266 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002FEA")]
[Address(RVA = "0x3121680", Offset = "0x3120480", VA = "0x183121680")]
public ClassPropertyWriter(PropertyAnalysis property)
{
}
// Token: 0x06002FEB RID: 12267 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002FEB")]
[Address(RVA = "0x3120CF0", Offset = "0x311FAF0", VA = "0x183120CF0", Slot = "4")]
public override void Write(TraceLoggingDataCollector collector, ref ContainerType container)
{
}
// Token: 0x06002FEC RID: 12268 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6002FEC")]
[Address(RVA = "0x3120830", Offset = "0x311F630", VA = "0x183120830", Slot = "5")]
public override object GetData(ContainerType container)
{
return null;
}
// Token: 0x04001ABC RID: 6844
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001ABC")]
private readonly TraceLoggingTypeInfo<ValueType> valueTypeInfo;
// Token: 0x04001ABD RID: 6845
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001ABD")]
private readonly ClassPropertyWriter<ContainerType, ValueType>.Getter getter;
// Token: 0x0200063D RID: 1597
// (Invoke) Token: 0x06002FEE RID: 12270
[Token(Token = "0x200063D")]
private delegate ValueType Getter(ContainerType container);
}
}