48 lines
1.5 KiB
C#
48 lines
1.5 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Diagnostics.Tracing
|
|
{
|
|
// Token: 0x0200065D RID: 1629
|
|
[Token(Token = "0x200065D")]
|
|
internal class ClassPropertyWriter<ContainerType, ValueType> : PropertyAccessor<ContainerType>
|
|
{
|
|
// Token: 0x06003202 RID: 12802 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6003202")]
|
|
[Address(RVA = "0x38DE330", Offset = "0x38DD330", VA = "0x1838DE330")]
|
|
public ClassPropertyWriter(PropertyAnalysis property)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06003203 RID: 12803 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6003203")]
|
|
[Address(RVA = "0x38DDE20", Offset = "0x38DCE20", VA = "0x1838DDE20", Slot = "4")]
|
|
public override void Write(TraceLoggingDataCollector collector, ref ContainerType container)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06003204 RID: 12804 RVA: 0x00002082 File Offset: 0x00000282
|
|
[Token(Token = "0x6003204")]
|
|
[Address(RVA = "0x34A54E0", Offset = "0x34A44E0", VA = "0x1834A54E0", Slot = "5")]
|
|
public override object GetData(ContainerType container)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x04001B7F RID: 7039
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4001B7F")]
|
|
private readonly TraceLoggingTypeInfo<ValueType> valueTypeInfo;
|
|
|
|
// Token: 0x04001B80 RID: 7040
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4001B80")]
|
|
private readonly ClassPropertyWriter<ContainerType, ValueType>.Getter getter;
|
|
|
|
// Token: 0x0200065E RID: 1630
|
|
// (Invoke) Token: 0x06003206 RID: 12806
|
|
[Token(Token = "0x200065E")]
|
|
private delegate ValueType Getter(ContainerType container);
|
|
}
|
|
}
|